Github user blrunner commented on a diff in the pull request:
https://github.com/apache/tajo/pull/363#discussion_r23664033
--- Diff:
tajo-storage/tajo-storage-hbase/src/main/java/org/apache/tajo/storage/hbase/HBaseStorageManager.java
---
@@ -312,6 +312,17 @@ public static Configuration
getHBaseConfiguration(Configuration conf, TableMeta
HBaseStorageConstants.META_ZK_QUORUM_KEY + "' attribute.");
}
+ String zkPort = hbaseConf.get(HConstants.ZOOKEEPER_CLIENT_PORT);
--- End diff --
We already use the default value.
If users doesn't set zookeeper hosts or client port, Tajo uses properties
of HBase configuration file.
The above code just be used to check empty value.
---
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.
---