Re: Spark job is failing with kerberos error while creating hive context in yarn-cluster mode (through spark-submit)

2016-05-23 Thread Chandraprakash Bhagtani
Thanks, It worked !!! On Tue, May 24, 2016 at 1:14 AM, Marcelo Vanzin <van...@cloudera.com> wrote: > On Mon, May 23, 2016 at 4:41 AM, Chandraprakash Bhagtani > <cpbhagt...@gmail.com> wrote: > > I am passing hive-site.xml through --files option. > > You need hive-sit

Re: Spark job is failing with kerberos error while creating hive context in yarn-cluster mode (through spark-submit)

2016-05-23 Thread Chandraprakash Bhagtani
m your hive-site.xml, i.e. thrift:// > ms1.foo.com:9083 > hive.metastore.sasl.enabled = true > hive.security.authorization.enabled = false > > Cheers, > > Doug > > > > > On May 23, 2016, at 7:41 AM, Chandraprakash Bhagtani < > cpbhagt...@gmail.com> wrote:

Spark job is failing with kerberos error while creating hive context in yarn-cluster mode (through spark-submit)

2016-05-23 Thread Chandraprakash Bhagtani
Hi, My Spark job is failing with kerberos issues while creating hive context in yarn-cluster mode. However it is running with yarn-client mode. My spark version is 1.6.1 I am passing hive-site.xml through --files option. I tried searching online and found that the same issue is fixed with the