Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/563#issuecomment-41484532
@mengxr in the past we typically haven't exposed runnable programs from
within spark to users except for two cases:
1. The spark shell. (`./bin/spark-shell`)
2. The examples. (`./bin/run-example`)
I think these classes should probably be moved to examples, right? @mateiz
what do you think?
I recently refactored (1) to internally use the spark submit script by
passing a special name for the jar (`spark-internal`). I'd also like to have
user submit the examples jar to spark-submit when running examples as discussed
in https://issues.apache.org/jira/browse/SPARK-1565.
---
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.
---