[
https://issues.apache.org/jira/browse/HBASE-13483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679493#comment-14679493
]
Hadoop QA commented on HBASE-13483:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12749496/HBASE-13483.patch
against master branch at commit 5bdb0eb91290e306213bca62cea82c5d1b24d317.
ATTACHMENT ID: 12749496
{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:red}-1 findbugs{color}. The patch appears to cause Findbugs
(version 2.0.3) to fail.
{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:
org.apache.hadoop.hbase.mapreduce.TestImportExport
org.apache.hadoop.hbase.util.TestProcessBasedCluster
{color:red}-1 core zombie tests{color}. There are 1 zombie test(s):
at
org.apache.activemq.artemis.rest.test.ClientAckQueueTest.testAckTimeout(ClientAckQueueTest.java:90)
at
org.apache.activemq.artemis.rest.test.ClientAckQueueTest.testAckTimeoutX2(ClientAckQueueTest.java:55)
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/15021//testReport/
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/15021//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/15021//console
This message is automatically generated.
> [docs] onheap is not a valid bucket cache IO engine.
> ----------------------------------------------------
>
> Key: HBASE-13483
> URL: https://issues.apache.org/jira/browse/HBASE-13483
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Affects Versions: 2.0.0
> Reporter: Esteban Gutierrez
> Assignee: Misty Stanley-Jones
> Attachments: HBASE-13483.patch
>
>
> From the HBase book:
> http://hbase.apache.org/book.html#hbase_default_configurations
> :
> {code}
> hbase.bucketcache.ioengine
> Description
> Where to store the contents of the bucketcache. One of: *onheap*, offheap, or
> file. If a file, set it to file:PATH_TO_FILE. See
> https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/io/hfile/CacheConfig.html
> for more information.
> {code}
> Instead of onheap it should be heap.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)