You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by vanzin <gi...@git.apache.org> on 2017/10/24 17:57:14 UTC

[GitHub] spark pull request #19566: [SPARK-22341][yarn] Impersonate correct user when...

GitHub user vanzin opened a pull request:

    https://github.com/apache/spark/pull/19566

    [SPARK-22341][yarn] Impersonate correct user when preparing resources.

    The bug was introduced in SPARK-22290, which changed how the app's user
    is impersonated in the AM. The changed missed an initialization function
    that needs to be run as the app owner (who has the right credentials to
    read from HDFS).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vanzin/spark SPARK-22341

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19566.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19566
    
----
commit d65e8f2bf3b22c9f6a4035d1952973dec51ce6fd
Author: Marcelo Vanzin <va...@cloudera.com>
Date:   2017-10-24T17:49:19Z

    [SPARK-22341][yarn] Impersonate correct user when preparing resources.
    
    The bug was introduced in SPARK-22290, which changed how the app's user
    is impersonated in the AM. The changed missed an initialization function
    that needs to be run as the app owner (who has the right credentials to
    read from HDFS).

----


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/83054/
    Test PASSed.


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/83019/
    Test PASSed.


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    **[Test build #83054 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/83054/testReport)** for PR 19566 at commit [`de3755a`](https://github.com/apache/spark/commit/de3755ae5f031aadd942b75b077cd84eb9065fd2).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    **[Test build #83019 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/83019/testReport)** for PR 19566 at commit [`d65e8f2`](https://github.com/apache/spark/commit/d65e8f2bf3b22c9f6a4035d1952973dec51ce6fd).


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark pull request #19566: [SPARK-22341][yarn] Impersonate correct user when...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/19566


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by maver1ck <gi...@git.apache.org>.
Github user maver1ck commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    @vanzin 
    I tested your patch. It worked.


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    Merging to master (since YARN is pretty broken without this).


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    **[Test build #83054 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/83054/testReport)** for PR 19566 at commit [`de3755a`](https://github.com/apache/spark/commit/de3755ae5f031aadd942b75b077cd84eb9065fd2).


---

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


[GitHub] spark issue #19566: [SPARK-22341][yarn] Impersonate correct user when prepar...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19566
  
    **[Test build #83019 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/83019/testReport)** for PR 19566 at commit [`d65e8f2`](https://github.com/apache/spark/commit/d65e8f2bf3b22c9f6a4035d1952973dec51ce6fd).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---

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