【问题描述】

今天在CDH集群中集成了Phoenix服务,但是在启动的时候却报了如下的错误:

Error: ERROR 726 (43M10):  Inconsistent namespace mapping properties. Ensure that config phoenix.schema.isNamespaceMappingEnabled is consistent on client and server. (state=43M10,code=726)
java.sql.SQLException: ERROR 726 (43M10):  Inconsistent namespace mapping properties. Ensure that config phoenix.schema.isNamespaceMappingEnabled is consistent on client and server.at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:497)at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:150)at org.apache.phoenix.query.ConnectionQueryServicesImpl.checkClientServerCompatibility(ConnectionQueryServicesImpl.java:1319)at org.apache.phoenix.query.ConnectionQueryServicesImpl.ensureTableCreated(ConnectionQueryServicesImpl.java:1163)at org.apache.phoenix.query.ConnectionQueryServicesImpl.createTable(ConnectionQueryServicesImpl.java:1502)at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:2721)at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:1114)at org.apache.phoenix.compile.CreateTableCompiler$1.execute(CreateTableCompiler.java:198)at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:408)at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:391)at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:390)at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:378)at org.apache.phoenix.jdbc.PhoenixStatement.executeUpdate(PhoenixStatement.java:1806)at org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2570)at org.apache.phoenix.query.ConnectionQueryServicesImpl$12.call(ConnectionQueryServicesImpl.java:2533)at org.apache.phoenix.util.PhoenixContextExecutor.call(PhoenixContextExecutor.java:76)at org.apache.phoenix.query.ConnectionQueryServicesImpl.init(ConnectionQueryServicesImpl.java:2533)at org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQueryServices(PhoenixDriver.java:255)at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createConnection(PhoenixEmbeddedDriver.java:150)at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixDriver.java:221)at sqlline.DatabaseConnection.connect(DatabaseConnection.java:157)at sqlline.DatabaseConnection.getConnection(DatabaseConnection.java:203)at sqlline.Commands.connect(Commands.java:1064)at sqlline.Commands.connect(Commands.java:996)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:498)at sqlline.ReflectiveCommandHandler.execute(ReflectiveCommandHandler.java:38)at sqlline.SqlLine.dispatch(SqlLine.java:809)at sqlline.SqlLine.initArgs(SqlLine.java:588)at sqlline.SqlLine.begin(SqlLine.java:661)at sqlline.SqlLine.start(SqlLine.java:398)at sqlline.SqlLine.main(SqlLine.java:291)

【解决办法】

在hbase-site.xml配置文件中,将如下选项去掉即可~

【Phoenix】 ERROR 726 (43M10): Inconsistent namespace mapping properties.相关推荐

  1. Phoenix 启动报错: Error: ERROR 726 (43M10): Inconsistent namespace mapping properties. Cannot initiate

    Phoenix 启动报错: Error: ERROR 726 (43M10): Inconsistent namespace mapping properties. Cannot initiate c ...

  2. Error: ERROR 726 (43M10): Inconsistent namespace mapping properties. Cannot initiate connection as S

    Error: ERROR 726 (43M10): Inconsistent namespace mapping properties. Cannot initiate connection as S ...

  3. phoenix-5.1.2 Inconsistent namespace mapping properties. Cannot initiate connection as SYSTEM

    Caused by: java.sql.SQLException: ERROR 726 (43M10): Inconsistent namespace mapping properties. Cann ...

  4. Inconsistent namespace mapping properties. Cannot initiate connection as SYS

    完整错误 Error: ERROR 726 (43M10): Inconsistent namespace mapping properties. Cannot initiate connection ...

  5. Inconsistent namespace mapping properties. Cannot initiate connection as SYSTEM:CATALOG is found but

    Inconsistent namespace mapping properties. Cannot initiate connection as SYSTEM:CATALOG is found but ...

  6. Phoenix报错(6)Inconsistent namespace mapping properites

    解决办法 1.1 服务端配置 在运行load数据的节点上的/etc/hbase/hbase-site.xml(这里就是服务端)里添加如下配置: <property> <name> ...

  7. 【异常】Error: ERROR 1012 (42M03): Table undefined. (state=42M03,code=1012)

    [异常]Error: ERROR 1012 (42M03): Table undefined. (state=42M03,code=1012) 参考文章: (1)[异常]Error: ERROR 10 ...

  8. 【MySQL】ERROR 1045 (28000): Access denied for user的解决方法

    [MySQL]ERROR 1045 (28000): Access denied for user的解决方法 参考文章: (1)[MySQL]ERROR 1045 (28000): Access de ...

  9. 【笔记】Error while loading PyV8 binary: exit code 1解决方法

    [笔记]Error while loading PyV8 binary: exit code 1解决方法 参考文章: (1)[笔记]Error while loading PyV8 binary: e ...

最新文章

  1. AJAX 实现form表单提交
  2. python不能处理excel文件-python处理excel文件(xls和xlsx)
  3. 琥珀项目:较小的,面向生产力的Java语言功能
  4. hibernate annotation注解方式来处理映射关系
  5. Ansible结合跳板机控制远程服务器
  6. 功能安全 李艳文_中国汽车功能安全测试库首次成果发布会成功召开
  7. 半路学习编程,有希望成为大牛吗?
  8. APISpace 银行卡二要素API
  9. 你有必要不沾计算机一段时间英语,2014新人教版八年级英语下册第一单元必背词组及句子...
  10. Nodejs学习记录: koa2
  11. 普加甘特图数据结构解析
  12. ubuntu系统学习(1) 测网速命令/实时显示网速speedometer
  13. BeautifulSoup总结及contents内容分析
  14. 多多视频带货快速出单小技巧!
  15. 视觉的目的是什么?从监督学习到对比学习,回顾CV发展史
  16. flume采集数据到hdfs
  17. 第 13 章 可扩展性设计之 MySQL Replication
  18. Hybird应用自动化测试
  19. 漫谈程序员系列:3D打印能打印出程序猿吗
  20. 国产化NI虚拟仪器高精度数据采集卡控制器进口替代方案

热门文章

  1. 计算机硬件的选购与组装实验报告,计算机硬件的组装实验报告 (精选可编辑)...
  2. Realsense D435i关闭IR结构光
  3. Ubuntu安装Docker及Docker-compose
  4. bugku PWN repeater
  5. ssh 安全配置 以及ssh key 认证登录
  6. 【Excel】二、VBA入门指导
  7. matlab图像类型的转换九种
  8. SNV(standard Normal Variate transform)
  9. 双系统-打不开Ubuntu
  10. FA-Phe-Gly-Gly,64967-39-1