[
https://issues.apache.org/jira/browse/HBASE-13600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14520878#comment-14520878
]
Hadoop QA commented on HBASE-13600:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12729377/13600.patch
against master branch at commit 558cac91d05aef811a61b9bcd86078a0cb13c879.
ATTACHMENT ID: 12729377
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev-support patch that doesn't require tests.
{color:green}+1 hadoop versions{color}. The patch compiles with all
supported hadoop versions (2.4.1 2.5.2 2.6.0)
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 protoc{color}. The applied patch does not increase the
total number of protoc compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated 2
warning messages.
{color:green}+1 checkstyle{color}. The applied patch does not increase the
total number of checkstyle errors
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 site{color}. The mvn site goal succeeds with this patch.
{color:red}-1 core tests{color}. The patch failed these unit tests:
org.apache.hadoop.hbase.mapreduce.TestImportExport
org.apache.hadoop.hbase.util.TestProcessBasedCluster
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/13891//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/13891//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/13891//artifact/patchprocess/checkstyle-aggregate.html
Javadoc warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/13891//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/13891//console
This message is automatically generated.
> check_compatibility.sh should ignore shaded jars
> ------------------------------------------------
>
> Key: HBASE-13600
> URL: https://issues.apache.org/jira/browse/HBASE-13600
> Project: HBase
> Issue Type: Bug
> Components: build
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Minor
> Attachments: 13600.patch
>
>
> Shaded jars don't extract cleanly, even when working on a case-insensitive
> file system.
> {noformat}
> java.io.IOException: META-INF/license : could not create directory
> at sun.tools.jar.Main.extractFile(Main.java:934)
> at sun.tools.jar.Main.extract(Main.java:877)
> at sun.tools.jar.Main.run(Main.java:263)
> at sun.tools.jar.Main.main(Main.java:1177)
> ERROR: can't extract
> '/Volumes/hbase-1.1.0RC0/hbase/dev-support/target/compatibility/2/hbase-shaded/hbase-shaded-server/target/hbase-shaded-server-1.1.0.jar'
> {noformat}
> There's no need to check them anyway, so don't bother.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)