RE: RE: error while creating HiveContext

2015-11-27 Thread Chandra Mohan, Ananda Vel Murugan
uru...@honeywell.com>; user <user@spark.apache.org> Subject: Re: RE: error while creating HiveContext Could you provide your hive-site.xml file info ? Best, Sun. fightf...@163.com<mailto:fightf...@163.com> From: Chandra Mohan, Ananda Vel Murugan&

Re: RE: error while creating HiveContext

2015-11-27 Thread fightf...@163.com
Could you provide your hive-site.xml file info ? Best, Sun. fightf...@163.com From: Chandra Mohan, Ananda Vel Murugan Date: 2015-11-27 17:04 To: fightf...@163.com; user Subject: RE: error while creating HiveContext Hi, I verified and I could see hive-site.xml in spark conf directory

RE: error while creating HiveContext

2015-11-27 Thread Chandra Mohan, Ananda Vel Murugan
Subject: Re: error while creating HiveContext Hi, I think you just want to put the hive-site.xml in the spark/conf directory and it would load it into spark classpath. Best, Sun. fightf...@163.com<mailto:fightf...@163.com> From: Chandra Mohan,

error while creating HiveContext

2015-11-26 Thread Chandra Mohan, Ananda Vel Murugan
Hi, I am building a spark-sql application in Java. I created a maven project in Eclipse and added all dependencies including spark-core and spark-sql. I am creating HiveContext in my spark program and then try to run sql queries against my Hive Table. When I submit this job in spark, for some

Re: error while creating HiveContext

2015-11-26 Thread fightf...@163.com
Hi, I think you just want to put the hive-site.xml in the spark/conf directory and it would load it into spark classpath. Best, Sun. fightf...@163.com From: Chandra Mohan, Ananda Vel Murugan Date: 2015-11-27 15:04 To: user Subject: error while creating HiveContext Hi, I am building