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

    https://github.com/apache/spark/pull/4688#discussion_r25913696
  
    --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala ---
    @@ -215,8 +223,10 @@ private[spark] class Client(
         // and add them as local resources to the application master.
         val fs = FileSystem.get(hadoopConf)
         val dst = new Path(fs.getHomeDirectory(), appStagingDir)
    -    val nns = getNameNodesToAccess(sparkConf) + dst
    -    obtainTokensForNamenodes(nns, hadoopConf, credentials)
    +    val nns =
    +      
SparkHadoopUtil.get.asInstanceOf[YarnSparkHadoopUtil].getNameNodesToAccess(sparkConf)
 + dst
    --- End diff --
    
    What about my suggestion of having a `YarnSparkHadoopUtil.get` instead of 
this cast everywhere?


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