You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by lk_phoenix <lk...@163.com> on 2016/12/05 07:44:38 UTC

Apache Spark Plugin dosn't support spark2.0

hi,all:
   when I try spark plugin with phoenix 4.9,I got error:

java.lang.NoClassDefFoundError: org/apache/spark/sql/DataFrame  

2016-12-05


lk_phoenix 

Re: Re: Apache Spark Plugin dosn't support spark2.0

Posted by lk_phoenix <lk...@163.com>.
thanks a lot.

2016-12-05 

lk_phoenix 



发件人:Dequn Zhang <d....@gmail.com>
发送时间:2016-12-05 15:53
主题:Re: Apache Spark Plugin dosn't support spark2.0
收件人:"user"<us...@phoenix.apache.org>
抄送:

Spark changed DataFrame definition from 2.x , it’s not compatible with 1.x and Phoenix Spark Interpreter was developed with Spark 1.x API, so , until now, U can use Phoenix JDBC instead in Spark 2.0. 


You can loot at this JIRA.


https://issues.apache.org/jira/browse/PHOENIX-3333


On 5 December 2016 at 15:45:05, lk_phoenix (lk_phoenix@163.com) wrote:
hi,all:
   when I try spark plugin with phoenix 4.9,I got error:

java.lang.NoClassDefFoundError: org/apache/spark/sql/DataFrame 

2016-12-05


lk_phoenix

Re: Apache Spark Plugin dosn't support spark2.0

Posted by Dequn Zhang <d....@gmail.com>.
Spark changed DataFrame definition from 2.x , it’s not compatible with 1.x
and Phoenix Spark Interpreter was developed with Spark 1.x API, so , until
now, U can use Phoenix JDBC instead in Spark 2.0.

You can loot at this JIRA.

https://issues.apache.org/jira/browse/PHOENIX-3333

On 5 December 2016 at 15:45:05, lk_phoenix (lk_phoenix@163.com) wrote:

hi,all:
   when I try spark plugin with phoenix 4.9,I got error:

java.lang.NoClassDefFoundError: org/apache/spark/sql/DataFrame

2016-12-05
------------------------------
lk_phoenix