Sunil G
2f6d6cc0d6
YARN-8063. DistributedShellTimelinePlugin wrongly check for entityId instead of entityType. Contributed by Rohith Sharma K S.
...
(cherry picked from commit 22c5ddb7c4fb48d5bf5a7456d0b1b27d48c2a485)
2018-03-23 10:55:46 +05:30
Inigo Goiri
50b6dc9f3e
HDFS-12792. RBF: Test Router-based federation using HDFSContract. Contributed by Inigo Goiri.
...
(cherry picked from commit e196d158a275bfdcfaf372e0f5bcbbc8bbe24106)
2018-03-22 13:35:24 -07:00
Arpit Agarwal
cdf3e758cc
HADOOP-15334. Upgrade Maven surefire plugin. Contributed by Arpit Agarwal.
2018-03-22 10:55:30 -07:00
Kihwal Lee
7212c98ba5
HDFS-13195. DataNode conf page cannot display the current value after reconfig. Contributed by maobaolong.
...
(cherry picked from commit 66461ed98b0b2f630b682bff927dbd74c251c26e)
2018-03-22 12:29:21 -05:00
Inigo Goiri
471f758673
HDFS-13318. RBF: Fix FindBugs in hadoop-hdfs-rbf. Contributed by Ekanth S.
...
(cherry picked from commit 3d0ee8b80438bfbdf7e5af853b9044a63bd1352c)
2018-03-22 09:22:46 -07:00
Konstantin V Shvachko
987d90aa4c
HDFS-12884. BlockUnderConstructionFeature.truncateBlock should be of type BlockInfo. Contributed by chencan.
...
(cherry picked from commit 8d898ab25f1c2032a07c9bbd96ba3d0c4eb5be87)
2018-03-21 17:17:41 -07:00
Jason Lowe
8f60b50f28
YARN-8054. Improve robustness of the LocalDirsHandlerService MonitoringTimerTask thread. Contributed by Jonathan Eagles
...
(cherry picked from commit 5aa7052e319c3273243dda9993fb6c2d776eb7cc)
2018-03-21 17:23:01 -05:00
Yiqun Lin
e65db99799
HDFS-13250. RBF: Router to manage requests across multiple subclusters. Contributed by Inigo Goiri.
...
(cherry picked from commit 2caba999bbb9d6e3ec56024a0a9d3d56a229edcf)
2018-03-21 11:41:14 +08:00
Inigo Goiri
981fda128f
HDFS-13268. TestWebHdfsFileContextMainOperations fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit fe224ff972a299a74c16a6a20ddd85ea16486b1e)
2018-03-20 11:21:09 -07:00
weiy
62a819d5ee
HDFS-13215. RBF: Move Router to its own module.
2018-03-19 23:15:53 -07:00
Inigo Goiri
a97fe585b3
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:21:20 -07:00
Sammi Chen
7985c5fdc9
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)
2018-03-19 15:44:15 +08:00
Inigo Goiri
c6b1125a24
HDFS-12886. Ignore minReplication for block recovery. Contributed by Lukas Majercak.
...
(cherry picked from commit 08ff1586d5d3e39f546200f9e696f62ea4cf000d)
2018-03-16 10:30:34 -07:00
Weiwei Yang
7c286fe804
YARN-7636. Re-reservation count may overflow when cluster resource exhausted for a long time. contributed by Tao Yang.
2018-03-16 19:11:54 +08:00
Inigo Goiri
ba9a656ffa
HDFS-13224. RBF: Resolvers to support mount points across multiple subclusters. Contributed by Inigo Goiri.
...
(cherry picked from commit e71bc00a471422ddb26dd54e706f09f0fe09925c)
2018-03-15 10:35:20 -07:00
Inigo Goiri
6b8a60b62a
HDFS-12723. TestReadStripedFileWithMissingBlocks#testReadFileWithMissingBlocks failing consistently. Contributed by Ajay Kumar.
...
(cherry picked from commit 6de135169eaaba9a4707d2bef380793ef91478d7)
2018-03-15 10:15:46 -07:00
Wangda Tan
78f103d6e6
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)
(cherry picked from commit 252c2b4d52e0dd8984d6f2a8f292f40e1c347fab)
2018-03-14 13:40:46 -07:00
Jason Lowe
31eef823f0
MAPREDUCE-7064. Flaky test TestTaskAttempt#testReducerCustomResourceTypes. Contributed by Peter Bacsko
...
(cherry picked from commit 2626ec35e997c06cda975fbfb2b95da740270059)
2018-03-14 15:21:09 -05:00
Inigo Goiri
cfa7cc2aa4
HDFS-13198. RBF: RouterHeartbeatService throws out CachedStateStore related exceptions when starting router. Contributed by Wei Yan.
...
(cherry picked from commit 41fc7f80beb32f4a1fac73faf7c9116ad5ee3420)
2018-03-14 13:15:51 -07:00
Rohith Sharma K S
117984a2cb
YARN-8022. ResourceManager UI cluster/app/<app-id> page fails to render. Contributed by Tarun Parimi.
...
(cherry picked from commit e6de10d0a6363bdaf767a7bdac7ad908d7786718)
2018-03-14 22:14:43 +05:30
Sammi Chen
e97234f274
HDFS-11600. Refactor TestDFSStripedOutputStreamWithFailure test classes. Contributed by Sammi Chen.
...
(cherry picked from commit ad1b988a828608b12cafb6382436cd17f95bfcc5)
2018-03-14 14:51:51 +08:00
Yiqun Lin
a105069729
HDFS-12773. RBF: Improve State Store FS implementation. Contributed by Inigo Goiri.
...
(cherry picked from commit 76be6cbf6c33f866794f27ca2560ca7c7b2fa0e7)
2018-03-14 11:31:35 +08:00
Inigo Goiri
95a4665ad5
HADOOP-15308. TestConfiguration fails on Windows because of paths. Contributed by Xiao Liang.
...
(cherry picked from commit 427fd027a353f665846f43dfd73faf7561fedc07)
2018-03-13 20:02:06 -07:00
Chris Douglas
9889e55e5a
HADOOP-15311. HttpServer2 needs a way to configure the acceptor/selector count. Contributed by Erik Krogen
...
(cherry picked from commit 9d6994da1964c1125a33b3a65e7a7747e2d0bc59)
(cherry picked from commit 80641508c721fe49c8ace4730b647efd3ce84fbd)
2018-03-13 14:20:44 -07:00
Xiao Chen
fc6f3e2a6f
HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma.
...
(cherry picked from commit 8211a3d4693fea46cff11c5883c16a9b4df7b4de)
2018-03-13 11:18:22 -07:00
Xiao Chen
f23ef858ff
Revert "HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma."
...
This reverts commit 752e116f413214cfe8d9feae6caef4c5b21db2da.
2018-03-13 10:39:50 -07:00
Xiao Chen
c0aa249a1d
HDFS-12587. Use Parameterized tests in TestBlockInfoStriped and TestLowRedundancyBlockQueues to test all EC policies. Contributed by Takanobu Asanuma.
...
(cherry picked from commit 3b8dbc2cb766ba9fc1d655c891d32f5b4e4aa9c8)
2018-03-13 10:14:39 -07:00
Xiao Chen
8f4bfb3ed5
HDFS-13239. Fix non-empty dir warning message when setting default EC policy. Contributed by Bharat Viswanadham.
...
(cherry picked from commit d6931c30c5a643ca192109b05a9c44da42a6318c)
2018-03-13 10:08:09 -07:00
Xiao Chen
752e116f41
HDFS-12505. Extend TestFileStatusWithECPolicy with a random EC policy. Contributed by Takanobu Asanuma.
...
(cherry picked from commit 84c10955863eca1e300aeeac1d9cd7a1186144b6)
2018-03-13 09:58:50 -07:00
Xiaoyu Yao
2a93ba690c
HDFS-12455. WebHDFS - Adding "snapshot enabled" status to ListStatus query result. Contributed by Ajay Kumar.
...
(cherry picked from commit 107c177782a24a16c66113841f2fc5144f56207b)
2018-03-12 20:23:52 -07:00
Yiqun Lin
840c83bf7a
HDFS-13226. RBF: Throw the exception if mount table entry validated failed. Contributed by maobaolong.
2018-03-13 11:13:15 +08:00
Chris Douglas
a03c8ea61f
HADOOP-14696. parallel tests don't work for Windows. Contributed by Allen Wittenauer
...
(cherry picked from commit 45d1b0fdcc04a86be91a9b72073cdc30bec04d3b)
(cherry picked from commit 09940b1eb3b7ed764149f4a993c1857e9c6ad938)
2018-03-12 20:06:22 -07:00
Yiqun Lin
430cdfefc0
HDFS-13253. RBF: Quota management incorrect parent-child relationship judgement. Contributed by Yiqun Lin.
2018-03-13 10:41:44 +08:00
Akira Ajisaka
89105a623b
HDFS-12156. TestFSImage fails without -Pnative
...
(cherry picked from commit 319defafc105c0d0b69b83828b578d9c453036f5)
2018-03-13 11:27:46 +09:00
Inigo Goiri
177dd6580d
HDFS-13241. RBF: TestRouterSafemode failed if the port 8888 is in use. Contributed by maobaolong.
...
(cherry picked from commit 91c82c90f05ea75fe59c6ffad3dc3fcac1429e9e)
2018-03-12 17:30:00 -07:00
Chris Douglas
2210593dad
HADOOP-14742. Document multi-URI replication Inode for ViewFS. Contributed by Gera Shegalov
...
(cherry picked from commit ddb67ca707de896cd0ba5cda3c0d1a2d9edca968)
(cherry picked from commit c9364b3bce30946a6c0154974d0adc6accb3bea3)
2018-03-12 13:55:10 -07:00
Inigo Goiri
29cf29a853
HDFS-11399. Many tests fails in Windows due to injecting disk failures. Contributed by Yiqun Lin.
...
(cherry picked from commit ac627f561f0946e98a650850fb507536cbd2f2c4)
2018-03-12 10:05:43 -07:00
Wangda Tan
8034faa888
Updated timeline reader to use AuthenticationFilter
...
Change-Id: I961771589180c1eb377d36c37a79aa23754effbf
(cherry picked from commit 837338788eb903d0e8bbb1230694782a707891be)
2018-03-10 13:36:09 -08:00
Owen O'Malley
0f3b6102ef
Revert "HADOOP-13119. Add ability to secure log servlet using proxy users. Contribute by Yuanbo Liu."
...
This reverts commit a847903b6e64c6edb11d852b91f2c816b1253eb3.
Change-Id: I3122a2142f5bdf8507dece930e447556a43cd9ae
(cherry picked from commit 8fad3ec76070ccfcd3ed80feaba4355077bc6f5c)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServerWithSpengo.java
2018-03-10 13:35:47 -08:00
Owen O'Malley
0f106df4d6
Revert "HADOOP-14077. Add ability to access jmx via proxy. Contributed by Yuanbo Liu."
...
This reverts commit 172b23af33554b7d58fd41b022d983bcc2433da7.
(cherry picked from commit d0d2d4c51e9534e08893ae14cf3fff7b2ee70b1d)
2018-03-10 13:33:52 -08:00
Yiqun Lin
2e607f2103
HDFS-13240. RBF: Update some inaccurate document descriptions. Contributed by Yiqun Lin.
...
(cherry picked from commit 4743d4a2c70a213a41804a24c776e6db00e1b90d)
2018-03-10 11:32:12 +08:00
Inigo Goiri
465c3f0e24
HDFS-13232. RBF: ConnectionPool should return first usable connection. Contributed by Ekanth S.
...
(cherry picked from commit 8133cd5305d7913453abb2d48da12f672c0ce334)
2018-03-09 18:27:17 -08:00
Inigo Goiri
c453fcb23f
HDFS-13212. RBF: Fix router location cache issue. Contributed by Weiwei Wu.
...
(cherry picked from commit afe1a3ccd56a12fec900360a8a2855c080728e65)
2018-03-09 17:20:29 -08:00
Hanisha Koneru
bd2ebf031c
HDFS-13244. Add stack, conf, metrics links to utilities dropdown in NN webUI. Contributed by Bharat Viswanadham.
...
(cherry picked from commit 4eeff62f6925991bca725b1ede5308055817de80)
2018-03-09 15:49:09 -08:00
Lokesh Jain
80aabd72c2
HDFS-13190. Document WebHDFS support for snapshot diff
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Signed-off-by: Xiaoyu Yao <xyao@apache.org>
(cherry picked from commit 7b0dc310208ee5bc191c9accb3d1312513145653)
2018-03-09 15:07:34 -08:00
Hanisha Koneru
dec53bb9e1
HDFS-11394. Support for getting erasure coding policy through WebHDFS#FileStatus.
...
(cherry picked from commit 9a082fbe6e302df7139b65a23be9a39acd87715d)
2018-03-09 13:39:49 -08:00
Jason Lowe
9dacb9fb27
MAPREDUCE-6930. mapreduce.map.cpu.vcores and mapreduce.reduce.cpu.vcores are both present twice in mapred-default.xml. Contributed by Sen Zhao
...
(cherry picked from commit 32fa3a63e0e7d8bfb3d3b9b3c500ecb3a4874ecf)
2018-03-09 10:44:49 -06:00
Steve Loughran
ca5c4d454e
HADOOP-15277. Remove .FluentPropertyBeanIntrospector from CLI operation log output.
...
Contributed by Steve Loughran.
2018-03-09 10:50:04 +00:00
Steve Loughran
1771af2320
HADOOP-15273.distcp can't handle remote stores with different checksum algorithms.
...
Contributed by Steve Loughran.
(cherry picked from commit 7ef4d942dd96232b0743a40ed25f77065254f94d)
2018-03-09 10:49:11 +00:00
Yiqun Lin
f879504fe1
HDFS-13233. RBF: MountTableResolver doesn't return the correct mount point of the given path. Contributed by wangzhiyuan.
2018-03-09 15:48:36 +08:00