Skip to content

Commit 0fe54cf

Browse files
scwfpwendell
authored andcommitted
[DOC][Build] Wrong cmd for build spark with apache hadoop 2.4.X and hive 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
1 parent 723be60 commit 0fe54cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Hive 0.12.0 using the `-Phive-0.12.0` profile.
112112
mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive -Phive-thriftserver -DskipTests clean package
113113

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

118118
# Building for Scala 2.11

0 commit comments

Comments
 (0)