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

    https://github.com/apache/spark/pull/19885#discussion_r154822603
  
    --- Diff: 
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala 
---
    @@ -1428,6 +1428,12 @@ private object Client extends Logging {
           return false
         }
     
    +    val srcAuthority = srcUri.getAuthority()
    +    val detAuthority = dstUri.getAuthority()
    +    if (srcAuthority != detAuthority || (srcAuthority != null && 
!srcAuthority.equalsIgnoreCase(detAuthority))) {
    --- End diff --
    
    I guess this line is too long.


---

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

Reply via email to