RE: Phoenix - Spark connection Issue

2021-08-23 Thread Ankit Joshi
Hello, I have upgrade my phoenix 4.14.0 to 5.0.0 with HBase 2.0 and also upgrade spark 1.6 to 2.4. Now I am trying to load the data from phoenix to Hadoop using dataset and getting below exception in cluster. at org.apache.phoenix.utilServerutil.parseServerException org.apache.phoenix.query.conne

Re: RE: Phoenix - Spark connection Issue

2021-08-23 Thread Daniel Wong
Not sure there is enough information here to help. One thing of note is post phoenix 4.14 it is now required to use the phoenix-connectors project as many connectors like spark were moved out. https://github.com/apache/phoenix-connectors. Also consider using a more recent released phoenix ve