[
https://issues.apache.org/jira/browse/HBASE-11845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131058#comment-14131058
]
Hudson commented on HBASE-11845:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5496 (See
[https://builds.apache.org/job/HBase-TRUNK/5496/])
HBASE-11845 HFile tool should implement Tool, disable blockcache by default
(ndimiduk: rev 29b274a1164f49fde420d56d22be22905190e045)
* bin/hbase
* hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
HBASE-11845 addendum (ndimiduk: rev 612f4c1c21bab5f2f399ce558e9ffc40a422fc91)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScanWithBloomError.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/HFilePrettyPrinter.java
> HFile tool should implement Tool, disable blockcache by default
> ---------------------------------------------------------------
>
> Key: HBASE-11845
> URL: https://issues.apache.org/jira/browse/HBASE-11845
> Project: HBase
> Issue Type: Improvement
> Components: HFile
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Minor
> Fix For: 2.0.0, 0.98.7, 0.99.1
>
> Attachments: HBASE-11845-addendum.patch, HBASE-11845.00-0.98.patch,
> HBASE-11845.00.patch, HBASE-11845.01-0.98.patch, HBASE-11845.01.patch
>
>
> I tried using bin/hbase hfile in a memory-constrained environment. It crashed
> while trying to instantiate a blockcache. Went to override the configuration
> and found I couldn't.
> Refactor HFile to remove main(), put implementation entirely in
> HFilePrettyPrinter. Said class now extends Configured and implements Tool so
> configs can be overridden on cli. Also disabled blockcache by default.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)