Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/542#discussion_r11981043
--- Diff: bin/spark-shell ---
@@ -30,133 +29,17 @@ esac
# Enter posix mode for bash
set -o posix
+if [[ "$@" == *--help* ]]; then
+ echo "Usage: ./bin/spark-shell [options]"
+ echo "This is a thin wrapper on ./bin/spark-submit. Its options are:"
--- End diff --
yeah I actually wanted to make this clear to users, but maybe it's just
annoying? I guess we could just not print this.
---
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.
---