[ 
https://issues.apache.org/jira/browse/MAPREDUCE-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295999#comment-13295999
 ] 

Scott Chen commented on MAPREDUCE-3868:
---------------------------------------

There are compilation failures

{code}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:59.229s
[INFO] Finished at: Fri Jun 15 16:03:11 PDT 2012
[INFO] Final Memory: 45M/123M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project hadoop-hdfs-raid: Compilation failure: Compilation failure:
[ERROR] 
/Users/schen/Work/hadoop-apache-commit/hadoop-hdfs-project/hadoop-hdfs-raid/src/main/java/org/apache/hadoop/hdfs/server/datanode/RaidBlockSender.java:[251,26]
 cannot find symbol
[ERROR] symbol  : constructor PacketHeader(int,long,long,boolean,int)
[ERROR] location: class 
org.apache.hadoop.hdfs.protocol.datatransfer.PacketHeader
[ERROR] 
/Users/schen/Work/hadoop-apache-commit/hadoop-hdfs-project/hadoop-hdfs-raid/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidUtil.java:[52,21]
 cannot find symbol
[ERROR] symbol  : method 
getBlockLocations(java.lang.String,long,long,boolean,boolean)
[ERROR] location: class org.apache.hadoop.hdfs.server.namenode.FSNamesystem
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hadoop-hdfs-raid
{code}
                
> Reenable Raid
> -------------
>
>                 Key: MAPREDUCE-3868
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3868
>             Project: Hadoop Map/Reduce
>          Issue Type: New Feature
>          Components: contrib/raid
>            Reporter: Scott Chen
>            Assignee: Weiyan Wang
>         Attachments: MAPREDUCE-3868-1.patch, MAPREDUCE-3868.patch, 
> MAPREDUCE-3868v1.patch, MAPREDUCE-3868v1.sh
>
>
> Currently Raid is outdated and not compiled. Make it compile.

--
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

        

Reply via email to