public class WowMkdir extends WowFsCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
static String |
USAGE |
basePath| Constructor and Description |
|---|
WowMkdir(org.apache.hadoop.conf.Configuration conf,
String basePath,
PrintStream out,
PrintStream error) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processNonexistentPath(org.apache.hadoop.fs.shell.PathData item) |
protected void |
processOptions(LinkedList<String> args) |
protected void |
processPath(org.apache.hadoop.fs.shell.PathData item) |
cleanPath, getCommandName, redefineBaseDir, registerCommands, run, runAlldisplayError, displayError, displayWarning, exitCodeForError, expandArgument, expandArguments, getDepth, getDescription, getName, getReplacementCommand, getUsage, isDeprecated, isRecursive, postProcessPath, processArgument, processArguments, processPathArgument, processPaths, processRawArguments, recursePath, run, setName, setRecursivepublic static final String NAME
public static final String USAGE
public static final String DESCRIPTION
public WowMkdir(org.apache.hadoop.conf.Configuration conf,
String basePath,
PrintStream out,
PrintStream error)
protected void processOptions(LinkedList<String> args)
processOptions in class org.apache.hadoop.fs.shell.Commandprotected void processPath(org.apache.hadoop.fs.shell.PathData item)
throws IOException
processPath in class org.apache.hadoop.fs.shell.CommandIOExceptionprotected void processNonexistentPath(org.apache.hadoop.fs.shell.PathData item)
throws IOException
processNonexistentPath in class org.apache.hadoop.fs.shell.CommandIOExceptionCopyright © 2021. All rights reserved.