[ https://issues.apache.org/jira/browse/MAPREDUCE-2179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929995#action_12929995 ]
Ramkumar Vadali commented on MAPREDUCE-2179: -------------------------------------------- ant test-patch will not run since trunk compilation is broken. I have run raid unit-tests: {code} test-junit: [junit] WARNING: multiple versions of ant detected in path for junit [junit] jar:file:/home/rvadali/local/external/ant/lib/ant.jar!/org/apache/tools/ant/Project.class [junit] and jar:file:/home/rvadali/.ivy2/cache/ant/ant/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class [junit] Running org.apache.hadoop.hdfs.TestRaidDfs [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 41.64 sec [junit] Running org.apache.hadoop.raid.TestBlockFixer [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 139.487 sec [junit] Running org.apache.hadoop.raid.TestDirectoryTraversal [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 9.169 sec [junit] Running org.apache.hadoop.raid.TestErasureCodes [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 26.334 sec [junit] Running org.apache.hadoop.raid.TestGaloisField [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.399 sec [junit] Running org.apache.hadoop.raid.TestHarIndexParser [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.051 sec [junit] Running org.apache.hadoop.raid.TestRaidFilter [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.473 sec [junit] Running org.apache.hadoop.raid.TestRaidHar [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 70.16 sec [junit] Running org.apache.hadoop.raid.TestRaidNode [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 406.19 sec [junit] Running org.apache.hadoop.raid.TestRaidPurge [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 107.977 sec [junit] Running org.apache.hadoop.raid.TestRaidShell [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 26.168 sec test: BUILD SUCCESSFUL Total time: 14 minutes 12 seconds {code} > RaidBlockSender.java compilation fails > -------------------------------------- > > Key: MAPREDUCE-2179 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2179 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/raid > Affects Versions: 0.22.0 > Reporter: Giridharan Kesavan > Assignee: Ramkumar Vadali > Priority: Blocker > Attachments: MAPREDUCE-2179.patch > > > https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/490/consoleFull > Mapreduce trunk compilation is broken with > compile: > [echo] contrib: raid > [javac] Compiling 27 source files to > /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/raid/classes > [javac] > /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/datanode/RaidBlockSender.java:71: > cannot find symbol > [javac] symbol : class BlockTransferThrottler > [javac] location: class > org.apache.hadoop.hdfs.server.datanode.RaidBlockSender > [javac] private BlockTransferThrottler throttler; > [javac] ^ > [javac] > /grid/0/hudson/hudson-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/datanode/RaidBlockSender.java:377: > cannot find symbol > [javac] symbol : class BlockTransferThrottler > [javac] location: class > org.apache.hadoop.hdfs.server.datanode.RaidBlockSender > [javac] BlockTransferThrottler throttler) throws > IOException { > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 2 errors -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.