[
https://issues.apache.org/jira/browse/MAPREDUCE-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196726#comment-13196726
]
Alejandro Abdelnur commented on MAPREDUCE-3499:
-----------------------------------------------
I'm getting a bit further, now I'm getting the following messages
{code}
22:04:34,129 WARN Configuration:639 - mapred.job.tracker is deprecated.
Instead, use mapreduce.jobtracker.address
22:04:34,133 WARN Configuration:639 - fs.default.name is deprecated. Instead,
use fs.defaultFS
22:04:34,135 WARN Configuration:639 - user.name is deprecated. Instead, use
mapreduce.job.user.name
22:04:34,139 ERROR UserGroupInformation:1180 - PriviledgedActionException
as:test (auth:PROXY) via tucu (auth:SIMPLE)
cause:org.apache.hadoop.fs.UnsupportedFileSystemException: No
AbstractFileSystem for scheme: hdfs
22:04:34,141 INFO Cluster:116 - Failed to use
org.apache.hadoop.mapred.YarnClientProtocolProvider due to error: Error in
instantiating YarnClient
22:04:34,141 ERROR UserGroupInformation:1180 - PriviledgedActionException
as:test (auth:PROXY) via tucu (auth:SIMPLE) cause:java.io.IOException: Cannot
initialize Cluster. Please check your configuration for
mapreduce.framework.name and the correspond server addresses.
{code}
> New MiniMR does not setup proxyuser configuration correctly, thus tests using
> doAs do not work
> ----------------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-3499
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3499
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2, test
> Affects Versions: 0.23.1, 0.24.0
> Reporter: Alejandro Abdelnur
> Assignee: John George
> Priority: Blocker
> Labels: bigtop
> Fix For: 0.23.1, 0.24.0
>
> Attachments: MR-3499.patch, MR-3499.patch, MR-3499.patch,
> TestForMAPREDUCE-3499.patch
>
>
> The new MiniMR implementation is not taking proxyuser settings.
> Because of this, testcases using/testing doAs functionality fail.
> This affects all Oozie testcases that use MiniMR.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira