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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to