Modifier and Type | Field and Description |
---|---|
static String |
EXPORT_BATCHING |
static String |
EXPORT_CACHING |
static String |
EXPORT_VISIBILITY_LABELS |
static String |
RAW_SCAN |
Modifier and Type | Method and Description |
---|---|
static Triple<TableName,Scan,org.apache.hadoop.fs.Path> |
getArgumentsFromCommandLine(org.apache.hadoop.conf.Configuration conf,
String[] args) |
static boolean |
isValidArguements(String[] args) |
static void |
usage(String errorMsg)
Common usage for other export tools.
|
public static final String RAW_SCAN
public static final String EXPORT_BATCHING
public static final String EXPORT_CACHING
public static final String EXPORT_VISIBILITY_LABELS
public static void usage(String errorMsg)
errorMsg
- Error message. Can be null.public static boolean isValidArguements(String[] args)
public static Triple<TableName,Scan,org.apache.hadoop.fs.Path> getArgumentsFromCommandLine(org.apache.hadoop.conf.Configuration conf, String[] args) throws IOException
IOException
Copyright © 2007–2019 Cloudera. All rights reserved.