public static class WowDelete.Rm extends WowFsCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
NAME |
static String |
USAGE |
basePath| Constructor and Description |
|---|
Rm(org.apache.hadoop.conf.Configuration conf,
String basePath,
PrintStream out,
PrintStream error) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.apache.hadoop.fs.shell.PathData> |
expandArgument(String arg) |
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, 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 Rm(org.apache.hadoop.conf.Configuration conf,
String basePath,
PrintStream out,
PrintStream error)
protected void processOptions(LinkedList<String> args) throws IOException
processOptions in class org.apache.hadoop.fs.shell.CommandIOExceptionprotected List<org.apache.hadoop.fs.shell.PathData> expandArgument(String arg) throws IOException
expandArgument 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.CommandIOExceptionprotected void processPath(org.apache.hadoop.fs.shell.PathData item)
throws IOException
processPath in class org.apache.hadoop.fs.shell.CommandIOExceptionCopyright © 2021. All rights reserved.