Skip to content

Commit

Permalink
[#9037] Added property to set "zookeeper.znode.parent" of hbase
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Jul 12, 2022
1 parent 375c3a2 commit 3fa9093
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flink/src/main/resources/applicationContext-hbase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<prop key="hbase.zookeeper.quorum">${hbase.client.host}</prop>
<prop key="hbase.zookeeper.property.clientPort">${hbase.client.port}</prop>

<!--Root ZNode for HBase in ZooKeeper.-->
<prop key="zookeeper.znode.parent">${hbase.zookeeper.znode.parent:/hbase}</prop>

<!-- hbase default:true -->
<prop key="hbase.ipc.client.tcpnodelay">${hbase.ipc.client.tcpnodelay}</prop>
<!-- hbase default:60000 -->
Expand Down

0 comments on commit 3fa9093

Please sign in to comment.