[ 
https://issues.apache.org/jira/browse/SPARK-9833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14694041#comment-14694041
 ] 

Apache Spark commented on SPARK-9833:
-------------------------------------

User 'vanzin' has created a pull request for this issue:
https://github.com/apache/spark/pull/8134

> Add options to explicitly disable delegation token retrieval for non-HDFS
> -------------------------------------------------------------------------
>
>                 Key: SPARK-9833
>                 URL: https://issues.apache.org/jira/browse/SPARK-9833
>             Project: Spark
>          Issue Type: Improvement
>          Components: YARN
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Marcelo Vanzin
>            Priority: Minor
>
> In 1.4, code was added to fetch delegation tokens for Hive metastores and 
> HBase masters. That code is run regardless of whether the user app actually 
> needs those tokens, since there's no way for Spark to know otherwise.
> In the best case, that's just unnecessary overhead. In some cases, the Hadoop 
> / Hive / HBase configuration being loaded may contain references to things 
> that Spark doesn't have access to (e.g. Sentry classes), and the Spark 
> application might fail to start.
> Adding explicit configuration options to disable those would help, since 
> currently the only way is to set some specific Hive / HBase configuration 
> values, which is kinda brittle.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to