Re: How to add HBase dependencies and conf with spark-submit?

2014-10-16 Thread Soumitra Kumar
ent: Thursday, October 16, 2014 12:50:01 AM Subject: Re: How to add HBase dependencies and conf with spark-submit? Thanks, Soumitra Kumar, I didn’t know why you put hbase-protocol.jar in SPARK_CLASSPATH, while add hbase-protocol.jar , hbase-common.jar , hbase-client.jar , htrace-core.jar i

Re: How to add HBase dependencies and conf with spark-submit?

2014-10-16 Thread Fengyun RAO
sday, October 15, 2014 6:29:21 AM > Subject: Re: How to add HBase dependencies and conf with spark-submit? > > > +user@hbase > > > > 2014-10-15 20:48 GMT+08:00 Fengyun RAO < raofeng...@gmail.com > : > > > > We use Spark 1.1, and HBase 0.98.1-cdh5

Re: How to add HBase dependencies and conf with spark-submit?

2014-10-15 Thread Soumitra Kumar
/hbase/hbase-client.jar,/opt/cloudera/parcels/CDH/lib/hbase/lib/htrace-core.jar \ - Original Message - From: "Fengyun RAO" To: user@spark.apache.org, u...@hbase.apache.org Sent: Wednesday, October 15, 2014 6:29:21 AM Subject: Re: How to add HBase dependencies and conf with sp

Re: How to add HBase dependencies and conf with spark-submit?

2014-10-15 Thread Fengyun RAO
+user@hbase 2014-10-15 20:48 GMT+08:00 Fengyun RAO : > We use Spark 1.1, and HBase 0.98.1-cdh5.1.0, and need to read and write an > HBase table in Spark program. > > I notice there are: > spark.driver.extraClassPath > spark.executor.extraClassPathproperties to manage extra ClassPath, over > even

How to add HBase dependencies and conf with spark-submit?

2014-10-15 Thread Fengyun RAO
We use Spark 1.1, and HBase 0.98.1-cdh5.1.0, and need to read and write an HBase table in Spark program. I notice there are: spark.driver.extraClassPath spark.executor.extraClassPathproperties to manage extra ClassPath, over even an deprecated SPARK_CLASSPATH. The problem is what classpath or jar