[
https://issues.apache.org/jira/browse/HADOOP-6007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717935#action_12717935
]
Sharad Agarwal commented on HADOOP-6007:
----------------------------------------
I ran it on trunk using:
ant test -Dtestcase=TestHdfsProxy -Dtest.output=yes
It failed for me but I got different error. When I checked
build/contrib/hdfsproxy/test/TEST-org.apache.hadoop.hdfsproxy.TestHdfsProxy.xml,
the error I got was:
<testcase classname="org.apache.hadoop.hdfsproxy.TestHdfsProxy"
name="testHdfsProxyInterface" time="16.944">
<error message="File does not exist: /destdat/eight/6547022134017193005"
type="java.io.FileNotFoundException">java.io.FileNotFoundException: File does
not exist: /destdat/eight/6547022134017193005
at
org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:492)
at
org.apache.hadoop.hdfsproxy.TestHdfsProxy.checkFiles(TestHdfsProxy.java:172)
at
org.apache.hadoop.hdfsproxy.TestHdfsProxy.checkFiles(TestHdfsProxy.java:162)
at
org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface(TestHdfsProxy.java:224)
</error>
</testcase>
> hdfsproxy tests fails test patch builds.
> -----------------------------------------
>
> Key: HADOOP-6007
> URL: https://issues.apache.org/jira/browse/HADOOP-6007
> Project: Hadoop Core
> Issue Type: Bug
> Components: contrib/hdfsproxy
> Affects Versions: 0.21.0
> Environment:
> http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/
> Reporter: Giridharan Kesavan
>
> org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface
> Failing for the past 19 builds (Since #469 )
> Took 25 sec.
> Error Message
> Stacktrace
> java.lang.NullPointerException
> at org.apache.commons.cli.GnuParser.flatten(GnuParser.java:110)
> at org.apache.commons.cli.Parser.parse(Parser.java:143)
> at
> org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:374)
> at
> org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:153)
> at
> org.apache.hadoop.util.GenericOptionsParser.<init>(GenericOptionsParser.java:138)
> at
> org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:1314)
> at
> org.apache.hadoop.hdfs.MiniDFSCluster.startDataNodes(MiniDFSCluster.java:414)
> at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:278)
> at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:119)
> at
> org.apache.hadoop.hdfsproxy.TestHdfsProxy.testHdfsProxyInterface(TestHdfsProxy.java:209)
> Link:
> http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-vesta.apache.org/487/testReport/org.apache.hadoop.hdfsproxy/TestHdfsProxy/testHdfsProxyInterface/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.