Skip to content

Commit

Permalink
[DOC][Build] Wrong cmd for build spark with apache hadoop 2.4.X and h…
Browse files Browse the repository at this point in the history
…ive 12

Author: wangfei <[email protected]>

Closes #3335 from scwf/patch-10 and squashes the following commits:

d343113 [wangfei] add '-Phive'
60d595e [wangfei] [DOC] Wrong cmd for build spark with apache hadoop 2.4.X and Hive 12 support
  • Loading branch information
scwf authored and pwendell committed Nov 25, 2014
1 parent 723be60 commit 0fe54cf
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 @@ -112,7 +112,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 -Phive-0.12.0 -Phive-thriftserver -DskipTests clean package
{% endhighlight %}

# Building for Scala 2.11
Expand Down

0 comments on commit 0fe54cf

Please sign in to comment.