You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/06/25 05:43:04 UTC

[jira] [Commented] (SPARK-8619) Can't find the keytab file when recovering the streaming application.

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

Apache Spark commented on SPARK-8619:
-------------------------------------

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

> Can't find the keytab file when recovering the streaming application.
> ---------------------------------------------------------------------
>
>                 Key: SPARK-8619
>                 URL: https://issues.apache.org/jira/browse/SPARK-8619
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.5.0
>            Reporter: SaintBacchus
>
> In a streaming application, I use *--keytab /root/spark.keytab* to get the token.
> But when the streaming application failed and I wanted to recover it from checkpoint file, there was an error:
> {quote}
> java.io.IOException: Login failure for spark/hadoop.hadoop.com@HADOOP.COM from keytab spark.keytab-1fd8f7bb-0d3c-4f65-990a-9ae09055cc8d: javax.security.auth.login.LoginException: Unable to obtain password from user
> {quote}
> Spark had changed the configuration, so the checkpoint can't find the file:
> {code:title=Client.java @ Function: setupCredentials |borderStyle=solid}
>       val keytabFileName = f.getName + "-" + UUID.randomUUID().toString
>       UserGroupInformation.loginUserFromKeytab(args.principal, args.keytab)
>       loginFromKeytab = true
>       sparkConf.set("spark.yarn.keytab", keytabFileName)
> {code}
> So when recovering the application, we should ignore this configurations.



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

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