Skip to content

Commit 9cbdf31

Browse files
Marcelo Vanzinrxin
authored andcommitted
[SPARK-6511] [docs] Fix example command in hadoop-provided docs.
Author: Marcelo Vanzin <[email protected]> Closes apache#6766 from vanzin/SPARK-6511 and squashes the following commits: 49f0f67 [Marcelo Vanzin] [SPARK-6511] [docs] Fix example command in hadoop-provided docs.
1 parent 95690a1 commit 9cbdf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hadoop-provided.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ export SPARK_DIST_CLASSPATH=$(hadoop classpath)
2121
export SPARK_DIST_CLASSPATH=$(/path/to/hadoop/bin/hadoop classpath)
2222

2323
# Passing a Hadoop configuration directory
24-
export SPARK_DIST_CLASSPATH=$(hadoop classpath --config /path/to/configs)
24+
export SPARK_DIST_CLASSPATH=$(hadoop --config /path/to/configs classpath)
2525

2626
{% endhighlight %}

0 commit comments

Comments
 (0)