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.