-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hbase.zookeeper.property.clientPort setting #355
Comments
Related to #354, might makes sense to implement together |
What port is it connecting to? 2181? This should ideally be extracted from the discovery config map? |
We have a spike up and running, will raise PRs today @maltesander :) |
And yeah, we need to expose the port to use in the znode discovery cm |
Just for the record some logs here
|
This can be closed, right? |
Yes |
We don't know why but while investigating another issue @sbernauer and I found that HBase was using the wrong port to connect to ZK despite the connection string looking good.
It might therefore be a good idea to just set the
hbase.zookeeper.property.clientPort
setting just to be safe:The value needs to be read from ZK config
The text was updated successfully, but these errors were encountered: