Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
connectors-6.0.0
-
None
Description
We require explicitly specifying the ZK URL for the Phoenix-Spark connector.
Since having hbase-site.xml on the classpath is required by Phoenix anyway, we could use the quorum from hbase-site.xml as default, which would make life easier for users.
Phoenix already handles this, we just need to remove the check, and adopt the JDBC URL not to specify the ZK quorum if missing.
The current zkUrl code also acts as an aritificial limitation on using the new zookeeperless Hbase registries from Spark.
We need to deprecate zkUrl, and add a new jdbcUrl property, which is simply passed to Phoenix without further processing.
Attachments
Issue Links
- is depended upon by
-
PHOENIX-6523 Support for HBase Registry Implementations through Phoenix connection URL
- Resolved
- relates to
-
PHOENIX-7053 Use full JDBC URL in Pherf instead of ZK quorum
- Open
- split to
-
PHOENIX-7050 Add jdbcURL parameter to the old Scala Phoenix Spark Data Source
- Open
- links to