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