You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/04/25 06:51:20 UTC

git commit: [Typo] In the maven docs: chd -> cdh

Repository: spark
Updated Branches:
  refs/heads/master 86ff8b102 -> 06e82d94b


[Typo] In the maven docs: chd -> cdh

Author: Andrew Or <an...@gmail.com>

Closes #548 from andrewor14/doc-typo and squashes the following commits:

3eaf4c4 [Andrew Or] chd -> cdh


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

Branch: refs/heads/master
Commit: 06e82d94b6eba0b174b54c58280b3daca2f26dd8
Parents: 86ff8b1
Author: Andrew Or <an...@gmail.com>
Authored: Thu Apr 24 21:51:17 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Thu Apr 24 21:51:17 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/06e82d94/docs/building-with-maven.md
----------------------------------------------------------------------
diff --git a/docs/building-with-maven.md b/docs/building-with-maven.md
index 9cebaf1..771d193 100644
--- a/docs/building-with-maven.md
+++ b/docs/building-with-maven.md
@@ -45,7 +45,7 @@ For Apache Hadoop 2.x, 0.23.x, Cloudera CDH MRv2, and other Hadoop versions with
     $ mvn -Pyarn-alpha -Dhadoop.version=2.0.5-alpha -Dyarn.version=2.0.5-alpha -DskipTests clean package
 
     # Cloudera CDH 4.2.0 with MapReduce v2
-    $ mvn -Pyarn-alpha -Dhadoop.version=2.0.0-cdh4.2.0 -Dyarn.version=2.0.0-chd4.2.0 -DskipTests clean package
+    $ mvn -Pyarn-alpha -Dhadoop.version=2.0.0-cdh4.2.0 -Dyarn.version=2.0.0-cdh4.2.0 -DskipTests clean package
 
     # Apache Hadoop 2.2.X ( e.g. 2.2.0 as below ) and newer
     $ mvn -Pyarn -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -DskipTests clean package