[
https://issues.apache.org/jira/browse/HBASE-3031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-3031:
-------------------------
Attachment: 3031.txt
Simple patch. Verified it works:
{code}
stack:trunk Stack$ ./bin/hbase org.apache.hadoop.hbase.mapreduce.Driver
An example program must be given as the first argument.
Valid program names are:
completebulkload: Complete a bulk data load.
copytable: Export a table from local cluster to peer cluster
export: Write table data to HDFS.
import: Import data written by Export.
importtsv: Import data in TSV format.
rowcounter: Count rows in HBase table
stack:trunk Stack$ ./bin/hbase org.apache.hadoop.hbase.mapreduce.Driver
copytable
Usage: CopyTable [--rs.class=CLASS] [--rs.impl=IMPL] [--starttime=X]
[--endtime=Y] [--new.name=NEW] [--peer.adr=ADR] <tablename>
Options:
rs.class hbase.regionserver.class of the peer cluster
....
{code}
> CopyTable MR job named "Copy Table" in Driver
> ---------------------------------------------
>
> Key: HBASE-3031
> URL: https://issues.apache.org/jira/browse/HBASE-3031
> Project: HBase
> Issue Type: Bug
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Priority: Minor
> Fix For: 0.90.0
>
> Attachments: 3031.txt
>
>
> The CopyTable MR job needs to change name, currently it requires passing
> quotes around it since it's "Copy Table". Also all the other names are lower
> case and without and white spaces.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.