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

Hudson commented on HBASE-10194:
--------------------------------

SUCCESS: Integrated in HBase-TRUNK #4738 (See 
[https://builds.apache.org/job/HBase-TRUNK/4738/])
HBASE-10194 [Usability]: Instructions in CompactionTool no longer accurate 
because of namespaces (stack: rev 1552229)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactionTool.java


> [Usability]: Instructions in CompactionTool no longer accurate because of 
> namespaces
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-10194
>                 URL: https://issues.apache.org/jira/browse/HBASE-10194
>             Project: HBase
>          Issue Type: Bug
>          Components: Compaction, util
>    Affects Versions: 0.96.2, 0.98.1, 0.99.0
>            Reporter: Aleksandr Shulman
>            Assignee: Aleksandr Shulman
>            Priority: Minor
>             Fix For: 0.98.0, 0.96.2, 0.99.0
>
>         Attachments: HBASE-10194-trunk.patch
>
>
> Observed Behavior:
> The instructions for org.apache.hadoop.hbase.regionserver.CompactionTool 
> suggest using the pre-95 hbase format:
> {code}Examples:
>  To compact the full 'TestTable' using MapReduce:
>  $ bin/hbase org.apache.hadoop.hbase.regionserver.CompactionTool -mapred 
> hdfs:///hbase/TestTable{code}
> Expected behavior:
> It should now take into account namespaces, for example:
> {code}
> hdfs:///hbase/data/default/TestTable
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to