[
https://issues.apache.org/jira/browse/HBASE-12738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14255514#comment-14255514
]
Hadoop QA commented on HBASE-12738:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12688610/HBASE-11533.patch
against master branch at commit d9f25e30a1044caf9caaca047f954548c2ea8389.
ATTACHMENT ID: 12688610
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 4 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac 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:red}-1 release audit{color}. The applied patch generated 1 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ <para>HBase is a type of "NoSQL" database. "NoSQL" is a general term
meaning that the database isn't an RDBMS which
+ supports SQL as its primary access language, but there are many types
of NoSQL databases: BerkeleyDB is an
+ example of a local NoSQL database, whereas HBase is very much a
distributed database. Technically speaking,
+ HBase is really more a "Data Store" than "Data Base" because it lacks
many of the features you find in an RDBMS,
+ <para>However, HBase has many features which supports both linear and
modular scaling. HBase clusters expand
+ by adding RegionServers that are hosted on commodity class servers.
If a cluster expands from 10 to 20
+ RegionServers, for example, it doubles both in terms of storage and
as well as processing capacity.
+ RDBMS can scale well, but only up to a point - specifically, the size
of a single database server - and for the best
+ <listitem><para>Strongly consistent reads/writes: HBase is not
an "eventually consistent" DataStore. This
+ makes it very suitable for tasks such as high-speed counter
aggregation.</para> </listitem>
{color:green}+1 site{color}. The mvn site goal succeeds with this patch.
{color:green}+1 core tests{color}. The patch passed unit tests in .
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/patchReleaseAuditWarnings.txt
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-rest.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/newPatchFindbugsWarningshbase-annotations.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/12180//console
This message is automatically generated.
> Chunk Ref Guide into file-per-chapter
> -------------------------------------
>
> Key: HBASE-12738
> URL: https://issues.apache.org/jira/browse/HBASE-12738
> Project: HBase
> Issue Type: Sub-task
> Components: documentation
> Reporter: Misty Stanley-Jones
> Assignee: Misty Stanley-Jones
> Fix For: 2.0.0
>
> Attachments: HBASE-11533.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)