Artem Ervits created HBASE-20023:
------------------------------------
Summary: CompactionTool command line arguments are incorrect
Key: HBASE-20023
URL: https://issues.apache.org/jira/browse/HBASE-20023
Project: HBase
Issue Type: Bug
Components: hbase
Affects Versions: 1.4.2, 2.0.0-beta-1, 1.2.6, 1.3.1, 1.5.0
Reporter: Artem Ervits
Assignee: Artem Ervits
Fix For: 1.3.2, 1.2.7, 2.0.0-beta-2, 1.4.3
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)