Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.17.0
-
None
-
None
-
windows
Description
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.