[
https://issues.apache.org/jira/browse/HBASE-20023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370224#comment-16370224
]
Artem Ervits commented on HBASE-20023:
--------------------------------------
[[email protected]] the error appears in hbase 1.x branch as well. Also, I
can generate a new patch addressing the checkstyle warnings, please advise.
> CompactionTool command line examples are incorrect
> --------------------------------------------------
>
> Key: HBASE-20023
> URL: https://issues.apache.org/jira/browse/HBASE-20023
> Project: HBase
> Issue Type: Bug
> Components: hbase
> Affects Versions: 1.3.1, 1.2.6, 1.5.0, 2.0.0-beta-1, 1.4.2
> Reporter: Artem Ervits
> Assignee: Artem Ervits
> Priority: Trivial
> Fix For: 2.0.0-beta-2
>
> Attachments: HBASE-20023.v01.patch
>
>
> the command line arguments list example as hdfs:///
> {noformat}
> Examples:
> To compact the full 'TestTable' using MapReduce:
> $ bin/hbase org.apache.hadoop.hbase.regionserver.CompactionTool -mapred
> hdfs:///hbase/data/default/TestTable
> To compact column family 'x' of the table 'TestTable' region 'abc':
> $ bin/hbase org.apache.hadoop.hbase.regionserver.CompactionTool
> hdfs:///hbase/data/default/TestTable/abc/x{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)