Github user tgravescs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1573#discussion_r17422492
  
    --- Diff: 
yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientBase.scala ---
    @@ -390,6 +390,9 @@ trait ClientBase extends Logging {
             .foreach(p => javaOpts += s"-Djava.library.path=$p")
         }
     
    +    // For log4j configuration to reference
    +    javaOpts += "-D=spark.yarn.log.dir=" + 
ApplicationConstants.LOG_DIR_EXPANSION_VAR
    --- End diff --
    
    can you rename this to be spark.yarn.app.container.log.dir
    
    Can you also update the documentation in docs/running-on-yarn.md to have 
this config and a good description.  
    



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