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 2015/06/12 00:29:06 UTC

spark git commit: [SPARK-6511] [docs] Fix example command in hadoop-provided docs.

Repository: spark
Updated Branches:
  refs/heads/master 95690a17d -> 9cbdf31ec


[SPARK-6511] [docs] Fix example command in hadoop-provided docs.

Author: Marcelo Vanzin <va...@cloudera.com>

Closes #6766 from vanzin/SPARK-6511 and squashes the following commits:

49f0f67 [Marcelo Vanzin] [SPARK-6511] [docs] Fix example command in hadoop-provided docs.


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

Branch: refs/heads/master
Commit: 9cbdf31ec1399d4d43a1863c15688ce78b6dfd92
Parents: 95690a1
Author: Marcelo Vanzin <va...@cloudera.com>
Authored: Thu Jun 11 15:29:03 2015 -0700
Committer: Reynold Xin <rx...@databricks.com>
Committed: Thu Jun 11 15:29:03 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/spark/blob/9cbdf31e/docs/hadoop-provided.md
----------------------------------------------------------------------
diff --git a/docs/hadoop-provided.md b/docs/hadoop-provided.md
index 0ba5a58..bbd26b3 100644
--- a/docs/hadoop-provided.md
+++ b/docs/hadoop-provided.md
@@ -21,6 +21,6 @@ export SPARK_DIST_CLASSPATH=$(hadoop classpath)
 export SPARK_DIST_CLASSPATH=$(/path/to/hadoop/bin/hadoop classpath)
 
 # Passing a Hadoop configuration directory
-export SPARK_DIST_CLASSPATH=$(hadoop classpath --config /path/to/configs)
+export SPARK_DIST_CLASSPATH=$(hadoop --config /path/to/configs classpath)
 
 {% endhighlight %}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org