Github user sryza commented on a diff in the pull request:
https://github.com/apache/spark/pull/542#discussion_r11977385
--- 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 --
Anyone who types "spark-shell --help" will hit the message? Is this info
useful to the user? I think I would be a little confused by what "Its" refers
to.
---
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.
---