Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/363#discussion_r23663460
--- Diff:
tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseStorageConstants.java
---
@@ -27,6 +27,7 @@
public static final String META_SPLIT_ROW_KEYS_KEY =
"hbase.split.rowkeys";
public static final String META_SPLIT_ROW_KEYS_FILE_KEY =
"hbase.split.rowkeys.file";
public static final String META_ZK_QUORUM_KEY = "hbase.zookeeper.quorum";
+ public static final String META_ZK_CLIENT_PORT =
"hbase.zookeeper.property.clientPort";
--- End diff --
We traditionally avoid the Camel style for configuration key names.
And, we need to make the naming style consistent.
So, how about ```hbase.zookeeper.client.port```?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---