Skip to content

Commit

Permalink
[DOC] Wrong cmd for build spark with apache hadoop 2.4.X and Hive 12 …
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
scwf committed Nov 18, 2014
1 parent 36b0956 commit 60d595e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Hive 0.12.0 using the `-Phive-0.12.0` profile.
mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive -Phive-thriftserver -DskipTests clean package

# Apache Hadoop 2.4.X with Hive 12 support
mvn -Pyarn -Phive -Phive-thriftserver-0.12.0 -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive -Phive-thriftserver -DskipTests clean package
mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive-0.12.0 -Phive-thriftserver -DskipTests clean package
{% endhighlight %}

# Building for Scala 2.11
Expand Down

0 comments on commit 60d595e

Please sign in to comment.