Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/14650
  
    Responding to 
https://github.com/apache/spark/pull/14650#issuecomment-241095780 , IMHO it's 
best if configuration never uses environment variables or system properties. 
They're global to a process and that eventually ends in some tears, despite its 
convenience. Hence I personally support standardizing towards explicit 
configuration. 
    
    In practice some env variables are used here and there for legacy reasons. 
And yes you can set props via system properties. I think being consistent is 
OK, right or wrong, but would generally move away from env / sys properties if 
given the choice.


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

Reply via email to