[
https://issues.apache.org/jira/browse/HBASE-14029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619796#comment-14619796
]
Hadoop QA commented on HBASE-14029:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12744371/HBASE-14029.1.patch
against master branch at commit f5ad736282c8c9c27b14131919d60b72834ec9e4.
ATTACHMENT ID: 12744371
{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 patch that doesn't require tests.
{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:green}+1 javadoc{color}. The javadoc tool did not generate any
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:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ Prior to 1.x version, be sure to choose the version that corresponds
with the version of Hadoop you are likely to use later
+ (in most cases, you should choose the file for Hadoop 2, which will be
called something like _hbase-0.98.13-hadoop2-bin.tar.gz_).
{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:
{color:red}-1 core zombie tests{color}. There are 2 zombie test(s):
at
org.apache.hadoop.hbase.regionserver.TestTags.testFlushAndCompactionwithCombinations(TestTags.java:295)
at
org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover.testSecondaryRegionKillWhilePrimaryIsAcceptingWrites(TestRegionReplicaFailover.java:279)
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/14710//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/14710//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/14710//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/14710//console
This message is automatically generated.
> getting started for standalone still references hadoop-version-specific
> binary artifacts
> ----------------------------------------------------------------------------------------
>
> Key: HBASE-14029
> URL: https://issues.apache.org/jira/browse/HBASE-14029
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Affects Versions: 1.0.0
> Reporter: Sean Busbey
> Assignee: Gabor Liptak
> Labels: beginner
> Attachments: HBASE-14029.1.patch
>
>
> As of HBase 1.0 we no longer have binary artifacts that are tied to a
> particular hadoop release. The current section of the ref guide for getting
> started with standalone mode still refers to them:
> {quote}
> Choose a download site from this list of Apache Download Mirrors. Click on
> the suggested top link. This will take you to a mirror of HBase Releases.
> Click on the folder named stable and then download the binary file that ends
> in .tar.gz to your local filesystem. Be sure to choose the version that
> corresponds with the version of Hadoop you are likely to use later. In most
> cases, you should choose the file for Hadoop 2, which will be called
> something like hbase-0.98.3-hadoop2-bin.tar.gz. Do not download the file
> ending in src.tar.gz for now.
> {quote}
> Either remove the reference or turn it into a note call-out for versions 0.98
> and earlier.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)