unit tests failing with nullpointer exception.
----------------------------------------------
Key: HADOOP-2935
URL: https://issues.apache.org/jira/browse/HADOOP-2935
Project: Hadoop Core
Issue Type: Bug
Reporter: Mahadev konar
Assignee: Robert Chansler
Priority: Blocker
null
java.lang.NullPointerException
at
org.apache.hadoop.dfs.DFSClient$DFSOutputStream.closeInternal(DFSClient.java:2328)
at
org.apache.hadoop.dfs.DFSClient$DFSOutputStream.close(DFSClient.java:2283)
at
org.apache.hadoop.fs.FSDataOutputStream$PositionCache.close(FSDataOutputStream.java:51)
at
org.apache.hadoop.fs.FSDataOutputStream.close(FSDataOutputStream.java:67)
at org.apache.hadoop.dfs.DFSTestUtil.createFile(DFSTestUtil.java:136)
at org.apache.hadoop.dfs.DFSTestUtil.createFiles(DFSTestUtil.java:114)
at
org.apache.hadoop.dfs.TestCrcCorruption.thistest(TestCrcCorruption.java:84)
at
org.apache.hadoop.dfs.TestCrcCorruption.testCrcCorruption(TestCrcCorruption.java:223)
I am getting this error while running ant test. TestCrcCorruption failed iwth
this error on trunk.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.