Member since
12-30-2016
4
Posts
1
Kudos Received
0
Solutions
12-30-2016
05:45 PM
Thank you for the solution, it's working! I update the jar client using this command; jar uf phoenix-4.7.0.2.5.3.0-37-client.jar hbase-site.xml it seems squirrel can't read the extra class path. and thanks everyone for all your help!
... View more
12-30-2016
07:27 AM
sorry, my bad. I am using HDP-2.5, Ambari version 2.4.2.
is hbase conf must be include at the first time I make connection to phoenix? Because now I am getting the same error even though I am rolling back my configuration before adding phoenix.schema.isNamespaceMappingEnabled=true
... View more
12-30-2016
04:47 AM
Squirrel already have hbase conf; Thanks.
... View more
12-30-2016
03:59 AM
1 Kudo
HI, I am using HDP 2.5, Phoenix 4.7, SQuirreL 3.7. When I tried connect to hbase using SQuirrel i got this error; java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLException: ERROR 726 (43M10): Inconsistent namespace mapping properites.. Cannot initiate connection as SYSTEM:CATALOG is found but client does not have phoenix.schema.isNamespaceMappingEnabled enabled at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.awaitConnection(OpenConnectionCommand.java:132)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand.access$100(OpenConnectionCommand.java:45)
at net.sourceforge.squirrel_sql.client.mainframe.action.OpenConnectionCommand$2.run(OpenConnectionCommand.java:115)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) I never got this error before add "phoenix.schema.isNamespaceMappingEnabled=true" property on hbase-site.xml. But when I tried connect from local server using command ./sqlline.py localhost:2181:/hbase-unsecure, I got no promblem. Any ideas? Thanks.
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Phoenix