You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by akshayhazari <ak...@gmail.com> on 2014/11/17 11:40:19 UTC

Building Spark for Hive The requested profile "hadoop-1.2" could not be activated because it does not exist.

I am using Apache Hadoop 1.2.1 . I wanted to use Spark Sql with Hive. So I
tried to build Spark like so .

> mvn -Phive,hadoop-1.2 -Dhadoop.version=1.2.1 clean -DskipTests package
  
   But I get the following error.
  The requested profile "hadoop-1.2" could not be activated because it does
not exist. 
  Is there some way to handle this or do I have to downgrade Hadoop. Any
help is Appreciated




--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Building-Spark-for-Hive-The-requested-profile-hadoop-1-2-could-not-be-activated-because-it-does-not--tp19063.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
For additional commands, e-mail: user-help@spark.apache.org


Re: Building Spark for Hive The requested profile "hadoop-1.2" could not be activated because it does not exist.

Posted by akshayhazari <ak...@gmail.com>.
Oops , I guess , this is the right way to do it 
mvn -Phive -Dhadoop.version=1.2.1 clean -DskipTests package



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Building-Spark-for-Hive-The-requested-profile-hadoop-1-2-could-not-be-activated-because-it-does-not--tp19063p19068.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
For additional commands, e-mail: user-help@spark.apache.org