Re: Spark Job on YARN accessing Hbase Table

2016-02-10 Thread Prabhu Joseph
ave you tried adding hbase client jars to spark.executor.extraClassPath ? > > Cheers > > On Wed, Feb 10, 2016 at 12:17 AM, Prabhu Joseph < > prabhujose.ga...@gmail.com> wrote: > >> + Spark-Dev >> >> For a Spark job on YARN accessing hbase table, added all hb

Re: Spark Job on YARN accessing Hbase Table

2016-02-10 Thread Prabhu Joseph
+ Spark-Dev For a Spark job on YARN accessing hbase table, added all hbase client jars into spark.yarn.dist.files, NodeManager when launching container i.e executor, does localization and brings all hbase-client jars into executor CWD, but still the executor tasks fail with ClassNotFoundException