-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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集群报错,需要添加两条配置才能测试通过 #134
Comments
感谢,这个加在那个位置 |
这两个参数目前前端没有加配置,我这边测试没遇到什么问题,方便将错误信息贴出来吗或者我们后续再看下用户反馈,谢谢! |
我的想法是:json构建页面需要配置的参数都是datax需要的,官方文档中也有字段的说明。如果加zookeeper.znode.parent配置参数在json配置页面不太合理。你有什么好的建议吗,谢谢! |
重构吧(我是觉得数据源这块设计的局限性有点大,万一后面匹配的数据源越来越多,你的jdbc_datasource表也会改造的越来越大,不同数据源连接的方式区别还是有很大;我们在你这个基础上进行了代码重构;只保留了基础的字段记录datasource信息, 其他的配置信息都放到data_source_params中存储;在后端处理上,也是根据不同的数据源类型 进入不同的metaDbServer中去处理; |
下个版本计划重构这块,如果方便欢迎贡献你们重构的代码,感谢! |
conf.set("zookeeper.znode.parent","/hbase-unsecure");
System.setProperty("HADOOP_USER_NAME", "hbase");
The text was updated successfully, but these errors were encountered: