HBASE-13843 Correct typo in ReplicationAdmin
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
f9b17bfd37
commit
d51a184051
|
@ -90,7 +90,7 @@ public class ReplicationAdmin implements Closeable {
|
|||
private static final Log LOG = LogFactory.getLog(ReplicationAdmin.class);
|
||||
|
||||
public static final String TNAME = "tableName";
|
||||
public static final String CFNAME = "columnFamlyName";
|
||||
public static final String CFNAME = "columnFamilyName";
|
||||
|
||||
// only Global for now, can add other type
|
||||
// such as, 1) no global replication, or 2) the table is replicated to this cluster, etc.
|
||||
|
|
Loading…
Reference in New Issue