Repository: spark Updated Branches: refs/heads/master 95690a17d -> 9cbdf31ec
[SPARK-6511] [docs] Fix example command in hadoop-provided docs. Author: Marcelo Vanzin <[email protected]> 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 <[email protected]> Authored: Thu Jun 11 15:29:03 2015 -0700 Committer: Reynold Xin <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
