HBASE-3031 CopyTable MR job named 'Copy Table' in Driver
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1024333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b825581bc4
commit
95c46c0e74
|
@ -597,7 +597,9 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-2669 HCM.shutdownHook causes data loss with
|
||||
hbase.client.write.buffer != 0
|
||||
HBASE-2985 HRegionServer.multi() no longer calls HRegion.put(List) when
|
||||
possible
|
||||
possible
|
||||
HBASE-3031 CopyTable MR job named "Copy Table" in Driver
|
||||
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-1760 Cleanup TODOs in HTable
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.io.IOException;
|
|||
*/
|
||||
public class CopyTable {
|
||||
|
||||
final static String NAME = "Copy Table";
|
||||
final static String NAME = "copytable";
|
||||
static String rsClass = null;
|
||||
static String rsImpl = null;
|
||||
static long startTime = 0;
|
||||
|
|
Loading…
Reference in New Issue