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

    https://github.com/apache/spark/pull/22180#discussion_r211996874
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/ApplicationMaster.scala
 ---
    @@ -143,6 +143,7 @@ private[spark] class ApplicationMaster(args: 
ApplicationMasterArguments) extends
       @volatile private var finished = false
       @volatile private var finalStatus = getDefaultFinalStatus
       @volatile private var finalMsg: String = ""
    +  private val finalMsgLimitSize = sparkConf.get(AM_FINAL_MSG_LIMIT).toInt
    --- End diff --
    
    nit: move this to L165? just for code clean.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to