[ https://issues.apache.org/jira/browse/MAPREDUCE-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082956#comment-13082956
]
Amar Kamat commented on MAPREDUCE-2797:
---------------------------------------
Nicholas,
I still see 'src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/datanode/RaidBlockSender.java'
failing to compile. The error message is as follows
{noformat}
src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/datanode/RaidBlockSender.java:44:
interface expected here
[javac] public class RaidBlockSender implements java.io.Closeable, FSConstants {
[javac] ^
{noformat}
> Some java files cannot be compiled
> ----------------------------------
>
> Key: MAPREDUCE-2797
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2797
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: contrib/raid, test
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Tsz Wo (Nicholas), SZE
> Fix For: 0.23.0
>
> Attachments: m2797_20110810.patch
>
>
> Due to the changes in HDFS-2239, the following files cannot be compiled (Thanks Amar
for pointing them out.)
> 1. src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCache.java
> 2. src/test/mapred/org/apache/hadoop/mapreduce/security/TestBinaryTokenFile.java
> 3. src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCacheOldApi.java
> 4. src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockPlacementPolicyRaid.java
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|