v3nkatesh commented on a change in pull request #685: default implementation
for HBase index qps allocator
URL: https://github.com/apache/incubator-hudi/pull/685#discussion_r286636699
##########
File path:
hoodie-client/src/main/java/com/uber/hoodie/config/HoodieWriteConfig.java
##########
@@ -293,6 +293,30 @@ public Boolean getHbaseIndexPutBatchSizeAutoCompute() {
return
Boolean.valueOf(props.getProperty(HoodieHBaseIndexConfig.HBASE_PUT_BATCH_SIZE_AUTO_COMPUTE_PROP));
}
+ public String getHBaseQPSResourceAllocatorClass() {
+ return
props.getProperty(HoodieHBaseIndexConfig.HBASE_INDEX_QPS_ALLOCATOR_CLASS);
+ }
+
+ public String getHBaseQPSZkZnodePath() {
+ return
props.getProperty(HoodieHBaseIndexConfig.HBASE_ZK_ZNODEPARENT_QPS_ROOT);
+ }
+
+ public String getHBaseZkZnodeSessionTimeout() {
Review comment:
changed to HBASE_ZK_PATH_QPS_ROOT.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services