We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37719e0 commit 49f0f67Copy full SHA for 49f0f67
docs/hadoop-provided.md
@@ -21,6 +21,6 @@ export SPARK_DIST_CLASSPATH=$(hadoop classpath)
21
export SPARK_DIST_CLASSPATH=$(/path/to/hadoop/bin/hadoop classpath)
22
23
# Passing a Hadoop configuration directory
24
-export SPARK_DIST_CLASSPATH=$(hadoop classpath --config /path/to/configs)
+export SPARK_DIST_CLASSPATH=$(hadoop --config /path/to/configs classpath)
25
26
{% endhighlight %}
0 commit comments