Re: Spark Plugin Exception - java.lang.ClassCastException: org.apache.spark.sql.catalyst.expressions.GenericMutableRow cannot be cast to org.apache.spark.sql.Row

2015-09-23 Thread Babar Tareen
a frames. > > Thanks! > > Josh > > From: Babar Tareen > Reply-To: "user@phoenix.apache.org" > Date: Tuesday, September 22, 2015 at 5:47 PM > To: "user@phoenix.apache.org" > Subject: Spark Plugin Exception - java.lang.ClassCastException: > org.apache.s

Re: Spark Plugin Exception - java.lang.ClassCastException: org.apache.spark.sql.catalyst.expressions.GenericMutableRow cannot be cast to org.apache.spark.sql.Row

2015-09-23 Thread Babar Tareen
much > appreciated. > > From: Babar Tareen > Reply-To: "user@phoenix.apache.org" > Date: Wednesday, September 23, 2015 at 1:14 PM > To: "user@phoenix.apache.org" > Subject: Re: Spark Plugin Exception - java.lang.ClassCastException: > org.apache.s

Spark Plugin Exception - java.lang.ClassCastException: org.apache.spark.sql.catalyst.expressions.GenericMutableRow cannot be cast to org.apache.spark.sql.Row

2015-09-22 Thread Babar Tareen
Hi, I am trying to run the spark plugin DataFrame sample code available here ( https://phoenix.apache.org/phoenix_spark.html) and getting following exception. I am running the code against hbase-1.1.1, spark 1.5.0 and phoenix 4.5.2. HBase is running in standalone mode, locally on OS X. Any