Skip to content

Commit

Permalink
[SPARK-6511] [docs] Fix example command in hadoop-provided docs.
Browse files Browse the repository at this point in the history
Author: Marcelo Vanzin <vanzin@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.
  • Loading branch information
Marcelo Vanzin authored and rxin committed Jun 11, 2015
1 parent 95690a1 commit 9cbdf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hadoop-provided.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 9cbdf31

Please sign in to comment.