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