Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/12115#discussion_r58266580
--- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala ---
@@ -819,12 +819,22 @@ private[spark] class Client(
javaOpts += "-XX:CMSIncrementalDutyCycle=10"
}
- // Include driver-specific java options if we are launching a driver
- if (isClusterMode) {
--- End diff --
why did we move the if (isClusterMode) check? it seems we are now doing
extra checks we don't need to when not in cluster mode or am I missing something
---
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]