Alejandro Anadon created PHOENIX-6354:
-----------------------------------------
Summary: Update to spark 3.0
Key: PHOENIX-6354
URL: https://issues.apache.org/jira/browse/PHOENIX-6354
Project: Phoenix
Issue Type: Improvement
Components: spark-connector
Affects Versions: master
Reporter: Alejandro Anadon
I am trying to use the phoenix spark connector with spark 3.0.
I tried to compile from trunk; but it is still configured with 2.4.0.
Is is not as easy (I am naive) as change the pon.xml from :
<spark.version>2.4.0</spark.version>
to
<spark.version>3.0.1</spark.version>
I found that in class :
org.apache.phoenix.spark.datasource.v2.PhoenixDataSource is still using the old
DataSourcesV2 API; and I don't have the knowledge for updating it in a brand.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)