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 9cb64b2 commit 13f48a0Copy full SHA for 13f48a0
bin/spark-class
@@ -38,8 +38,8 @@ if [ -z "$1" ]; then
38
fi
39
40
if [ -n "$SPARK_MEM" ]; then
41
- echo "Warning: SPARK_MEM is deprecated, please use a more specific config option"
42
- echo "(e.g., spark.executor.memory or SPARK_DRIVER_MEMORY)."
+ echo -e "Warning: SPARK_MEM is deprecated, please use a more specific config option" 1>&2
+ echo -e "(e.g., spark.executor.memory or SPARK_DRIVER_MEMORY)." 1>&2
43
44
45
# Use SPARK_MEM or 512m as the default memory, to be overridden by specific options
0 commit comments