Github user tgravescs commented on the pull request:
https://github.com/apache/spark/pull/3557#issuecomment-69578562
So it used to be (0.8 and 0.9) that spark on yarn was ran like this. We
kept this work in the 1.0 release as well for backwards compatibility.
spark-class org.apache.spark.deploy.yarn.Client \
--jar spark-examples.jar \
--class org.apache.spark.examples.SparkPi --args yarn-standalone
--num-workers 3 --worker-memory 2g --queue unfunded
does moving those to spark submit break the app name for this? I don't
know of anyone still using that but if we break it we should consciously decide
that is unsupported.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]