[
https://issues.apache.org/jira/browse/HADOOP-11282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14203468#comment-14203468
]
Hudson commented on HADOOP-11282:
---------------------------------
FAILURE: Integrated in Hadoop-Mapreduce-trunk #1951 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1951/])
HADOOP-11282. Skip NFS TestShellBasedIdMapping tests that are irrelevant on
Windows. Contributed by Chris Nauroth. (cnauroth: rev
68db5b3736287ef218acc861368c6b95b72fa2f4)
* hadoop-common-project/hadoop-common/CHANGES.txt
*
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/TestShellBasedIdMapping.java
> Skip NFS TestShellBasedIdMapping tests that are irrelevant on Windows.
> ----------------------------------------------------------------------
>
> Key: HADOOP-11282
> URL: https://issues.apache.org/jira/browse/HADOOP-11282
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Trivial
> Fix For: 2.6.0
>
> Attachments: HADOOP-11282.1.patch
>
>
> {{TestShellBasedIdMapping}} contains several tests that fail on Windows. The
> underlying implementation of {{ShellBasedIdMapping}} assumes a Unix-like
> environment, forking out to call things like {{bash}} and {{getent}}. The
> output parsing also assumes Unix-like output from those commands. The tests
> aren't currently relevant on Windows, because NFS isn't implemented for
> Windows. Whenever that work is done, {{ShellBasedIdMapping}} will need a
> much different implementation to support Windows.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)