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

    https://github.com/apache/spark/pull/19885#discussion_r155110589
  
    --- 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 dstAuthority = dstUri.getAuthority()
    +    if (srcAuthority != null && 
!srcAuthority.equalsIgnoreCase(dstAuthority)) {
    --- End diff --
    
    This very method uses `Objects.equal` to solve that problem for hosts below.


---

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

Reply via email to