Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/1050#discussion_r13769376
--- Diff: bin/spark-class ---
@@ -38,8 +38,10 @@ if [ -z "$1" ]; then
fi
if [ -n "$SPARK_MEM" ]; then
- echo "Warning: SPARK_MEM is deprecated, please use a more specific
config option"
- echo "(e.g., spark.executor.memory or SPARK_DRIVER_MEMORY)."
+ cat <<EOF 1>&2
--- End diff --
Indentation is weird here
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---