Repository: spark
Updated Branches:
  refs/heads/branch-1.0 ab131abd4 -> db698414f


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

Author: Andrew Or <[email protected]>

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

3eaf4c4 [Andrew Or] chd -> cdh

(cherry picked from commit 06e82d94b6eba0b174b54c58280b3daca2f26dd8)
Signed-off-by: Reynold Xin <[email protected]>


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

Branch: refs/heads/branch-1.0
Commit: db698414f62d959e7e457c8660133a2b37325e43
Parents: ab131ab
Author: Andrew Or <[email protected]>
Authored: Thu Apr 24 21:51:17 2014 -0700
Committer: Reynold Xin <[email protected]>
Committed: Thu Apr 24 21:51:23 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/db698414/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

Reply via email to