| Package | Description |
|---|---|
| org.apache.hadoop.tools.mapred | |
| org.apache.hadoop.tools.util |
| Modifier and Type | Method and Description |
|---|---|
RecordReader<Text,CopyListingFileStatus> |
UniformSizeInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context)
Implementation of InputFormat::createRecordReader().
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyMapper.map(Text relPath,
CopyListingFileStatus sourceFileStatus,
Mapper.Context context)
Implementation of the Mapper::map().
|
| Modifier and Type | Method and Description |
|---|---|
static CopyListingFileStatus |
DistCpUtils.toCopyListingFileStatus(FileSystem fileSystem,
FileStatus fileStatus,
boolean preserveAcls,
boolean preserveXAttrs,
boolean preserveRawXAttrs)
Converts a FileStatus to a CopyListingFileStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DistCpUtils.preserve(FileSystem targetFS,
Path path,
CopyListingFileStatus srcFileStatus,
EnumSet<DistCpOptions.FileAttribute> attributes,
boolean preserveRawXattrs)
Preserve attribute on file matching that of the file status being sent
as argument.
|
Copyright © 2018 CERN. All Rights Reserved.