[
https://issues.apache.org/jira/browse/SLIDER-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278744#comment-14278744
]
Jonathan Maron commented on SLIDER-742:
---------------------------------------
In order for the keytab file to show up there, you need to make slider aware of
its existence:
At a minimum, you need to specify the following two properties in the
"slider-appmaster" component section:
"slider.hdfs.keytab.dir": ".slider/keytabs/<your keytab folder>",
"slider.am.login.keytab.name": "<name of the AM keytab>",
In that instance, all keytabs except the AM keytab, will be localized to the
$AGENT_WORK_ROOT/keytabs directory. The keytab dir property is similar to the
resources dir you suggested in a JIRA. Pointing to a local keytab for the AM
while expecting the keytabs in the HDFS keytab dir to be localized is currently
not supported (i.e. you either need to localize all keytab files yourself or
reference all place all keytabs in the HDFS directory).
> Slider AM secure configuration
> ------------------------------
>
> Key: SLIDER-742
> URL: https://issues.apache.org/jira/browse/SLIDER-742
> Project: Slider
> Issue Type: Bug
> Components: appmaster
> Affects Versions: Slider 0.60
> Environment: Secured Hadoop
> Reporter: Yang Hao
>
> Running in secured Hadoop cluster, when I don't set secured-related
> configuration for SliderAM, an error is out:
> "hdfs://lgtst-xiaomi/user/h_yanghao3/.slider/cluster/hbase1/keytabs': No
> such file or directory".
> For that the token has been sent to SliderAM working dir as file
> container_tokens, can we use this, just like what MapReduceAM does?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)