Yiqun Lin
131546002d
HDFS-13307. RBF: Improve the use of setQuota command. Contributed by liuhongtong.
...
(cherry picked from commit 69fe4407ebd885fed69d9cf7f4dd17d3ba1acb60)
2018-03-21 10:53:24 +08:00
Inigo Goiri
9b96e7522b
HDFS-13268. TestWebHdfsFileContextMainOperations fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit fe224ff972a299a74c16a6a20ddd85ea16486b1e)
2018-03-20 11:20:37 -07:00
weiy
c804b28462
HDFS-13215. RBF: Move Router to its own module.
2018-03-19 23:05:33 -07:00
Sammi Chen
5acc13f340
HADOOP-15262. AliyunOSS: move files under a directory in parallel when rename a directory. Contributed by Jinhu Wu.
...
(cherry picked from commit d67a5e2dec5c60d96b0c216182891cdfd7832ac5)
(cherry picked from commit 2285afb32e71622b3dab5051247a1d099cfcbe85)
(cherry picked from commit 322520eb76cdcef25190495ccf98b3ca39907f58)
(cherry picked from commit 7985c5fdc9fe26e7771a86a5004bf90fcbd8af71)
2018-03-20 14:03:17 +08:00
Inigo Goiri
7eb0bdbd32
HDFS-13296. GenericTestUtils generates paths with drive letter in Windows and fail webhdfs related test cases. Contributed by Xiao Liang.
...
(cherry picked from commit e65ff1c8be48ef4f04ed96f96ac4caef4974944d)
2018-03-19 17:20:36 -07:00
Jason Lowe
a4f0dbcb44
YARN-8027. Setting hostname of docker container breaks for --net=host in docker 1.13. Contributed by Jim Brennan
...
(cherry picked from commit f480367af68e06ed17b8018092c9987a13bb9f63)
2018-03-19 17:44:06 -05:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
0bd99621c5
Preparing for 3.1.0 development
2018-03-19 15:16:54 -07:00
Yufei Gu
49c747ab18
YARN-8039. Clean up log dir configuration in TestLinuxContainerExecutorWithMocks.testStartLocalizer. Contributed by Miklos Szegedi.
2018-03-16 16:25:33 -07:00
Inigo Goiri
08ff1586d5
HDFS-12886. Ignore minReplication for block recovery. Contributed by Lukas Majercak.
2018-03-16 10:29:19 -07:00
Weiwei Yang
154cfb2b62
YARN-7636. Re-reservation count may overflow when cluster resource exhausted for a long time. contributed by Tao Yang.
2018-03-16 18:57:31 +08:00
Xiao Chen
21c6661461
HADOOP-15234. Throw meaningful message on null when initializing KMSWebApp. Contributed by fang zhenyi.
2018-03-15 20:17:16 -07:00
Wangda Tan
4bf622043f
YARN-7952. RM should be able to recover log aggregation status after restart/fail-over. (Xuan Gong via wangda)
...
Change-Id: I725c9afe64831eda0aa6b0bebdbc79d2dd165707
2018-03-15 13:26:45 -07: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
Xiaoyu Yao
78b05fde6c
HDFS-13280. WebHDFS: Fix NPE in get snasphottable directory list call. Contributed by Lokesh Jain.
2018-03-15 11:02:27 -07:00
Inigo Goiri
e71bc00a47
HDFS-13224. RBF: Resolvers to support mount points across multiple subclusters. Contributed by Inigo Goiri.
2018-03-15 10:32:30 -07:00
Xiaoyu Yao
da777a5498
HDFS-13251. Avoid using hard coded datanode data dirs in unit tests(addendum). Contributed by Ajay Kumar.
2018-03-15 10:18:44 -07:00
Inigo Goiri
6de135169e
HDFS-12723. TestReadStripedFileWithMissingBlocks#testReadFileWithMissingBlocks failing consistently. Contributed by Ajay Kumar.
2018-03-15 10:14:35 -07: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
Xiao Chen
5ff22d4c3a
HDFS-13246. FileInputStream redundant closes in readReplicasFromCache. Contributed by liaoyuxiangqin.
2018-03-14 21:59:51 -07:00
Yiqun Lin
3a0f4bc0d5
HDFS-13261. Fix incorrect null value check. Contributed by Jianfei Jiang.
2018-03-15 11:06:04 +08:00
Aaron Fabbri
e840b4adf4
HADOOP-15278 log s3a at info. Contributed by Steve Loughran.
2018-03-14 15:47:56 -07:00
Wangda Tan
252c2b4d52
Revert "HADOOP-13707. If kerberos is enabled while HTTP SPNEGO is not configured, some links cannot be accessed. Contributed by Yuanbo Liu"
...
Change-Id: I946a466a43d56c73bb0135384e73cb8513595461
(cherry picked from commit 80ee5248b2dda1cb8d122d4f362f2f8cf02b9467)
2018-03-14 13:36:53 -07:00
Inigo Goiri
41fc7f80be
HDFS-13198. RBF: RouterHeartbeatService throws out CachedStateStore related exceptions when starting router. Contributed by Wei Yan.
2018-03-14 13:14:36 -07:00
Jason Lowe
2626ec35e9
MAPREDUCE-7064. Flaky test TestTaskAttempt#testReducerCustomResourceTypes. Contributed by Peter Bacsko
2018-03-14 15:05:24 -05:00
Xiaoyu Yao
f83716b7f2
HDFS-13251. Avoid using hard coded datanode data dirs in unit tests. Contributed by Ajay Kumar.
2018-03-14 11:26:58 -07:00
Xiaoyu Yao
0be0f1ce1d
HDFS-13275. Adding log for BlockPoolManager#refreshNamenodes failures. Contributed by Ajay Kumar.
2018-03-14 10:38:00 -07:00
Arpit Agarwal
4c57fb0cd9
HDFS-13257. Code cleanup: INode never throws QuotaExceededException. Contributed by Tsz Wo Nicholas Sze.
2018-03-14 09:42:48 -07:00
Eric Yang
a82be7754d
YARN-7999. Added file cache initializer for Linux container-executor.
...
Contributed by Jason Lowe
2018-03-14 12:21:57 -04:00
Xiaoyu Yao
a34d83d2fd
HDFS-13249. Document webhdfs support for getting snapshottable directory list. Contributed by Lokesh Jain.
2018-03-14 09:14:26 -07:00
Sammi Chen
ad1b988a82
HDFS-11600. Refactor TestDFSStripedOutputStreamWithFailure test classes. Contributed by Sammi Chen.
2018-03-14 14:39:53 +08:00
Takanobu Asanuma
fea16a440d
HADOOP-15294. TestUGILoginFromKeytab fails on Java9
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2018-03-14 13:38:07 +09:00
Rohith Sharma K S
e6de10d0a6
YARN-8022. ResourceManager UI cluster/app/<app-id> page fails to render. Contributed by Tarun Parimi.
2018-03-14 09:42:20 +05:30
Yiqun Lin
76be6cbf6c
HDFS-12773. RBF: Improve State Store FS implementation. Contributed by Inigo Goiri.
2018-03-14 11:20:59 +08:00
Inigo Goiri
427fd027a3
HADOOP-15308. TestConfiguration fails on Windows because of paths. Contributed by Xiao Liang.
2018-03-13 20:01:07 -07:00
Wangda Tan
b167d60763
YARN-7657. Queue Mapping could provide options to provide 'user' specific auto-created queues under a specified group parent queue. (Suma Shivaprasad via wangda)
...
Change-Id: I32d566e8727840e43c0d66e39a77edef017e3a83
2018-03-13 17:55:51 -07:00
Wangda Tan
a5b27b3c67
YARN-5015. Support sliding window retry capability for container restart. (Chandni Singh via wangda)
...
Change-Id: I07addd3e4ba8d98456ee2ff1d5c540a38fe61dea
2018-03-13 17:55:17 -07:00
Arpit Agarwal
9714fc1dd4
HDFS-336. dfsadmin -report should report number of blocks from datanode. Contributed by Bharat Viswanadham.
2018-03-13 16:39:17 -07:00
Arpit Agarwal
39537b7c84
HDFS-13235. DiskBalancer: Update Documentation to add newly added options. Contributed by Bharat Viswanadham.
2018-03-13 16:35:51 -07:00
Chris Douglas
9d6994da19
HADOOP-15311. HttpServer2 needs a way to configure the acceptor/selector count. Contributed by Erik Krogen
2018-03-13 13:55:18 -07:00
Miklos Szegedi
a82d4a2e3a
YARN-5764. NUMA awareness support for launching containers. Contributed by Devaraj K.
2018-03-13 12:36:57 -07:00
Chris Douglas
45cccadd2e
HDFS-12780. Fix spelling mistake in DistCpUtils.java. Contributed by Jianfei Jiang
2018-03-13 11:08:11 -07:00
Xiao Chen
8211a3d469
HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma.
2018-03-13 10:48:45 -07:00
Xiao Chen
f82d38dcb3
Revert "HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma."
...
This reverts commit 84c10955863eca1e300aeeac1d9cd7a1186144b6.
2018-03-13 10:36:16 -07:00
Xiao Chen
3b8dbc2cb7
HDFS-12587. Use Parameterized tests in TestBlockInfoStriped and TestLowRedundancyBlockQueues to test all EC policies. Contributed by Takanobu Asanuma.
2018-03-13 10:14:05 -07:00
Xiao Chen
d6931c30c5
HDFS-13239. Fix non-empty dir warning message when setting default EC policy. Contributed by Bharat Viswanadham.
2018-03-13 10:07:26 -07:00
Xiao Chen
84c1095586
HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma.
2018-03-13 09:58:03 -07:00
Chris Douglas
b2b9ce5859
HDFS-13271. WebHDFS: Add constructor in SnapshottableDirectoryStatus with HdfsFileStatus as argument. Contributed by Lokesh Jain
2018-03-13 09:43:22 -07:00
Xiaoyu Yao
0355ec20eb
HDFS-13141. WebHDFS: Add support for getting snasphottable directory list. Contributed by Lokesh Jain.
2018-03-12 20:41:37 -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