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 2007/10/23 02:25:50 UTC

[jira] Created: (HADOOP-2091) org.apache.hadoop.streaming tests failed

org.apache.hadoop.streaming tests failed
----------------------------------------

                 Key: HADOOP-2091
                 URL: https://issues.apache.org/jira/browse/HADOOP-2091
             Project: Hadoop
          Issue Type: Bug
          Components: contrib/streaming
    Affects Versions: 0.15.0
         Environment: Linux
            Reporter: Mukund Madhugiri
            Priority: Blocker
             Fix For: 0.15.0


The streaming tests failed after the fix for HADOOP-2080

Failing tests:
org.apache.hadoop.streaming.TestGzipInput.testCommandLine
org.apache.hadoop.streaming.TestMultipleCachefiles.unknown
org.apache.hadoop.streaming.TestStreamAggregate.testCommandLine
org.apache.hadoop.streaming.TestStreamDataProtocol.testCommandLine
org.apache.hadoop.streaming.TestStreamReduceNone.testCommandLine
org.apache.hadoop.streaming.TestStreaming.testCommandLine
org.apache.hadoop.streaming.TestSymLink.unknown

Exception (from the first failure):
junit.framework.AssertionFailedError: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:80)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:158)
	at org.apache.hadoop.fs.FileSystem.getNamed(FileSystem.java:118)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:90)
	at org.apache.hadoop.mapred.JobConf.getWorkingDirectory(JobConf.java:261)
	at org.apache.hadoop.mapred.JobConf.addInputPath(JobConf.java:173)
	at org.apache.hadoop.streaming.StreamJob.setJobConf(StreamJob.java:673)
	at org.apache.hadoop.streaming.StreamJob.go(StreamJob.java:108)
	at org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:92)
Caused by: java.lang.reflect.InvocationTargetException
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:78)
	... 23 more
Caused by: java.lang.NullPointerException
	at org.apache.hadoop.fs.ChecksumFileSystem.<init>(ChecksumFileSystem.java:48)
	at org.apache.hadoop.fs.LocalFileSystem.<init>(LocalFileSystem.java:34)
	... 28 more

	at org.apache.hadoop.streaming.TestStreaming.failTrace(TestStreaming.java:113)
	at org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:100)

Changes in the failing build:
/lucene/hadoop/branches/branch-0.15/src/test/org/apache/hadoop/fs/TestChecksumFileSystem.java
/lucene/hadoop/branches/branch-0.15/src/java/org/apache/hadoop/fs/ChecksumFileSystem.java
/lucene/hadoop/branches/branch-0.15/CHANGES.txt

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


[jira] Commented: (HADOOP-2091) org.apache.hadoop.streaming tests failed

Posted by "Owen O'Malley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536871 ] 

Owen O'Malley commented on HADOOP-2091:
---------------------------------------

I realized the problem and pushed the fix in as part of HADOOP-2080. Please try it again. 

