RE: Can't have Hive running with Spark

2017-11-28 Thread stephane.davy
pache.org Subject: Re: Can't have Hive running with Spark Right now we only support Spark 2.0.0, the issue you are facing is probably due to a version mismatch issue. You may find this JIRA useful - SPARK-16292 - you want to make sure you are building the Spark distribution correctly. On Mon

RE: Can't have Hive running with Spark

2017-11-28 Thread stephane.davy
Thanks Takiar, So, do you suggest I stick with Spark 1.6 or Spark 2.0.0? Which Hive version is the most appropriate? Stéphane From: Sahil Takiar [mailto:takiar.sa...@gmail.com] Sent: Monday, November 27, 2017 18:20 To: user@hive.apache.org Subject: Re: Can't have Hive running with

Re: Can't have Hive running with Spark

2017-11-27 Thread Sahil Takiar
Right now we only support Spark 2.0.0, the issue you are facing is probably due to a version mismatch issue. You may find this JIRA useful - SPARK-16292 - you want to make sure you are building the Spark distribution correctly. On Mon, Nov 27, 2017 at 8:48 AM, wrote: > Hello all > > > > I’m try

Can't have Hive running with Spark

2017-11-27 Thread stephane.davy
Hello all I'm trying to have Hive running on top of a Spark cluster. - Hive version: 2.3.2, installed with the embedded derby database (local mode) - Spark version: 2.2.0, installed in cluster mode, no yarn, no mesos - Hadoop version: 2.7.4 - OS: Redhat 7