Re: client does not have phoenix.schema.isNamespaceMappingEnabled

2018-11-29 Thread Josh Elser
Why didn't it work? The hbase-protocol.jar is insufficient to run MapReduce jobs against HBase; full stop. You're going to get lots of stuff pulled in via the phoenix-client.jar that you give to `hadoop jar`. That said, I can't think of a reason that including more jars on the classpath would

Re: client does not have phoenix.schema.isNamespaceMappingEnabled

2018-11-29 Thread M. Aaron Bossert
So, sorry for the super late reply...there is weird lag between the time a message is sent or received to this mailing list and when I actually see it...But, I have got it working now as follows: HADOOP_CLASSPATH=/usr/hdp/3.0.1.0-187/hbase/lib/hbase-protocol.jar:/etc/hbase/ 3.0.1.

Re: JDBC Connection URL to Phoenix on Azure HDInsight

2018-11-29 Thread Raghavendra Channarayappa
Thanks Josh for the quick response. Did some digging, the Zookeeper quorum needs to be used for the thick client like Josh suggested. JDBL URL was fine and found there were two issues with Azure HDI setup: 1. Zookeeper Server was not started 2. Zookeeper port(2181) is not open *1.*