@InterfaceAudience.Private public static class FSOperations.FSConcat extends Object implements FileSystemAccess.FileSystemExecutor<Void>
Constructor and Description |
---|
FSOperations.FSConcat(String path,
String[] sources)
Creates a Concat executor.
|
public FSOperations.FSConcat(String path, String[] sources)
path
- target path to concat to.sources
- comma seperated absolute paths to use as sources.public Void execute(org.apache.hadoop.fs.FileSystem fs) throws IOException
execute
in interface FileSystemAccess.FileSystemExecutor<Void>
fs
- filesystem instance to use.IOException
- thrown if an IO error occured.Copyright © 2021 Apache Software Foundation. All Rights Reserved.