Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/95#discussion_r10360720 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1243,7 +1245,7 @@ object SparkContext { } scheduler - case "yarn-standalone" => + case "yarn-standalone" | "yarn-cluster" => --- End diff -- Do you mind printing a deprecation warning if `yarn-standalone` is used here? I'd just say it was deprecated in 1.0 and may be removed and ask people to change to `yarn-cluster`.
--- 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. ---