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 afe47bf commit fe4c8a7Copy full SHA for fe4c8a7
bin/pyspark
@@ -25,6 +25,12 @@ export SPARK_HOME="$FWDIR"
25
26
SCALA_VERSION=2.10
27
28
+if [[ "$@" == *--help* ]]; then
29
+ echo "Usage: ./bin/pyspark [python file] [options]"
30
+ ./bin/spark-submit --help 2>&1 | grep -v Usage 1>&2
31
+ exit 0
32
+fi
33
+
34
# Exit if the user hasn't compiled Spark
35
if [ ! -f "$FWDIR/RELEASE" ]; then
36
0 commit comments