You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Hitesh Shah (Created) (JIRA)" <ji...@apache.org> on 2011/11/01 23:49:32 UTC

[jira] [Created] (MAPREDUCE-3332) contrib/raid compile breaks due to changes in hdfs/protocol/datatransfer/Sender#writeBlock related to checksum handling

contrib/raid compile breaks due to changes in hdfs/protocol/datatransfer/Sender#writeBlock related to checksum handling 
------------------------------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-3332
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3332
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/raid
    Affects Versions: 0.23.0
            Reporter: Hitesh Shah
            Assignee: Hitesh Shah
            Priority: Trivial
             Fix For: 0.23.1


    [javac] /Users/Hitesh/dev/hadoop-common/hadoop-mapreduce-project/src/contrib/raid/src/java/org/apache/hadoop/raid/BlockFixer.java:783: writeBlock(org.apache.hadoop.hdfs.protocol.ExtendedBlock,org.apache.hadoop.security.token.Token<org.apache.hadoop.hdfs.security.token.block.BlockTokenIdentifier>,java.lang.String,org.apache.hadoop.hdfs.protocol.DatanodeInfo[],org.apache.hadoop.hdfs.protocol.DatanodeInfo,org.apache.hadoop.hdfs.protocol.datatransfer.BlockConstructionStage,int,long,long,long,org.apache.hadoop.util.DataChecksum) in org.apache.hadoop.hdfs.protocol.datatransfer.Sender cannot be applied to (org.apache.hadoop.hdfs.protocol.ExtendedBlock,org.apache.hadoop.security.token.Token<org.apache.hadoop.hdfs.security.token.block.BlockTokenIdentifier>,java.lang.String,org.apache.hadoop.hdfs.protocol.DatanodeInfo[],<nulltype>,org.apache.hadoop.hdfs.protocol.datatransfer.BlockConstructionStage,int,long,long,long)
    [javac]         new Sender(out).writeBlock(block.getBlock(), block.getBlockToken(), "",
    [javac]                        ^


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira