Re: Issue with connecting to Phoenix in kerberised cluster.

2015-12-30 Thread Ns G
Hi There, Here is my JDBC connection string. My Hbase Cluster is health and Master is running. I am able to run Sqlline successfully. jdbc:phoenix::2181:/hbase:testuser@ENT.LOCAL :/home/testuser/testuser.keytab I am executing the prog through following command *java

Re: Unable to Use bulkloader to load Control-A delimited file

2015-12-30 Thread anil gupta
Hi James, We use HDP2.2. This commit for that JIRA was done in 4.5-HBase-1.1 branch : https://github.com/apache/phoenix/commit/2ab807d1ef8cb9c1cc06bfd53e8a89ce7379c57f We also decompiled the downloaded client jar and verified that related

Re: Unable to Use bulkloader to load Control-A delimited file

2015-12-30 Thread anil gupta
Hi Gabriel, Thanks for the info. What is the backward compatibility policy of Phoenix releases? Would 4.5.3 client jar work with Phoenix4.4 server jar? 4.4 and 4.5 are considered two major release or minor releases? Thanks, Anil Gupta On Tue, Dec 29, 2015 at 11:11 PM, Gabriel Reid

Re: Unable to Use bulkloader to load Control-A delimited file

2015-12-30 Thread anil gupta
Hi, I figured out that Phoenix4.5.3 is not released yet. So, we downloaded Phoenix client jar from nighly builds of Phoenix: https://builds.apache.org/view/All/job/Phoenix-4.5-HBase-1.1/lastSuccessfulBuild/artifact/phoenix-assembly/target/phoenix-4.5.3-HBase-1.1-SNAPSHOT-client.jar We ran

Re: Re: error when get data from Phoenix 4.5.2 on CDH 5.5.x by spark 1.5

2015-12-30 Thread Josh Mahonin
Hi, Rather than pass in the JARs using the '--jars' flag, what happens if you include them all in the 'extraClassPath' settings, or the SPARK_CLASSPATH environment variable? That specific class, PhoenixConfigurationUtil, is in the phoenix-core JAR, maybe do a 'unzip -l' on it to make sure that is

Re: Unable to Use bulkloader to load Control-A delimited file

2015-12-30 Thread James Taylor
Gabriel may have meant the Cloudera labs release of 4.5.2, but I'm not sure if that fix is there or not. We have no plans to do a 4.5.3 release. FYI, Andrew put together a 4.6 version that works with CDH here too: https://github.com/chiastic-security/phoenix-for-cloudera. We also plan to do a 4.7

Re: Re: error when get data from Phoenix 4.5.2 on CDH 5.5.x by spark 1.5

2015-12-30 Thread sac...@outlook.com
hi josh: i did use add the jars by using the --jars, the 'com.fasterxml.jackson'`s error disappeared,but here raise a new exception: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/phoenix/mapreduce/util/PhoenixConfigurationUtil at