> org.apache.hadoop.streaming tests failed
> ----------------------------------------
>
>                 Key: HADOOP-2091
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2091
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.15.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Priority: Blocker
>             Fix For: 0.15.0
>
>
> The streaming tests failed after the fix for HADOOP-2080
> Failing tests:
> org.apache.hadoop.streaming.TestGzipInput.testCommandLine
> org.apache.hadoop.streaming.TestMultipleCachefiles.unknown
> org.apache.hadoop.streaming.TestStreamAggregate.testCommandLine
> org.apache.hadoop.streaming.TestStreamDataProtocol.testCommandLine
> org.apache.hadoop.streaming.TestStreamReduceNone.testCommandLine
> org.apache.hadoop.streaming.TestStreaming.testCommandLine
> org.apache.hadoop.streaming.TestSymLink.unknown
> Exception (from the first failure):
> junit.framework.AssertionFailedError: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> 	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:80)
> 	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:158)
> 	at org.apache.hadoop.fs.FileSystem.getNamed(FileSystem.java:118)
> 	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:90)
> 	at org.apache.hadoop.mapred.JobConf.getWorkingDirectory(JobConf.java:261)
> 	at org.apache.hadoop.mapred.JobConf.addInputPath(JobConf.java:173)
> 	at org.apache.hadoop.streaming.StreamJob.setJobConf(StreamJob.java:673)
> 	at org.apache.hadoop.streaming.StreamJob.go(StreamJob.java:108)
> 	at org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:92)
> Caused by: java.lang.reflect.InvocationTargetException
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
> 	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:78)
> 	... 23 more
> Caused by: java.lang.NullPointerException
> 	at org.apache.hadoop.fs.ChecksumFileSystem.<init>(ChecksumFileSystem.java:48)
> 	at org.apache.hadoop.fs.LocalFileSystem.<init>(LocalFileSystem.java:34)
> 	... 28 more
> 	at org.apache.hadoop.streaming.TestStreaming.failTrace(TestStreaming.java:113)
> 	at org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:100)
> Changes in the failing build:
> /lucene/hadoop/branches/branch-0.15/src/test/org/apache/hadoop/fs/TestChecksumFileSystem.java
> /lucene/hadoop/branches/branch-0.15/src/java/org/apache/hadoop/fs/ChecksumFileSystem.java
> /lucene/hadoop/branches/branch-0.15/CHANGES.txt

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


[jira] Resolved: (HADOOP-2091) org.apache.hadoop.streaming tests failed

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

Owen O'Malley resolved HADOOP-2091.
-----------------------------------

    Resolution: Duplicate
      Assignee: Owen O'Malley

I fixed this with a follow up commit to HADOOP-2080.

> org.apache.hadoop.streaming tests failed
> ----------------------------------------
>
>                 Key: HADOOP-2091
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2091
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.15.0
>         Environment: Linux
>            Reporter: Mukund Madhugiri
>            Assignee: Owen O'Malley
>            Priority: Blocker
>             Fix For: 0.15.0
>
>
> The streaming tests failed after the fix for HADOOP-2080
> Failing tests:
> org.apache.hadoop.streaming.TestGzipInput.testCommandLine
> org.apache.hadoop.streaming.TestMultipleCachefiles.unknown
> org.apache.hadoop.streaming.TestStreamAggregate.testCommandLine
> org.apache.hadoop.streaming.TestStreamDataProtocol.testCommandLine
> org.apache.hadoop.streaming.TestStreamReduceNone.testCommandLine
> org.apache.hadoop.streaming.TestStreaming.testCommandLine
> org.apache.hadoop.streaming.TestSymLink.unknown
> Exception (from the first failure):
> junit.framework.AssertionFailedError: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
> 	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:80)
> 	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:158)
> 	at org.apache.hadoop.fs.FileSystem.getNamed(FileSystem.java:118)
> 	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:90)
> 	at org.apache.hadoop.mapred.JobConf.getWorkingDirectory(JobConf.java:261)
> 	at org.apache.hadoop.mapred.JobConf.addInputPath(JobConf.java:173)
> 	at org.apache.hadoop.streaming.StreamJob.setJobConf(StreamJob.java:673)
> 	at org.apache.hadoop.streaming.StreamJob.go(StreamJob.java:108)
> 	at org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:92)
> Caused by: java.lang.reflect.InvocationTargetException
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
> 	at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:78)
> 	... 23 more
> Caused by: java.lang.NullPointerException
> 	at org.apache.hadoop.fs.ChecksumFileSystem.<init>(ChecksumFileSystem.java:48)
> 	at org.apache.hadoop.fs.LocalFileSystem.<init>(LocalFileSystem.java:34)
> 	... 28 more
> 	at org.apache.hadoop.streaming.TestStreaming.failTrace(TestStreaming.java:113)
> 	at org.apache.hadoop.streaming.TestStreaming.testCommandLine(TestStreaming.java:100)
> Changes in the failing build:
> /lucene/hadoop/branches/branch-0.15/src/test/org/apache/hadoop/fs/TestChecksumFileSystem.java
> /lucene/hadoop/branches/branch-0.15/src/java/org/apache/hadoop/fs/ChecksumFileSystem.java
> /lucene/hadoop/branches/branch-0.15/CHANGES.txt

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