Re: Spark Plugin Information

2016-04-10 Thread Josh Mahonin
Hi Ben, I have no way of verifying myself, but if that is the same URL you use for Zookeeper quorum, and you've verified that you can connect using the regular JDBC client, I would expect that to work for you as well. Perhaps start off smaller with a 1-node test cluster, verify your

Re: Spark Plugin Information

2016-04-09 Thread Benjamin Kim
Josh, For my tests, I’m passing the Zookeeper Quorum URL. "zkUrl" -> "prod-nj3-hbase-master001.pnj3i.gradientx.com,prod-nj3-namenode001.pnj3i.gradientx.com,prod-nj3-namenode002.pnj3i.gradientx.com:2181” Is this correct? Thanks, Ben > On Apr 9, 2016, at 8:06 AM, Josh Mahonin

Re: Spark Plugin Information

2016-04-09 Thread Josh Mahonin
Hi Ben, It looks like a connection URL issue. Are you passing the correct 'zkUrl' parameter, or do you have the HBase Zookeeper quorum defined in an hbase-site.xml available in the classpath? If you're able to connect to Phoenix using JDBC, you should be able to take the JDBC url, pop off the

Re: Spark Plugin Information

2016-04-08 Thread Benjamin Kim
Hi Josh, I am using CDH 5.5.2 with HBase 1.0.0, Phoenix 4.5.2, and Spark 1.6.0. I looked up the error and found others who led me to ask the question. I’ll try to use Phoenix 4.7.0 client jar and see what happens. The error I am getting is: java.sql.SQLException: ERROR 103 (08004): Unable to

Spark Plugin Information

2016-04-08 Thread Benjamin Kim
I want to know if there is a update/patch coming to Spark or the Spark plugin? I see that the Spark plugin does not work because HBase classes are missing from the Spark Assembly jar. So, when Spark does reflection, it does not look for HBase client classes in the Phoenix Plugin jar but only in

Spark Plugin Information

2016-04-08 Thread Benjamin Kim
I want to know if there is a update/patch coming to Spark or the Spark plugin? I see that the Spark plugin does not work because HBase classes are missing from the Spark Assembly jar. So, when Spark does reflection, it does not look for HBase client classes in the Phoenix Plugin jar but only in