[ https://issues.apache.org/jira/browse/HBASE-16887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15600215#comment-15600215 ]
Sean Busbey commented on HBASE-16887: ------------------------------------- Looks like just the test report call needs to be updated. The actual test used the correct versions. {code} ============================================================================ ============================================================================ Compiling against various Hadoop versions ============================================================================ ============================================================================ cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.6.1 > /testptch/patchprocess/patch-javac-2.6.1.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.6.2 > /testptch/patchprocess/patch-javac-2.6.2.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.6.3 > /testptch/patchprocess/patch-javac-2.6.3.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.6.4 > /testptch/patchprocess/patch-javac-2.6.4.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.6.5 > /testptch/patchprocess/patch-javac-2.6.5.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.7.1 > /testptch/patchprocess/patch-javac-2.7.1.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.7.2 > /testptch/patchprocess/patch-javac-2.7.2.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-two.version=2.7.3 > /testptch/patchprocess/patch-javac-2.7.3.txt 2>&1 cd /testptch/hbase mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-three.version=3.0.0-alpha1 -Dhadoop.profile=3.0 > /testptch/patchprocess/patch-javac-3.0.0-alpha1.txt 2>&1 {code} > Allow setting different hadoopcheck versions in precommit for different > branches > -------------------------------------------------------------------------------- > > Key: HBASE-16887 > URL: https://issues.apache.org/jira/browse/HBASE-16887 > Project: HBase > Issue Type: Bug > Components: build > Reporter: Duo Zhang > Assignee: Duo Zhang > Attachments: HBASE-16887.patch > > > http://hbase.apache.org/book.html#hadoop > The supportted hadoop versions are different for different HBase versions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)