@InterfaceAudience.Private public final class TableDescriptorChecker extends Object
TableDescriptor.| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_MASTER_CHECK_COMPRESSION |
static boolean |
DEFAULT_MASTER_CHECK_ENCRYPTION |
static boolean |
DEFAULT_TABLE_SANITY_CHECKS |
static String |
MASTER_CHECK_COMPRESSION |
static String |
MASTER_CHECK_ENCRYPTION |
static String |
TABLE_SANITY_CHECKS |
| Modifier and Type | Method and Description |
|---|---|
static void |
sanityCheck(org.apache.hadoop.conf.Configuration conf,
TableDescriptor td)
Checks whether the table conforms to some sane limits, and configured
values (compression, etc) work.
|
public static final String TABLE_SANITY_CHECKS
public static final boolean DEFAULT_TABLE_SANITY_CHECKS
public static final String MASTER_CHECK_COMPRESSION
public static final boolean DEFAULT_MASTER_CHECK_COMPRESSION
public static final String MASTER_CHECK_ENCRYPTION
public static final boolean DEFAULT_MASTER_CHECK_ENCRYPTION
public static void sanityCheck(org.apache.hadoop.conf.Configuration conf,
TableDescriptor td)
throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.