GitHub user jaceklaskowski opened a pull request: https://github.com/apache/spark/pull/8753
Introduce config constants object A small refactoring to introduce a Scala object to keep property/environment names in a single place for YARN cluster deployment first (as I hate seeing strings all over the code, and most importantly avoid any typos in the future). I couldn't resist after reviewing c0052d8d09eebadadb5ed35ac512caaf73919551. If it gets accepted I'm going to move all the configuration names to the file. I did the first step and want to be told I'm right or get corrected. (It's also to verify my understanding of how the pull request process works in the project.) You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaceklaskowski/spark yarn-config-params Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/8753.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8753 ---- commit 0bb05999a736dac1b6350d075a4ea95d2db3ef32 Author: Jacek Laskowski <jacek.laskow...@deepsense.io> Date: 2015-09-14T18:46:00Z Introduce config constants object ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org