在IDE中使用phoenix添加数据时,提示错误:
Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled
IDE中使用phoenix添加数据时提示配置错误
错误如下
IDE中使用phoenix添加数据时提示配置错误
是因为HBaseConfiguration.create方法底层调用了本地的配置文件
IDE中使用phoenix添加数据时提示配置错误
在resources中加入hbase-site.xml即可(将缺少的配置写进该文件)
IDE中使用phoenix添加数据时提示配置错误

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2021-11-28
  • 2021-07-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-28
  • 2021-05-28
  • 2021-11-18
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案