public class IntegrationTestZKAndFSPermissions extends AbstractHBaseTool
Example usage: hbase org.apache.hadoop.hbase.test.IntegrationTestZnodeACLs -h
Modifier and Type | Field and Description |
---|---|
static String |
FORCE_CHECK_ARG |
static String |
FS_PERMS |
static String |
PRINCIPAL_ARG |
static String |
SKIP_CHECK_FS |
static String |
SKIP_CHECK_ZK |
static String |
SUPERUSER_ARG |
cmdLineArgs, conf, EXIT_FAILURE, EXIT_SUCCESS
Constructor and Description |
---|
IntegrationTestZKAndFSPermissions() |
Modifier and Type | Method and Description |
---|---|
protected void |
addOptions()
Override this to add command-line options using
AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods. |
protected int |
doWork()
The "main function" of the tool
|
static void |
main(String[] args) |
protected void |
processOptions(CommandLine cmd)
This method is called to process the options after they have been parsed.
|
void |
setConf(Configuration conf) |
addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, getConf, parseArgs, parseInt, parseLong, printUsage, printUsage, run
public static final String FORCE_CHECK_ARG
public static final String PRINCIPAL_ARG
public static final String SUPERUSER_ARG
public static final String FS_PERMS
public static final String SKIP_CHECK_FS
public static final String SKIP_CHECK_ZK
public void setConf(Configuration conf)
setConf
in class AbstractHBaseTool
protected void addOptions()
AbstractHBaseTool
AbstractHBaseTool.addOptWithArg(java.lang.String, java.lang.String)
and similar methods.addOptions
in class AbstractHBaseTool
protected void processOptions(CommandLine cmd)
AbstractHBaseTool
processOptions
in class AbstractHBaseTool
protected int doWork() throws Exception
AbstractHBaseTool
doWork
in class AbstractHBaseTool
Exception