Repository: spark
Updated Branches:
  refs/heads/branch-1.2 259cb26fc -> 1f4d1ac4b


[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

(cherry picked from commit 0fe54cff19759dad2dc2a0950bd6c1d31c95e858)
Signed-off-by: Patrick Wendell <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1f4d1ac4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1f4d1ac4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1f4d1ac4

Branch: refs/heads/branch-1.2
Commit: 1f4d1ac4bc782f888757073ee2becf59a5251774
Parents: 259cb26
Author: wangfei <[email protected]>
Authored: Mon Nov 24 22:32:39 2014 -0800
Committer: Patrick Wendell <[email protected]>
Committed: Mon Nov 24 22:32:51 2014 -0800

----------------------------------------------------------------------
 docs/building-spark.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/1f4d1ac4/docs/building-spark.md
----------------------------------------------------------------------
diff --git a/docs/building-spark.md b/docs/building-spark.md
index fee6a84..40a4741 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to