Repository: spark Updated Branches: refs/heads/branch-1.4 3a62569af -> 8b25f62bf
[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. (cherry picked from commit 9cbdf31ec1399d4d43a1863c15688ce78b6dfd92) 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/8b25f62b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8b25f62b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8b25f62b Branch: refs/heads/branch-1.4 Commit: 8b25f62bf19b02042675aa1d4e4b58cc4deb3e26 Parents: 3a62569 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:09 2015 -0700 ---------------------------------------------------------------------- docs/hadoop-provided.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/8b25f62b/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]
