[ https://issues.apache.org/jira/browse/MAPREDUCE-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom White updated MAPREDUCE-1348: --------------------------------- Attachment: MAPREDUCE-1348.patch Here's a patch to move the directory structure to use blockforensics (rather than block_forensics), which is the package name that is currently being used. When committing this would be done with {code} svn mv src/contrib/block_forensics/src/java/org/apache/hadoop/block_forensics src/contrib/block_forensics/src/java/org/apache/hadoop/blockforensics {code} > Package org.apache.hadoop.blockforensics does not match directory name > ---------------------------------------------------------------------- > > Key: MAPREDUCE-1348 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1348 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: build > Reporter: Tom White > Attachments: MAPREDUCE-1348.patch > > > BlockSearch is in the package org.apache.hadoop.blockforensics, but in the > source directory org/apache/hadoop/block_forensics. While javac doesn't seem > to mind about this mismatch, Eclipse treats it as an error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.