You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/02/20 16:04:00 UTC

[jira] [Commented] (HBASE-20023) CompactionTool command line examples are incorrect

    [ https://issues.apache.org/jira/browse/HBASE-20023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370185#comment-16370185 ] 

Ted Yu commented on HBASE-20023:
--------------------------------

+1

> 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: 1.3.2, 1.2.7, 2.0.0-beta-2, 1.4.3
>
>         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)