You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2013/04/24 20:27:17 UTC

[jira] [Commented] (HADOOP-9500) TestUserGroupInformation#testGetServerSideGroups fails on Windows due to failure to find winutils.exe

    [ https://issues.apache.org/jira/browse/HADOOP-9500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640754#comment-13640754 ] 

Chris Nauroth commented on HADOOP-9500:
---------------------------------------

The problem was introduced in HADOOP-9299 with this code:

{code}
    // doesn't matter what it is, but getGroups needs it set...
    System.setProperty("hadoop.home.dir", "/tmp");
{code}

The logic in {{Shell}} for finding the path to winutils.exe first checks the hadoop.home.dir property.  It won't find it in /tmp, so the test fails the first time it tries to run a winutils command.

This is easy to fix: instead of /tmp, use the HADOOP_HOME environment variable, which is guaranteed to be configured to the correct path in maven-surefire-plugin.  I'll provide a patch shortly.

                
> TestUserGroupInformation#testGetServerSideGroups fails on Windows due to failure to find winutils.exe
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-9500
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9500
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>
> The test attempts to run the winutils groups command, but the initialization logic fails to find the path to winutils.exe.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira