[
https://issues.apache.org/jira/browse/MAPREDUCE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782737#action_12782737
]
Vinod K V commented on MAPREDUCE-1243:
--------------------------------------
Just as a note, I've closed this issue instead of MAPREDUCE-1239 because
MAPREDUCE-1239 already seems to have a patch that addresses problems with all
the contrib projects.
> ant compile-test in contrib/streaming fails
> -------------------------------------------
>
> Key: MAPREDUCE-1243
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1243
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: contrib/streaming
> Affects Versions: 0.22.0
> Reporter: Scott Chen
> Assignee: Dmytro Molkov
> Attachments: MAPREDUCE-1243.patch
>
>
> Compile fails. It seems that hdfs-test jar file cannot be found.
> compile-test:
> [echo] contrib: streaming
> [javac] Compiling 44 source files to
> /home/schen/asf-mapred2/build/contrib/streaming/test
> [javac]
> /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestDumpTypedBytes.java:30:
> cannot find symbol
> [javac] symbol : class MiniDFSCluster
> [javac] location: package org.apache.hadoop.hdfs
> [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
> [javac] ^
> [javac]
> /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestLoadTypedBytes.java:29:
> cannot find symbol
> [javac] symbol : class MiniDFSCluster
> [javac] location: package org.apache.hadoop.hdfs
> [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
> [javac] ^
> [javac]
> /home/schen/asf-mapred2/src/contrib/streaming/src/test/org/apache/hadoop/streaming/TestMultipleArchiveFiles.java:36:
> cannot find symbol
> [javac] symbol : class MiniDFSCluster
> [javac] location: package org.apache.hadoop.hdfs
> [javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.