Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/13146
  
    I think it would be better to have constants defined in 
`core/src/main/scala/org/apache/spark/internal/config/package.scala` for the 
new configs. That avoids hardcoding the config name in a bunch of places. In 
`PythonRunner` you'd just need to instantiate a `SparkConf` to use the 
constants directly.
    
    I'm also not a super fan of adding more arguments to spark-submit when it's 
not that hard to set the same thing using `--conf`.


---
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]

Reply via email to