Github user jihoonson commented on a diff in the pull request:
https://github.com/apache/tajo/pull/363#discussion_r23663679
--- 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 --
I wonder why we don't use the default value.
Should users always specify the 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.
---