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
|
@ -598,6 +598,8 @@ Release 0.21.0 - Unreleased
|
||||||
hbase.client.write.buffer != 0
|
hbase.client.write.buffer != 0
|
||||||
HBASE-2985 HRegionServer.multi() no longer calls HRegion.put(List) when
|
HBASE-2985 HRegionServer.multi() no longer calls HRegion.put(List) when
|
||||||
possible
|
possible
|
||||||
|
HBASE-3031 CopyTable MR job named "Copy Table" in Driver
|
||||||
|
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
HBASE-1760 Cleanup TODOs in HTable
|
HBASE-1760 Cleanup TODOs in HTable
|
||||||
|
|
|
@ -35,7 +35,7 @@ import java.io.IOException;
|
||||||
*/
|
*/
|
||||||
public class CopyTable {
|
public class CopyTable {
|
||||||
|
|
||||||
final static String NAME = "Copy Table";
|
final static String NAME = "copytable";
|
||||||
static String rsClass = null;
|
static String rsClass = null;
|
||||||
static String rsImpl = null;
|
static String rsImpl = null;
|
||||||
static long startTime = 0;
|
static long startTime = 0;
|
||||||
|
|
Loading…
Reference in New Issue