在 springboot 中,hbase-client 不能使用

问题描述

在spring boot应用程序中,我使用hbase-client但无法启动,它报告没有'org.apache.hadoop.hbase.client.HBaseAdmin'类型的合格bean。我认为可能有一些冲突,然后我用 hbase-shaded-client 替换,但仍然出错。我的 pom 导入:

 <dependency>
            <groupId>org.apache.hbase</groupId>
            <artifactId>hbase-shaded-client</artifactId>
         <version>2.4.4</version>
        </dependency>

。 在我的另一个应用程序中,hbase-client 运行良好。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)