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

li xiang commented on HBASE-13671:
----------------------------------

Tested the changes under 0.98.8. Here is the output when you do not specify any 
program to invoke

Valid program names are:
  CellCounter: Count cells in HBase table.
  WALPlayer: Replay WAL files.
  completebulkload: Complete a bulk data load.
  copytable: Export a table from local cluster to peer cluster.
  export: Write table data to HDFS.
  exportsnapshot: Export the specific snapshot to a given FileSystem.
  import: Import data written by Export.
  importtsv: Import data in TSV format.
  rowcounter: Count rows in HBase table.
  verifyrep: Compare the data from tables in two different clusters. WARNING: 
It doesn't work for incrementColumnValues'd cells since the timestamp is 
changed after being appended to the log.


> More classes to add to the invoking repository of 
> org.apache.hadoop.hbase.mapreduce.driver
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-13671
>                 URL: https://issues.apache.org/jira/browse/HBASE-13671
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce
>            Reporter: li xiang
>            Assignee: li xiang
>         Attachments: HBASE-13671-v1.patch
>
>
> In org.apache.hadoop.hbase.mapreduce.driver, only the following classes are 
> added and can be invoked by hbase-server.jar:
>   - RowCounter 
>   - CellCounter
>   - Export
>   - Import
>   - ImportTsv
>   - LoadIncrementalHFiles
>   - CopyTable
>   - VerifyReplication
> More classes(valid programs) to add, such as ExportSnapshot, WALPlayer



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to