Skip to content
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

Unable to change znode.parent #57

Open
cheolhom opened this issue May 6, 2015 · 2 comments
Open

Unable to change znode.parent #57

cheolhom opened this issue May 6, 2015 · 2 comments

Comments

@cheolhom
Copy link

cheolhom commented May 6, 2015

With hortonworks hdp distribution 2.1 it defaults the property zookeeper.znode.parent to
/hbase-unsecure. Its not apparent how to change this.

@lior-h
Copy link
Contributor

lior-h commented May 6, 2015

Hi,
I will look into it but as a temporary solution you can download the source code and add this line config.set("zookeeper.znode.parent","/hbase"); at createConfig() method of the ConnectionDetails class. This will override the default property of the cluster

@cheolhom
Copy link
Author

cheolhom commented May 6, 2015

Hi

Thanks, I'll try this out and let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants