Xiao Chen
|
efdf810cf9
|
HADOOP-7352. FileSystem#listStatus should throw IOE upon access error. Contributed by John Zhuge.
|
2016-10-18 18:18:43 -07:00 |
|
Yongjun Zhang
|
0bc6d37f3c
|
Revert "HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang."
This reverts commit 412c4c9a34 .
|
2016-10-17 22:47:37 -07:00 |
|
Yongjun Zhang
|
412c4c9a34
|
HDFS-9820. Improve distcp to support efficient restore to an earlier snapshot. Contributed by Yongjun Zhang.
|
2016-10-17 11:04:42 -07:00 |
|
Jing Zhao
|
0a85d07983
|
HADOOP-13024. Distcp with -delete feature on raw data not implemented. Contributed by Mavin Martin.
|
2016-10-13 13:24:54 -07:00 |
|
Steve Loughran
|
e5ef51e717
|
HADOOP-13643. Math error in AbstractContractDistCpTest. Contributed by Aaron Fabbri.
|
2016-09-23 10:01:30 +01:00 |
|
Chris Nauroth
|
98bdb51397
|
HADOOP-13169. Randomize file list in SimpleCopyListing. Contributed by Rajesh Balamohan.
|
2016-09-19 15:16:47 -07:00 |
|
Ravi Prakash
|
9faccd1046
|
HADOOP-13587. distcp.map.bandwidth.mb is overwritten even when -bandwidth flag isn't set. Contributed by Zoran Dimitrijevic
|
2016-09-12 08:26:08 -07:00 |
|
Andrew Wang
|
f292624bd8
|
HDFS-10300. TestDistCpSystem should share MiniDFSCluster. Contributed by John Zhuge.
|
2016-07-11 18:06:28 -07:00 |
|
Allen Wittenauer
|
422c73a865
|
HADOOP-13034. Log message about input options in distcp lacks some items (Takashi Ohnishi via aw)
|
2016-06-28 07:21:04 -07:00 |
|
Steve Loughran
|
c918286b17
|
HADOOP-13145 In DistCp, prevent unnecessary getFileStatus call when not preserving metadata. Contributed by Chris Nauroth.
|
2016-05-20 12:21:59 +01:00 |
|
Jing Zhao
|
03788d3015
|
HDFS-10397. Distcp should ignore -delete option if -diff option is provided instead of exiting. Contributed by Mingliang Liu.
|
2016-05-17 15:46:30 -07:00 |
|
Chris Nauroth
|
b9685e85d5
|
HADOOP-13148. TestDistCpViewFs to include IOExceptions in test error reports. Contributed by Steve Loughran.
|
2016-05-16 11:53:17 -07:00 |
|
Jing Zhao
|
af942585a1
|
HADOOP-12469. distcp should not ignore the ignoreFailures option. Contributed by Mingliang Liu.
|
2016-05-04 10:23:04 -07:00 |
|
Yongjun Zhang
|
959a28dd12
|
HDFS-10313. Distcp need to enforce the order of snapshot names passed to -diff. (Lin Yiqun via Yongjun Zhang)
|
2016-04-26 16:08:03 -07:00 |
|
Jing Zhao
|
63e5412f1a
|
HDFS-9427. HDFS should not default to ephemeral ports. Contributed by Xiaobing Zhou.
|
2016-04-22 15:14:40 -07:00 |
|
Yongjun Zhang
|
a749ba0cea
|
HDFS-9670. DistCp throws NPE when source is root. (John Zhuge via Yongjun Zhang)
|
2016-04-21 12:17:17 -07:00 |
|
Jing Zhao
|
404f57f328
|
HDFS-10216. Distcp -diff throws exception when handling relative path. Contributed by Takashi Ohnishi.
|
2016-04-14 10:35:22 -07:00 |
|
Akira Ajisaka
|
18c7e58283
|
HDFS-9640. Remove hsftp from DistCp in trunk. Contributed by Wei-Chiu Chuang.
|
2016-03-28 15:32:38 +09:00 |
|
Yongjun Zhang
|
ba1c9d484a
|
HDFS-9764. DistCp doesn't print value for several arguments including -numListstatusThreads. (Wei-Chiu Chuang via Yongjun Zhang)
|
2016-02-19 10:17:37 -08:00 |
|
Yongjun Zhang
|
eddd823cd6
|
HDFS-9638. Improve DistCp Help and documentation. (Wei-Chiu Chuang via Yongjun Zhang)
|
2016-01-29 12:11:55 -08:00 |
|
Yongjun Zhang
|
a9c69ebeb7
|
HDFS-9612. DistCp worker threads are not terminated after jobs are done. (Wei-Chiu Chuang via Yongjun Zhang)
|
2016-01-15 10:03:09 -08:00 |
|
Colin Patrick Mccabe
|
8315582c4f
|
HDFS-9517. Fix missing @Test annotation on TestDistCpUtils.testUnpackAttributes (Wei-Chiu Chuang via cmccabe)
|
2016-01-13 16:28:06 -08:00 |
|
Zhe Zhang
|
95f32015ad
|
HDFS-9630. DistCp minor refactoring and clean up. Contributed by Kai Zheng.
Change-Id: I363c4ffcac32116ddcdc0a22fac3db92f14a0db0
|
2016-01-11 09:46:56 -08:00 |
|
Kihwal Lee
|
2868ca0328
|
MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla.
|
2015-10-30 14:56:41 -05:00 |
|
Haohui Mai
|
7e2c971fed
|
Revert "HADOOP-12469. distcp shout not ignore the ignoreFailures option. Contributed by Mingliang Liu."
This reverts commit fa5a54cac7 .
|
2015-10-10 03:24:59 -07:00 |
|
Haohui Mai
|
fa5a54cac7
|
HADOOP-12469. distcp shout not ignore the ignoreFailures option. Contributed by Mingliang Liu.
|
2015-10-09 22:38:06 -07:00 |
|
Yongjun Zhang
|
0bc15cb6e6
|
HDFS-8828. Utilize Snapshot diff report to build diff copy list in distcp. (Yufei Gu via Yongjun Zhang)
|
2015-08-20 08:02:54 -07:00 |
|
Amareshwari Sriramadasu
|
8ef07f767f
|
HADOOP-11203. Allow ditscp to accept bandwitdh in fraction MegaBytes. Contributed by Raju Bairishetti
|
2015-06-26 09:52:06 +05:30 |
|
Jing Zhao
|
0790275f05
|
HADOOP-1540. Support file exclusion list in distcp. Contributed by Rich Haase.
|
2015-05-18 13:24:35 -07:00 |
|
Ravi Prakash
|
cfba355052
|
HADOOP-11827. Speed-up distcp buildListing() using threadpool (Zoran Dimitrijevic via raviprak)
|
2015-04-21 16:49:37 -07:00 |
|
Jing Zhao
|
4c097e473b
|
HDFS-8151. Always use snapshot path as source when invalid snapshot names are used for diff based distcp. Contributed by Jing Zhao.
|
2015-04-15 12:37:20 -07:00 |
|
Haohui Mai
|
75cb1d42ab
|
HDFS-8036. Use snapshot path as source when using snapshot diff report in DistCp. Contributed by Jing Zhao.
|
2015-04-01 16:50:59 -07:00 |
|
Jing Zhao
|
ed70fa142c
|
HDFS-7535. Utilize Snapshot diff report for distcp. Contributed by Jing Zhao.
|
2015-03-04 10:30:53 -08:00 |
|
Allen Wittenauer
|
3cde37c991
|
HADOOP-11009. Add Timestamp Preservation to DistCp (Gary Steelman via aw)
|
2014-09-24 15:38:30 -07:00 |
|
Charles Lamb
|
14b01dd046
|
HDFS-6872. Fix TestOptionsParser. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1618974 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-19 20:41:15 +00:00 |
|
Charles Lamb
|
041b8326a1
|
MAPREDUCE-6007. Add support to distcp to preserve raw.* namespace extended attributes. (clamb)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/fs-encryption@1616657 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-08 01:32:18 +00:00 |
|
Andrew Wang
|
50cd2a6bed
|
HADOOP-10666. Remove Copyright /d/d/d/d Apache Software Foundation from the source files license header. Contributed by Henry Saputra.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1603025 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-16 23:23:33 +00:00 |
|
Uma Maheswara Rao G
|
f81c7b0252
|
MAPREDUCE-5898. distcp to support preserving HDFS extended attributes(XAttrs). Contributed by Yi Liu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1600900 13f79535-47bb-0310-9956-ffa450edef68
|
2014-06-06 14:45:39 +00:00 |
|
Jing Zhao
|
3671a5e16f
|
MAPREDUCE-5899. Support incremental data copy in DistCp. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1596931 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-22 18:17:11 +00:00 |
|
Chris Nauroth
|
11be7334c4
|
MAPREDUCE-5809. Enhance distcp to support preserving HDFS ACLs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1595283 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-16 18:25:23 +00:00 |
|
Tsz-wo Sze
|
03db13206f
|
MAPREDUCE-5402. In DynamicInputFormat, change MAX_CHUNKS_TOLERABLE, MAX_CHUNKS_IDEAL, MIN_RECORDS_PER_CHUNK and SPLIT_RATIO to be configurable. Contributed by Tsuyoshi OZAWA
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1592703 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-06 10:24:10 +00:00 |
|
Chris Nauroth
|
06c15b6a3e
|
MAPREDUCE-5852. Prepare MapReduce codebase for JUnit 4.11. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1589006 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-21 23:44:41 +00:00 |
|
Aaron Myers
|
640a097533
|
HADOOP-10459. distcp V2 doesn't preserve root dir's attributes when -p is specified. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584227 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-03 00:32:25 +00:00 |
|
Haohui Mai
|
fb1d7fb596
|
HDFS-5570. Deprecate hftp / hsftp and replace them with webhdfs / swebhdfs. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1584100 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-02 17:28:08 +00:00 |
|
Jing Zhao
|
0b3ee72af8
|
HDFS-6090. Use MiniDFSCluster.Builder instead of deprecated constructors. Contributed by Akira AJISAKA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1578669 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-17 23:53:48 +00:00 |
|
Jing Zhao
|
067d52b98c
|
HADOOP-10295. Allow distcp to automatically identify the checksum type of source files and use it for the target. Contributed by Jing Zhao and Laurent Goujon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1563019 13f79535-47bb-0310-9956-ffa450edef68
|
2014-01-30 23:53:23 +00:00 |
|
Daryn Sharp
|
9ea61e4415
|
HADOOP-10129. Distcp may succeed when it fails (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1548175 13f79535-47bb-0310-9956-ffa450edef68
|
2013-12-05 15:47:55 +00:00 |
|
Jonathan Turner Eagles
|
74a2191aae
|
MAPREDUCE-5586. TestCopyMapper#testCopyFailOnBlockSizeDifference fails when run from hadoop-tools/hadoop-distcp directory (jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1532887 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-16 20:21:21 +00:00 |
|
Jonathan Turner Eagles
|
034039b917
|
MAPREDUCE-5585. TestCopyCommitter#testNoCommitAction Fails on JDK7 (jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1532875 13f79535-47bb-0310-9956-ffa450edef68
|
2013-10-16 19:57:55 +00:00 |
|
Jason Darrell Lowe
|
e1d398b2c9
|
MAPREDUCE-5440. TestCopyCommitter Fails on JDK7. Contributed by Robert Parker
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1509900 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-02 22:51:34 +00:00 |
|