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

    https://github.com/apache/spark/pull/3233#discussion_r24367558
  
    --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala ---
    @@ -239,23 +236,22 @@ private[spark] class Client(
         /**
          * Copy the given main resource to the distributed cache if the scheme 
is not "local".
          * Otherwise, set the corresponding key in our SparkConf to handle it 
downstream.
    -     * Each resource is represented by a 4-tuple of:
    +     * Each resource is represented by a 3-tuple of:
          *   (1) destination resource name,
          *   (2) local path to the resource,
          *   (3) Spark property key to set if the scheme is not local, and
    -     *   (4) whether to set permissions for this resource
          */
         List(
    -      (SPARK_JAR, sparkJar(sparkConf), CONF_SPARK_JAR, false),
    -      (APP_JAR, args.userJar, CONF_SPARK_USER_JAR, true),
    --- End diff --
    
    ok, that's what I thought. Let's do the remove set permissions thing 
separately


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