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 2008/03/07 23:11:46 UTC

[jira] Created: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
-----------------------------------------------------------------------------------

                 Key: HADOOP-2973
                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
             Project: Hadoop Core
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.17.0
         Environment: windows
            Reporter: Mukund Madhugiri
            Assignee: Robert Chansler
            Priority: Blocker
             Fix For: 0.17.0


Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

Error from failure:
junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)

Changes:
# HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
# HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
# HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
# HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
# HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
# HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
# HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
# HADOOP-2219. A new command "df -count" that counts the number of files and directories.
# HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Assigned: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

Tsz Wo (Nicholas), SZE reassigned HADOOP-2973:
----------------------------------------------

    Assignee: Tsz Wo (Nicholas), SZE  (was: Robert Chansler)

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Updated: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

Tsz Wo (Nicholas), SZE updated HADOOP-2973:
-------------------------------------------

    Attachment: 2973_20080307.patch

2973_20080307.patch: should fix it.

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Commented: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

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

The failed core tests are TestCrcCorruption and TestDatanodeDeath but the patch only changed TestLocalDFS.  Therefore, the failed tests are not related.

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Updated: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

dhruba borthakur updated HADOOP-2973:
-------------------------------------

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

I just committed this. Thanks Nicholas.

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Commented: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

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

HADOOP-2955 is taking care TestCrcCorruption with OutofMemory.

It seems that there is no JIRA issue for TestDatanodeDeath yet.

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Updated: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

Tsz Wo (Nicholas), SZE updated HADOOP-2973:
-------------------------------------------

    Status: Patch Available  (was: Open)

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Commented: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576425#action_12576425 ] 

Hairong Kuang commented on HADOOP-2973:
---------------------------------------

+1 on the patch. But I wonder why the tests run as hadoopqa but "user.name" is "SYSTEM", which indeed violates the hdfs permission control model.

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Commented: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

Hadoop QA commented on HADOOP-2973:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12377401/2973_20080307.patch
against trunk revision 619744.

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

    tests included +1.  The patch appears to include 3 new or modified tests.

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

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

    release audit +1.  The applied patch does not generate any new release audit 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://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1918/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1918/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1918/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1918/console

This message is automatically generated.

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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


[jira] Commented: (HADOOP-2973) Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory

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

Hudson commented on HADOOP-2973:
--------------------------------

Integrated in Hadoop-trunk #426 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/426/])

> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-2973
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2973
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.17.0
>         Environment: windows
>            Reporter: Mukund Madhugiri
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Blocker
>             Fix For: 0.17.0
>
>         Attachments: 2973_20080307.patch
>
>
> Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory
> Error from failure:
> junit.framework.AssertionFailedError: expected:<hdfs://localhost:1925/user/SYSTEM> but was:<hdfs://localhost:1925/user/hadoopqa>
> 	at org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectory(TestLocalDFS.java:81)
> Changes:
> # HADOOP-2931. IOException thrown by DFSOutputStream had wrong stack trace in some cases.
> # HADOOP-2758. Reduce buffer copies in DataNode when data is read from HDFS, without negatively affecting read throughput.
> # HADOOP-2833. Do not use "Dr. Who" as the default user in JobClient. A valid user name is required.
> # HADOOP-2809.  Fix HOD syslog config syslog-address so that it works.
> # HADOOP-2847.  Ensure idle cluster cleanup works even if the JobTracker becomes unresponsive to RPC calls.
> # HADOOP-2819. The following methods in JobConf are removed: getInputKeyClass() setInputKeyClass getInputValueClass() setInputValueClass(Class theClass) setSpeculativeExecution getSpeculativeExecution().
> # HADOOP-2820. The following classes in streaming are removed : StreamLineRecordReader StreamOutputFormat StreamSequenceRecordReader.
> # HADOOP-2219. A new command "df -count" that counts the number of files and directories.
> # HADOOP-2912. MiniDFSCluster restart should wait for namenode to exit safemode. This was causing TestFsck to fail.

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