Re: Problems with connecting Spark to Hive

2014-06-03 Thread Lars Selsaas
Thanks a lot, That worked great! Thanks, Lars On Tue, Jun 3, 2014 at 12:17 PM, Yin Huai wrote: > Hello Lars, > > Can you check the value of "hive.security.authenticator.manager" in > hive-site.xml? I guess the value is > "org.apache.hadoop.hive.ql.security.ProxyUserAuthenticator". This class

Re: Problems with connecting Spark to Hive

2014-06-03 Thread Yin Huai
Hello Lars, Can you check the value of "hive.security.authenticator.manager" in hive-site.xml? I guess the value is "org.apache.hadoop.hive.ql.security.ProxyUserAuthenticator". This class was introduced in hive 0.13, but Spark SQL is based on hive 0.12 right now. Can you change the value of "hive.