You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "SaintBacchus (JIRA)" <ji...@apache.org> on 2015/07/01 14:22:04 UTC

[jira] [Updated] (SPARK-8755) Streaming application from checkpoint will fail to load in security mode.

     [ https://issues.apache.org/jira/browse/SPARK-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SaintBacchus updated SPARK-8755:
--------------------------------
    Description: 
If the user set *spark.yarn.principal* and *spark.yarn.keytab* , he does not need *kinit* in the client machine.
But when the application was recorved from checkpoint file, it had to *kinit*, because:
The checkpoint did not use this configurations before it use a DFSClient to fetch the ckeckpoint file.

  was:
If the user set *spark.yarn.principal* and *spark.yarn.keytab* , he does not need *kinit* in the client machine.
But the application was recorved from checkpoint file, it had to *kinit*, because:
 the checkpoint did not use this configurations before it use a DFSClient to fetch the ckeckpoint file.


> Streaming application from checkpoint will fail to load in security mode.
> -------------------------------------------------------------------------
>
>                 Key: SPARK-8755
>                 URL: https://issues.apache.org/jira/browse/SPARK-8755
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.5.0
>            Reporter: SaintBacchus
>
> If the user set *spark.yarn.principal* and *spark.yarn.keytab* , he does not need *kinit* in the client machine.
> But when the application was recorved from checkpoint file, it had to *kinit*, because:
> The checkpoint did not use this configurations before it use a DFSClient to fetch the ckeckpoint file.



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