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

hbase作为后端 server在初始化的时候会默认找zookeeper的hbase节点 #348

Closed
eternalxj opened this issue Jan 29, 2019 · 2 comments

Comments

@eternalxj
Copy link

hbase作为后端 server在初始化的时候会默认找zookeeper的hbase节点
/hbase/master、/hbase/hbaseid等等
而实际hbase配置在zookeeper的/hbase-unsecure/master 、/hbase-unsecure/hbaseid
这个如何在hugeserver上做配置修改?
@javeme @Linary

@Linary
Copy link
Contributor

Linary commented Jan 30, 2019

master分支上有一个提交 https://github.com/hugegraph/hugegraph/pull/333
这个提交增加了一个配置项hbase.znode_parent可以指定hbase的zookeeper节点,默认值为/hbase,你修改成/hbase-unsecure即可。

注意:如果要使用master分支的代码,API版本号可能与你之前使用的不匹配了,最好在你本地将那个提交git cherry-pick到release-0.8分支,然后重新编译打包。

@eternalxj
Copy link
Author

@Linary 好的了解了,因为非coding人员 改起来可能有些困难,期望这个配置尽快上线

@Linary Linary closed this as completed Jan 31, 2019
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