[
https://issues.apache.org/jira/browse/HBASE-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14709650#comment-14709650
]
Hadoop QA commented on HBASE-14298:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12751970/HBASE-14298-0.98.patch
against 0.98 branch at commit 9334a47d4570f8adfc003f0fb2c5969a88c3bba0.
ATTACHMENT ID: 12751970
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 hadoop versions{color}. The patch compiles with all
supported hadoop versions (2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.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
23 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 post-site goal succeeds with this patch.
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/15213//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/15213//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/15213//artifact/patchprocess/checkstyle-aggregate.html
Javadoc warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/15213//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/15213//console
This message is automatically generated.
> Source assemblies incorrect after recent POM changes (0.98)
> -----------------------------------------------------------
>
> Key: HBASE-14298
> URL: https://issues.apache.org/jira/browse/HBASE-14298
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.14
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Blocker
> Fix For: 0.98.14
>
> Attachments: HBASE-14298-0.98.patch, HBASE-14298-0.98.patch
>
>
> After recent POM changes when building source assemblies:
> {noformat}
> $ mvn clean install -DskipTests assembly:single \
> -Dassembly.file=hbase-assembly/src/main/assembly/src.xml -Prelease
> {noformat}
> several modules are now missing from the resulting tarball: hbase-assembly,
> hbase-examples, hbase-it, hbase-resource-bundle, hbase-rest, hbase-shell,
> hbase-testing-util, hbase-thrift
> Here's what we should have:
> {noformat}
> bin
> CHANGES.txt
> conf
> dev-support
> hbase-annotations
> hbase-assembly
> hbase-checkstyle
> hbase-client
> hbase-common
> hbase-examples
> hbase-hadoop1-compat
> hbase-hadoop2-compat
> hbase-hadoop-compat
> hbase-it
> hbase-prefix-tree
> hbase-protocol
> hbase-resource-bundle
> hbase-rest
> hbase-server
> hbase-shell
> hbase-testing-util
> hbase-thrift
> LICENSE.txt
> NOTICE.txt
> pom.xml
> README.txt
> src
> {noformat}
> Here's what only shows up in the source tarball:
> {noformat}
> bin
> CHANGES.txt
> conf
> dev-support
> hbase-annotations
> hbase-checkstyle
> hbase-client
> hbase-common
> hbase-hadoop1-compat
> hbase-hadoop2-compat
> hbase-hadoop-compat
> hbase-prefix-tree
> hbase-protocol
> hbase-resource-bundle
> hbase-server
> LICENSE.txt
> NOTICE.txt
> pom.xml
> README.txt
> src
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)