Re: hive1.2.1 on spark 1.5.2

2016-01-26 Thread kevin
Thank you Mich Talebzadeh and Sofia Panagiotidi . I changed my spark version to 1.4.1 , and everything is ok. 2016-01-26 16:45 GMT+08:00 kevin : > hi,all >I tried hive on spark with version hive1.2.1 spark1.5.2. I build spark > witout -Phive . And I test spark cluster stand alone with spark-

Re: hive1.2.1 on spark 1.5.2

2016-01-26 Thread Sofia Panagiotidi
Using the prebuilt versions from the apache website for both Hive and Spark > On 26 Jan 2016, at 14:00, Sofia Panagiotidi > wrote: > > I have also managed to use Hive 1.2.1 with Spark 1.4.1 > > >> On 26 Jan 2016, at 10:20, Mich Talebzadeh > > wrote: >> >> As far

Re: hive1.2.1 on spark 1.5.2

2016-01-26 Thread Sofia Panagiotidi
I have also managed to use Hive 1.2.1 with Spark 1.4.1 > On 26 Jan 2016, at 10:20, Mich Talebzadeh wrote: > > As far as I have worked this one out Hive 1.2.1 works on Spark 1.3.1 for now. > This means Hive will use spark engine. > > > set spark.home=/usr/lib/spark-1.3.1-bin-hadoop2.6; > se

RE: hive1.2.1 on spark 1.5.2

2016-01-26 Thread Mich Talebzadeh
As far as I have worked this one out Hive 1.2.1 works on Spark 1.3.1 for now. This means Hive will use spark engine. set spark.home=/usr/lib/spark-1.3.1-bin-hadoop2.6; set hive.execution.engine=spark; set spark.master=yarn-client; set hive.optimize.ppd=true; Beeline version 1.2.1 by Apa