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 becec64 commit 0dc33edCopy full SHA for 0dc33ed
bin/pyspark
@@ -27,7 +27,7 @@ SCALA_VERSION=2.10
27
28
if [[ "$@" = *--help ]] || [[ "$@" = *-h ]]; then
29
echo "Usage: ./bin/pyspark [options]"
30
- ./bin/spark-submit --help 2>&1 | grep -v Usage 1>&2
+ $FWDIR/bin/spark-submit --help 2>&1 | grep -v Usage 1>&2
31
exit 0
32
fi
33
0 commit comments