| Package | Description |
|---|---|
| org.apache.hadoop.tools |
DistCp is a tool for replicating data using MapReduce jobs for concurrent
copy operations.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
RegexCopyFilter |
A CopyFilter which compares Java Regex Patterns to each Path to determine
whether a file should be copied.
|
class |
RegexpInConfigurationFilter |
Implementation of regex based filter for DistCp.
|
class |
TrueCopyFilter |
A CopyFilter which always returns true.
|
| Modifier and Type | Method | Description |
|---|---|---|
static CopyFilter |
CopyFilter.getCopyFilter(org.apache.hadoop.conf.Configuration conf) |
Public factory method which returns the appropriate implementation of
CopyFilter.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.