[
https://issues.apache.org/jira/browse/SLIDER-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Srimanth Gunturi resolved SLIDER-429.
-------------------------------------
Resolution: Not a Problem
I was creating the SliderClient instance outside the doAs(). Due to this 'root'
user was being picked up. Once I moved the creation of instance inside doAs(),
it worked fine.
> allow API users of slider to set the HADOOP_USER_NAME of the launched AM
> ------------------------------------------------------------------------
>
> Key: SLIDER-429
> URL: https://issues.apache.org/jira/browse/SLIDER-429
> Project: Slider
> Issue Type: Improvement
> Components: client
> Affects Versions: Slider 0.60
> Reporter: Srimanth Gunturi
> Assignee: Steve Loughran
>
> even when trying to launch slider apps in a doAs clause, the AM is coming up
> without access to the desired bits of HDFS.
> This is because it is being picked up from
> UserGroupInformation.getCurrentUser() and this may not be the right one
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)