GitHub user dougb opened a pull request:

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

    [SPARK-6207] [YARN] [SQL] Adds delegation tokens for metastore to conf.

    Adds hive2-metastore delagation token to conf when running in securemode.
    Without this change, running on YARN in cluster mode fails with a
    GSS exception.
    
    This is a rough patch that adds a dependency to spark/yarn on hive-exec.
    I'm looking for suggestions on how to make this patch better.
    
    This contribution is my original work and that I licenses the work to the
    Apache Spark project under the project's open source licenses.
    
    Author: Doug Balog <[email protected]>

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

    $ git pull https://github.com/dougb/spark SPARK-6207

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

    https://github.com/apache/spark/pull/5031.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 #5031
    
----
commit bf356d28773b16637cedf38c2efdfeb42c131e56
Author: Doug Balog <[email protected]>
Date:   2015-03-15T07:07:54Z

    [SPARK-6207] [YARN] [SQL] Adds delegation tokens for metastore to conf.
    Adds hive2-metastore delagations token to conf when running in securemode.
    Without this change, runing on YARN in cluster mode fails with a
    GSS exception.
    
    This contribution is my original work and that I licenses the work to the
    Apache Spark project under the project's open source licenses.
    
    Author: Doug Balog <[email protected]>

----


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