Aaron Fabbri
|
989a3929a9
|
HADOOP-14756 S3Guard: expose capability query in MetadataStore and add tests of authoritative mode (Gabor Bota)
|
2018-04-23 15:26:53 -07:00 |
|
Inigo Goiri
|
fd24fd0ff7
|
YARN-8137. Parallelize node addition in SLS. Contributed by Abhishek Modi.
|
2018-04-20 09:09:12 -07:00 |
|
Yiqun Lin
|
1312f9ae4c
|
HADOOP-15391. Add missing css file in hadoop-aws, hadoop-aliyun, hadoop-azure and hadoop-azure-datalake modules.
|
2018-04-18 16:04:00 +08:00 |
|
Inigo Goiri
|
78860372bd
|
YARN-8134. Support specifying node resources in SLS. Contributed by Abhishek Modi.
|
2018-04-17 13:11:34 -07:00 |
|
Aaron Fabbri
|
b0aff8a962
|
HADOOP-15346 S3ARetryPolicy for 400/BadArgument to be "fail". Contributed by Steve Loughran.
|
2018-04-10 23:55:38 -07:00 |
|
Xiao Chen
|
7c9cdad6d0
|
HDFS-13056. Expose file-level composite CRCs in HDFS which are comparable across different instances/layouts. Contributed by Dennis Huo.
|
2018-04-10 21:31:48 -07:00 |
|
Aaron Fabbri
|
ea3849f0cc
|
HADOOP-14759 S3GuardTool prune to prune specific bucket entries. Contributed by Gabor Bota.
|
2018-04-05 20:23:17 -07:00 |
|
Steve Loughran
|
5a174f8ac6
|
HADOOP-14758. S3GuardTool.prune to handle UnsupportedOperationException.
Contributed by Gabor Bota.
|
2018-04-03 16:31:34 +01:00 |
|
Sammi Chen
|
6542d17ea4
|
HADOOP-14999. AliyunOSS: provide one asynchronous multi-part based uploading mechanism. Contributed by Genmao Yu.
|
2018-03-30 20:23:05 +08:00 |
|
Sean Mackrory
|
9d7a9031a5
|
HADOOP-15342. Updating ADLS connector to use the current SDK version (2.2.7). Contributed by Atul Sikaria.
|
2018-03-29 10:13:40 -06:00 |
|
Chris Douglas
|
081c350188
|
HADOOP-15320. Remove customized getFileBlockLocations for hadoop-azure and hadoop-azure-datalake. Contributed by Shanyu Zhao
|
2018-03-28 11:58:59 -07:00 |
|
Haibo Chen
|
fcea5a4d79
|
YARN-7794. SLSRunner is not loading timeline service jars, causing failure. (Yufei Gu via Haibo Chen)
|
2018-03-26 14:30:11 -07:00 |
|
Sean Mackrory
|
82665a7887
|
HADOOP-15299. Bump Jackson 2 version to Jackson 2.9.x.
|
2018-03-26 14:05:15 -06:00 |
|
Sean Mackrory
|
7ce6b41509
|
HADOOP-15332. Fix typos in hadoop-aws markdown docs. Contributed by Gabor Bota.
|
2018-03-20 21:12:20 -07:00 |
|
Sammi Chen
|
d67a5e2dec
|
HADOOP-15262. AliyunOSS: move files under a directory in parallel when rename a directory. Contributed by Jinhu Wu.
|
2018-03-19 15:02:37 +08:00 |
|
Wangda Tan
|
f47659fb97
|
MAPREDUCE-7047. Make HAR tool support IndexedLogAggregtionController. (Xuan Gong via wangda)
Change-Id: Ice5ae1c706f2476361997dcbb29f2c33c77d4f0c
|
2018-03-15 13:26:01 -07:00 |
|
Steve Loughran
|
1976e0066e
|
HADOOP-15209. DistCp to eliminate needless deletion of files under already-deleted directories.
Contributed by Steve Loughran.
|
2018-03-15 18:05:14 +00:00 |
|
fang zhenyi
|
5e013d50d1
|
HADOOP-15305. Replace FileUtils.writeStringToFile(File, String) with (File, String, Charset) to fix deprecation warnings.
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-15 16:12:07 +09:00 |
|
Chris Douglas
|
45cccadd2e
|
HDFS-12780. Fix spelling mistake in DistCpUtils.java. Contributed by Jianfei Jiang
|
2018-03-13 11:08:11 -07:00 |
|
Chris Douglas
|
45d1b0fdcc
|
HADOOP-14696. parallel tests don't work for Windows. Contributed by Allen Wittenauer
|
2018-03-12 20:05:39 -07:00 |
|
Steve Loughran
|
dd05871b8b
|
HADOOP-15297. Make S3A etag => checksum feature optional.
Contributed by Steve Loughran.
|
2018-03-12 14:01:42 +00:00 |
|
Steve Loughran
|
7ef4d942dd
|
HADOOP-15273.distcp can't handle remote stores with different checksum algorithms.
Contributed by Steve Loughran.
|
2018-03-08 11:24:06 +00:00 |
|
Steve Loughran
|
3bd6b1fd85
|
HADOOP-15292. Distcp's use of pread is slowing it down.
Contributed by Virajith Jalaparti.
|
2018-03-08 11:15:46 +00:00 |
|
Steve Loughran
|
e0307e53e2
|
HADOOP-15267. S3A multipart upload fails when SSE-C encryption is enabled.
Contributed by Anis Elleuch.
(cherry picked from commit 1dedc68f9d8d8544d715e67ee77cd3f017c21699)
|
2018-03-07 18:51:10 +00:00 |
|
Steve Loughran
|
2e1e049bd0
|
HADOOP-15288. TestSwiftFileSystemBlockLocation doesn't compile.
Contributed by Steve Loughran.
|
2018-03-05 18:12:38 +00:00 |
|
Steve Loughran
|
8110d6a0d5
|
HADOOP-13761. S3Guard: implement retries for DDB failures and throttling; translate exceptions.
Contributed by Aaron Fabbri.
|
2018-03-05 14:06:20 +00:00 |
|
Gergely Novák
|
e99a1e7767
|
MAPREDUCE-7023. TestHadoopArchiveLogs.testCheckFilesAndSeedApps fails on rerun
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-02 16:15:04 -08:00 |
|
Ray Chiang
|
923e1773e1
|
HADOOP-14652. Update metrics-core version to 3.2.4. (rchiang)
|
2018-03-01 15:36:10 -08:00 |
|
fang zhenyi
|
29233c3c4a
|
HADOOP-15274. Move hadoop-openstack to slf4j
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-01 15:08:30 -08:00 |
|
Steve Loughran
|
edc9f1451b
|
HADOOP-15263. hadoop cloud-storage module to mark hadoop-common as provided; add azure-datalake.
Contributed by Steve Loughran
|
2018-02-28 14:42:25 +00:00 |
|
Weiwei Yang
|
7af4f34de5
|
YARN-7929. Support to set container execution type in SLS. (Jiandan Yang via Weiwei Yang)
|
2018-02-28 17:58:09 +08:00 |
|
Arpit Agarwal
|
2fa7963c3d
|
HADOOP-15254. Correct the wrong word spelling 'intialize'. Contributed by fang zhenyi.
|
2018-02-24 14:41:55 -08:00 |
|
Xuan Gong
|
68ce193efc
|
MAPREDUCE-7027: HadoopArchiveLogs shouldn't delete the original logs if the HAR creation fails. Contributed by Gergely Novák
|
2018-02-23 14:37:26 -08:00 |
|
Carlo Curino
|
84cea0011f
|
YARN-7732. Support Generic AM Simulator from SynthGenerator. (Contributed by Young Chen via curino)
|
2018-02-20 17:00:34 -08:00 |
|
fang zhenyi
|
4d4dde5112
|
HADOOP-15223. Replace Collections.EMPTY* with empty* when available
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-02-18 22:19:39 +09:00 |
|
Steve Loughran
|
7ac88244c5
|
HADOOP-14507. Extend per-bucket secret key config with explicit getPassword() on fs.s3a.$bucket.secret.key.
Contributed by Steve Loughran.
|
2018-02-16 16:37:06 +00:00 |
|
Steve Loughran
|
481d79fedc
|
HADOOP-13972. ADLS to support per-store configuration.
Contributed by Sharad Sonker.
(cherry picked from commit 050f5287b79324b7f6231b879c0bfc608203b980)
|
2018-02-15 16:27:31 +00:00 |
|
Steve Loughran
|
9a013b255f
|
HADOOP-15176. Enhance IAM Assumed Role support in S3A client.
Contributed by Steve Loughran
(cherry picked from commit 96c047fbb98c2378eed9693a724d4cbbd03c00fd)
|
2018-02-15 15:57:10 +00:00 |
|
Steve Loughran
|
b27ab7dd81
|
HADOOP-15076. Enhance S3A troubleshooting documents and add a performance document.
Contributed by Steve Loughran.
(cherry picked from commit c761e658f6594c4e519ed39ef36669de2c5cee15)
|
2018-02-15 14:57:56 +00:00 |
|
Steve Loughran
|
c9a373fb14
|
HADOOP-15090. Add ADL troubleshooting doc.
Contributed by Steve Loughran.
(cherry picked from commit 58a2120e8a31307f19551f87be4e81d4fb626de1)
|
2018-02-15 14:26:00 +00:00 |
|
Steve Loughran
|
f20dc0d577
|
HADOOP-10571. Use Log.*(Object, Throwable) overload to log exceptions.
Contributed by Andras Bokor.
|
2018-02-14 16:20:14 +00:00 |
|
Steve Loughran
|
8cf88fcd1f
|
HADOOP-15187. Remove ADL mock test dependency on REST call invoked from Java SDK.
Contributed by Vishwajeet Dusane.
(cherry picked from commit bd5ab5912564d2d687651b01f552b8e4ca8c145a)
|
2018-02-12 15:13:00 +00:00 |
|
Wangda Tan
|
60f9e60b3b
|
Preparing for 3.2.0 development
Change-Id: I6d0e01f3d665d26573ef2b957add1cf0cddf7938
|
2018-02-11 11:17:38 +08:00 |
|
Anu Engineer
|
4304fcd5bd
|
HDFS-12990. Change default NameNode RPC port back to 8020. Contributed by Xiao Chen.
|
2018-02-06 13:43:45 -08:00 |
|
Arpit Agarwal
|
d4e13a4647
|
HADOOP-15198. Correct the spelling in CopyFilter.java. Contributed by Mukul Kumar Singh.
|
2018-02-02 11:37:51 -08:00 |
|
Sunil G
|
9b81cb0537
|
YARN-7779. Display allocation tags in RM web UI and expose same through REST API. Contributed by Weiwei Yang.
|
2018-01-31 01:30:17 -08:00 |
|
Arun Suresh
|
38af237969
|
YARN-6599. Support anti-affinity constraint via AppPlacementAllocator. (Wangda Tan via asuresh)
|
2018-01-31 01:30:17 -08:00 |
|
Steve Loughran
|
7fd287b4af
|
HADOOP-15186. Allow Azure Data Lake SDK dependency version to be set on the command line.
Contributed by Vishwajeet Dusane.
(cherry picked from commit 95a96b13e2a54e01ea6c6933045d912998477da3)
|
2018-01-29 09:48:14 -08:00 |
|
Jason Lowe
|
ff8378eb1b
|
YARN-7102. NM heartbeat stuck when responseId overflows MAX_INT. Contributed by Botong Huang
|
2018-01-25 17:47:19 -06:00 |
|
Yufei Gu
|
16be42d309
|
YARN-7798. Refactor SLS Reservation Creation. Contributed by Young Chen.
|
2018-01-25 13:06:01 -08:00 |
|