Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
virajjasani committed Feb 3, 2025
1 parent 9f24500 commit c8b4ace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/connector/phoenix.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ The following Phoenix-specific configuration properties are available:

phoenix.connection-url supports multiple formats:
1. `jdbc:phoenix[:zk_quorum][:zk_port][:zk_hbase_path][:principal][:keytab][;options]`. Connection uses HBase Zookeeper Registry. The `zk_quorum` is a comma separated list of ZooKeeper servers. The `zk_port` is the ZooKeeper port. The `zk_hbase_path` is the HBase root znode path, that is configurable using `hbase-site.xml`. By default the location is `/hbase`. Principal, Keytab and Options are optional.
2. `jdbc:phoenix+zk[:host1\:port1][,:host2\:port2][:zk_hbase_path][:principal][:keytab][;options]`. Uses same Connection as above, however host:port pairs are separated by comma.
3. `jdbc:phoenix+rpc[:host1\:port1][,:host2\:port2][::principal][:keytab][;options]`. Connection uses HBase RPC Registry. This is recommended for HBase 2.5 and 3+ versions (HBASE-26174). host:port pairs are separated by comma. host names refers to HMaster server names, port refers to HMaster port names. Principal, Keytab and Options are optional.
4. `jdbc:phoenix+master[:host1\:port1][,:host2\:port2][::principal][:keytab][;options]`. Connection uses HBase Master Registry. host:port pairs are separated by comma. host names refers to HMaster server names, port refers to HMaster port names. Principal, Keytab and Options are optional.
2. `jdbc:phoenix+zk[:host1\:port1][,:host2\:port2]...[,:hostN\:portN][:zk_hbase_path][:principal][:keytab][;options]`. Uses same Connection as above, however host:port pairs are separated by comma.
3. `jdbc:phoenix+rpc[:host1\:port1][,:host2\:port2]...[,:hostN\:portN][::principal][:keytab][;options]`. Connection uses HBase RPC Registry. This is recommended for HBase 3+ versions (HBASE-26174). host:port pairs are separated by comma. host names refers to HMaster server names, port refers to HMaster port. Principal, Keytab and Options are optional.
4. `jdbc:phoenix+master[:host1\:port1][,:host2\:port2]...[,:hostN\:portN][::principal][:keytab][;options]`. Connection uses HBase Master Registry. host:port pairs are separated by comma. host names refers to HMaster server names, port refers to HMaster port. Principal, Keytab and Options are optional.

PHOENIX-6523 introduced support for various Connection Registries.

Expand Down

0 comments on commit c8b4ace

Please sign in to comment.