As per this link : https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started, you need to build Spark without Hive.
On Wed, Nov 18, 2015 at 8:50 AM, Sofia <sofia.panagiot...@taiger.com> wrote: > Hello > > After various failed tries to use my Hive (1.2.1) with my Spark (Spark > 1.4.1 built for Hadoop 2.2.0) I decided to try to build again Spark with > Hive. > I would like to know what is the latest Hive version that can be used to > build Spark at this point. > > When downloading Spark 1.5 source and trying: > > *mvn -Pyarn -Phadoop-2.6 -Dhadoop.version=2.6.0 -Phive -Phive-1.2.1 > -Phive-thriftserver -DskipTests clean package* > > I get : > > *The requested profile "hive-1.2.1" could not be activated because it does > not exist.* > > Thank you > Sofia >