Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- duplicates
-
PHOENIX-6632 Migrate connectors to Spark-3
- Resolved