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
Reporter: Scott Chen
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.