You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Mukund Madhugiri (JIRA)" <ji...@apache.org> on 2007/12/17 18:48:43 UTC

[jira] Created: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
----------------------------------------------------------------------------------------

                 Key: HADOOP-2442
                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
             Project: Hadoop
          Issue Type: Bug
          Components: fs
    Affects Versions: 0.16.0
         Environment: Linux
            Reporter: Mukund Madhugiri
            Priority: Critical
             Fix For: 0.16.0


Unit test  failed on Linux:

Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

junit.framework.ComparisonFailure: expected:<users> but was:<>
	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)

Standard Output

foo: rw-r--r--
bar: rw-r--r--


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553260 ] 

Raghu Angadi commented on HADOOP-2442:
--------------------------------------

The solaris man pages specified full paths to ls variants and it did not include /bin/ls. Based  on recent experience with other commands if Solaris could break conventions, it will :). The machine I checked does have /bin/ls and works like /usr/bin/ls. We can change it.


> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi reassigned HADOOP-2442:
------------------------------------

    Assignee: Raghu Angadi

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553237 ] 

Nigel Daley commented on HADOOP-2442:
-------------------------------------

Raghu, why not use /bin/ls on all platforms (which works) instead of just ls.  This will also circumvent any aliasing of ls that folks may have setup in their shells.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Patch Available  (was: Open)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Open  (was: Patch Available)

Sigh. This test was run on Hudson for the first time. I guess Solaris does does not have '{{chown :GROUP}}'. Will try changing it to '{{chgrp GROUP}}'.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

My bad. I was making multiple implementations of same functionality for HADOOP-2381 and did not run all the tests for the final patch. Hudson didn't catch it I guess because of the multiple groups requirement as Nicholas mentioned. I think extensive permission testing is going to be an issue on real FS. Even DFS has some special hooks, it might be temporary.

Patch attached.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

Modified TestLocalFileSystemPermission to run partial test when user belongs to only one group. This at least exercises most of the code path.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552928 ] 

Hadoop QA commented on HADOOP-2442:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371899/HADOOP-2442.patch
against trunk revision r605299.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1386/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1386/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1386/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1386/console

This message is automatically generated.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552891 ] 

Hadoop QA commented on HADOOP-2442:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371893/HADOOP-2442.patch
against trunk revision r605299.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests -1.  The patch failed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1385/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1385/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1385/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1385/console

This message is automatically generated.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552580 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-2442:
------------------------------------------------

+1
Codes look good.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Patch Available  (was: Open)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch


On Hudson, {{ls}} must have been [{{/usr/ucb/ls}}|http://docs.sun.com/app/docs/doc/816-3318/6m9jv8am1?a=view] rather than [{{/usr/bin/ls}}|http://docs.sun.com/app/docs/doc/816-3318/6m9jv8am0?a=view]. I verified {{/usr/bin/ls}} looks as expected on a Solaris box though didn't actually run the unit test. This patch forces {{/usr/bin/ls}} on Solaris.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555341#action_12555341 ] 

Hadoop QA commented on HADOOP-2442:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12372370/HADOOP-2442.patch
against trunk revision r608052.

    @author +1.  The patch does not contain any @author tags.

    patch -1.  The patch command could not apply the patch.

Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1443/console

This message is automatically generated.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Open  (was: Patch Available)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552617 ] 

Hadoop QA commented on HADOOP-2442:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371819/HADOOP-2442.patch
against trunk revision r604999.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests -1.  The patch failed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1376/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1376/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1376/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1376/console

This message is automatically generated.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-2442:
--------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks Raghu!

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

The latest patch uses 'ls' on windows and '/bin/ls' everywhere else.


> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Patch Available  (was: Open)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553261 ] 

Raghu Angadi commented on HADOOP-2442:
--------------------------------------

Also if it is /bin/ls, it should be 'bash -c "/bin/ls ... "' on windows and the file name should be escaped.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Patch Available  (was: Open)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Open  (was: Patch Available)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

Yet another version of the patch that force /bin/ls on all platforms. Please see the comment in patch for ShellCommand.java. I don't mind using just 'ls' on Windows. Nigel, please choose an option.


> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553784 ] 

Raghu Angadi commented on HADOOP-2442:
--------------------------------------

Nigel, do you still think we should force /bin/ls? We could avoid extra process on Windows by using a env variable for Cygwin root.. I need to check if such variable exists.


> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554019 ] 

Raghu Angadi commented on HADOOP-2442:
--------------------------------------

Actually, issue with 'ls' and 'chown' are are seperate problems from core fix needed for this Jira. Let me know if I should submit just bare patch that fixes the issue. The Solaris related fixes can go into some other issue. 

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Open  (was: Patch Available)

Now its an issue with output of '{{ls -ld}}', this time I will submit patch after running Solaris.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Patch Available  (was: Open)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Open  (was: Patch Available)

Try to trigger Hudson again.


> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

Use to {{Path.WINDOWS}} as Konstantin suggested. We should probably move "WINDOWS" boolean to some common place.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Attachment: HADOOP-2442.patch

Thanks Sanjay. Attached patch includes the fix.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Patch Available  (was: Open)

I could not easily get hold of a Solaris box. I think it will finally succeed this time.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by Nigel Daley <nd...@yahoo-inc.com>.
Yes, the Hudson user on lucene.zones.apache.org only belongs to 1 group.

On Dec 17, 2007, at 11:20 AM, Tsz Wo (Nicholas), SZE (JIRA) wrote:

>
>     [ https://issues.apache.org/jira/browse/HADOOP-2442? 
> page=com.atlassian.jira.plugin.system.issuetabpanels:comment- 
> tabpanel#action_12552507 ]
>
> Tsz Wo (Nicholas), SZE commented on HADOOP-2442:
> ------------------------------------------------
>
> Tom White also has mentioned this bug in HADOOP-2426.  I guess his  
> patch probably could fix it.
>
> I suspect that TestLocalFileSystemPermission.testLocalFSsetOwner is  
> bypassed in the Hadoop QA tests since this problem is not  
> reported.  It could be the case if the QA account belongs to less  
> than two groups.
>
>> Unit test failed:  
>> org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwne 
>> r
>> --------------------------------------------------------------------- 
>> -------------------
>>
>>                 Key: HADOOP-2442
>>                 URL: https://issues.apache.org/jira/browse/ 
>> HADOOP-2442
>>             Project: Hadoop
>>          Issue Type: Bug
>>          Components: fs
>>    Affects Versions: 0.16.0
>>         Environment: Linux
>>            Reporter: Mukund Madhugiri
>>            Priority: Critical
>>             Fix For: 0.16.0
>>
>>
>> Unit test  failed on Linux:
>> Test:  
>> org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwne 
>> r
>> junit.framework.ComparisonFailure: expected:<users> but was:<>
>> 	at  
>> org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwne 
>> r(TestLocalFileSystemPermission.java:130)
>> Standard Output
>> foo: rw-r--r--
>> bar: rw-r--r--
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552507 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-2442:
------------------------------------------------

Tom White also has mentioned this bug in HADOOP-2426.  I guess his patch probably could fix it.

I suspect that TestLocalFileSystemPermission.testLocalFSsetOwner is bypassed in the Hadoop QA tests since this problem is not reported.  It could be the case if the QA account belongs to less than two groups.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Priority: Critical
>             Fix For: 0.16.0
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552870 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-2442:
------------------------------------------------

For Sun's man page, chown has :group but owner is not optional.
See http://docs.sun.com/app/docs/doc/817-3936/6mjgdbv2o?l=en&a=view&q=chown

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Open  (was: Patch Available)

Conflicts with HADOOP-2344.

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghu Angadi updated HADOOP-2442:
---------------------------------

    Status: Patch Available  (was: Open)

> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2442) Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner

Posted by "Sanjay Radia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554830 ] 

Sanjay Radia commented on HADOOP-2442:
--------------------------------------

TestLocalFileSystemPermission.java
      if (groups == null) {
      System.out.println("Cannot run test: need at least one group.  groups="
                        + groups);
       return;
     }
change to 
if (groups == null || groups.size() < 1) {
.....
}

Otherwise it looks fine.


> Unit test failed: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> ----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-2442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2442
>             Project: Hadoop
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.16.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Raghu Angadi
>            Priority: Critical
>             Fix For: 0.16.0
>
>         Attachments: HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch, HADOOP-2442.patch
>
>
> Unit test  failed on Linux:
> Test: org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner
> junit.framework.ComparisonFailure: expected:<users> but was:<>
> 	at org.apache.hadoop.fs.TestLocalFileSystemPermission.testLocalFSsetOwner(TestLocalFileSystemPermission.java:130)
> Standard Output
> foo: rw-r--r--
> bar: rw-r--r--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.