Inigo Goiri
95f34ce462
HDFS-13232. RBF: ConnectionManager's cleanup task will compare each pool's own active conns with its total conns. Contributed by Chao Sun.
...
(cherry picked from commit 0c2b969e0161a068bf9ae013c4b95508dfb90a8a)
(cherry picked from commit 44abf77d9b371b0d06569bd4881356ac157b490e)
2018-03-08 10:24:41 -08:00
Rohith Sharma K S
207daabbcc
YARN-8003. Backport the code structure changes in YARN-7346 to branch-2. Contributed by Haibo Chen.
2018-03-07 13:25:28 +05:30
Yiqun Lin
a5d9691b54
HDFS-13214. RBF: Complete document of Router configuration. Contributed by Yiqun Lin.
...
(cherry picked from commit 58ea2d7a65ccd8b7775021bae1d24b9e5561e67b)
2018-03-07 15:51:42 +08:00
Xiaoyu Yao
313fdb9968
HDFS-13109. Support fully qualified hdfs path in EZ commands. Contributed by Hanisha Koneru.
...
(cherry picked from commit edf9445708ffb7a9e59cb933e049b540f99add1e)
2018-03-06 20:01:51 -08:00
Xiaoyu Yao
4f3c4e4514
HDFS-13120. Snapshot diff could be corrupted after concat. Contributed by Xiaoyu Yao.
...
(cherry picked from commit 8faf0b50d435039f69ea35f592856ca04d378809)
2018-03-06 18:49:13 -08:00
Allen Wittenauer
dbd69cb2ce
HADOOP-15279. increase maven heap size recommendations
...
Signed-off-by: Jason Lowe <jlowe@apache.org>
Signed-off-by: Chris Douglas <cdouglas@apache.org>
(cherry picked from commit d4cc50f62279dc4d607cd05c16de480a76f05880)
2018-03-06 13:58:31 -08:00
Sen Zhao
bda2a9c2a0
YARN-7736. Fix itemization in YARN federation document
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 245751ffdc4229715a0c031f57f20748ed16d8a6)
2018-03-05 11:55:16 -08:00
Xiao Chen
0882725c88
HDFS-13040. Kerberized inotify client fails despite kinit properly. Contributed by Istvan Fajth, Wei-Chiu Chuang, Xiao Chen.
2018-03-05 09:44:42 -08:00
Steve Loughran
c245050538
HADOOP-15090. Add ADL troubleshooting doc.
...
Contributed by Steve Loughran; backport to branch-2 by Masatake Iwasaki.
2018-03-05 12:46:19 +00:00
Ajay Kumar
d5d38918d7
HADOOP-15286. Remove unused imports from TestKMSWithZK.java
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 3dc30bc24e50343efe1f514b923d27a0786d3ac1)
2018-03-04 07:20:40 -08:00
Akira Ajisaka
8ad3ec6aab
HADOOP-15283. Upgrade from findbugs 3.0.1 to spotbugs 3.1.2 in branch-2 to fix docker image build.
2018-03-04 07:01:19 -08:00
Gergely Novák
278676508f
MAPREDUCE-7023. TestHadoopArchiveLogs.testCheckFilesAndSeedApps fails on rerun
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e99a1e77671fa0e74a652bc2221bbe01d1a579d3)
2018-03-02 16:22:20 -08:00
Jason Lowe
0a3a878428
YARN-7511. NPE in ContainerLocalizer when localization failed for running container. Contributed by Tao Yang
...
(cherry picked from commit 83798f15f8602ef580a7885876de114b2425da89)
2018-03-02 10:08:32 -06:00
Nanda kumar
45ec3e18e3
HADOOP-15275. Incorrect javadoc for return type of RetryPolicy#shouldRetry
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 55d04a6db10d0e58cfe0ff82fa646bb6ba57aaac)
2018-03-01 19:04:57 +09:00
Haibo Chen
45d012f208
YARN-7835. Race condition in NM while publishing events if second attempt is launched on the same node. (Rohith Sharma K S via Haibo Chen)
...
(cherry picked from commit d1274c3b71549cb000868500c293cafd880b3713)
2018-02-28 21:24:17 -08:00
Steve Loughran
fb0f2cc2fb
Revert "HADOOP-15090. Add ADL troubleshooting doc."
...
This reverts commit 6f944452f71eedbd607564198396857bfe1ddfd5.
2018-02-28 21:19:03 +00:00
Yiqun Lin
08cd911b69
HDFS-13194. CachePool permissions incorrectly checked. Contributed by Jianfei Jiang.
...
(cherry picked from commit a9c14b11193adeaa31389578f4cb90fa79cad8c3)
2018-02-28 10:25:49 +08:00
Inigo Goiri
2f18785f39
HDFS-13199. RBF: Fix the hdfs router page missing label icon issue. Contributed by maobaolong.
...
(cherry picked from commit d86f301d464683f8d392dad50e83f50d823e862e)
2018-02-27 17:42:28 -08:00
Yiqun Lin
1b0aa0e87a
HDFS-13184. RBF: Improve the unit test TestRouterRPCClientRetries. Contributed by Yiqun Lin.
...
(cherry picked from commit 1e85a995d1c7fe3dbf4b36a481feb5fdeeb6015b)
2018-02-27 10:54:37 +08:00
Chris Douglas
762125b864
Backport HADOOP-13514 (surefire upgrade) to branch-2
2018-02-26 16:32:06 -08:00
Wei Yan
54803ebe49
HDFS-13187. RBF: Fix Routers information shown in the web UI. Contributed by Inigo Goiri and Wei Yan.
...
(cherry picked from commit 6ce9f79cc9b2107e5953a39d05b22966aff0b7ff)
2018-02-26 15:32:27 -08:00
Arpit Agarwal
0945f0eb23
HADOOP-15266. [branch-2] Upper/Lower case conversion support for group names in LdapGroupsMapping. Contributed by Nanda kumar.
2018-02-26 13:45:51 -08:00
Kihwal Lee
4b43f2aa56
HDFS-12070. Failed block recovery leaves files open indefinitely and at risk for data loss. Contributed by Kihwal Lee.
...
(cherry picked from commit 451265a83d8798624ae2a144bc58fa41db826704)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BlockRecoveryWorker.java
2018-02-26 10:58:07 -06:00
Arpit Agarwal
79af42f095
HDFS-12781. After Datanode down, In Namenode UI Datanode tab is throwing warning message.. Contributed by Brahma Reddy Battula.
2018-02-24 15:12:36 -08:00
Xuan Gong
a0b55392d4
MAPREDUCE-7027: HadoopArchiveLogs shouldn't delete the original logs if the HAR creation fails. Contributed by Gergely Novák
...
(cherry picked from commit 68ce193efcb595f75d7addf751559c806a5aa399)
2018-02-23 14:40:51 -08:00
Xiao Chen
80f7165374
HDFS-13164. File not closed if streamer fail with DSQuotaExceededException.
...
(cherry picked from commit 51088d323359587dca7831f74c9d065c2fccc60d)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestQuota.java
2018-02-23 14:00:33 -08:00
Gabor Bota
696e8e0299
HADOOP-15236. Fix typo in RequestHedgingProxyProvider and RequestHedgingRMFailoverProxyProvider
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit c36b4aa31ce25fbe5fa173bce36da2950d74a475)
(cherry picked from commit b8942cb3bf4a458c78654bc166447806523409b5)
2018-02-23 13:58:08 +09:00
Jason Lowe
7a6aa7bf99
YARN-7945. Java Doc error in UnmanagedAMPoolManager for branch-2. Contributed by Botong Huang
2018-02-22 10:45:16 -06:00
Brahma Reddy Battula
7307a89ec1
HADOOP-14903. Add json-smart explicitly to pom.xml. Contributed by Brahma Reddy Battula and Ray Chiang
2018-02-22 18:52:48 +05:30
Ray Chiang
eeb731307f
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
...
(cherry picked from commit 556812c179aa094c21acf610439a8d69fe6420ab)
2018-02-22 18:08:52 +05:30
Sunil G
f7e5e45b72
YARN-7947. Capacity Scheduler intra-queue preemption can NPE for non-schedulable apps. Contributed by Eric Payne.
...
(cherry picked from commit bdd2a184d78379d99c802a43ebec7d2cef0bbaf7)
2018-02-21 15:26:20 +05:30
Robert Kanter
14f5797eff
HADOOP-15235. Authentication Tokens should use HMAC instead of MAC (rkanter)
...
(cherry picked from commit 324e5a7cf2bdb6f93e7c6fd9023817528f243dcf)
2018-02-20 17:25:12 -08:00
Xiao Chen
49ed7d7fc9
HDFS-11187. Optimize disk access for last partial chunk checksum of Finalized replica. Contributed by Gabor Bota, Wei-Chiu Chuang.
2018-02-19 19:15:02 -08:00
Yiqun Lin
a278ad6b91
HDFS-13119. RBF: Manage unavailable clusters. Contributed by Yiqun Lin.
2018-02-20 09:58:28 +08:00
Jason Lowe
51ad923f51
YARN-7813. Capacity Scheduler Intra-queue Preemption should be configurable for each queue. Contributed by Eric Payne
...
(cherry picked from commit 85c611ad7dfa87846f708ba0131b4895a054752e)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/CapacitySchedulerPage.java
2018-02-19 15:44:56 -06:00
Rohith Sharma K S
e35dfc85de
YARN-7937. Fix http method name in Cluster Application Timeout Update API example request. Contributed by Charan Hebri.
...
(cherry picked from commit 87bdde69431c19a22d79a767071f6ea47e1ceb3d)
2018-02-18 14:08:50 +05:30
Rohith Sharma K S
da0660ec84
YARN-7919. Refactor timelineservice-hbase module into submodules. Contributed by Haibo Chen.
2018-02-18 13:26:10 +05:30
Jason Lowe
b1d5e73c1f
HADOOP-15206. BZip2 drops and duplicates records when input split size is small. Contributed by Aki Tanaka
...
(cherry picked from commit 0898ff42e9e5c53f2fce7ccdeb4e1cd7d0f123b3)
2018-02-16 15:00:10 -06:00
Eric Payne
904a6bf263
MAPREDUCE-7053: Timed out tasks can fail to produce thread dump. Contributed by Jason Lowe.
2018-02-16 08:47:42 -06:00
Kihwal Lee
fe044e69c3
HDFS-13112. Token expiration edits may cause log corruption or deadlock. Contributed by Daryn Sharp.
...
(cherry picked from commit 47473952e56b0380147d42f4110ad03c2276c961)
2018-02-15 15:38:49 -06:00
Jason Lowe
a87bccdc3f
MAPREDUCE-7052. TestFixedLengthInputFormat#testFormatCompressedIn is flaky. Contributed by Peter Bacsko
...
(cherry picked from commit a53d62ab26e170a0338f93e228718da52e9196e4)
2018-02-15 15:27:46 -06:00
Kihwal Lee
b725fd6924
xattr api cleanup
...
(cherry picked from commit da59acd8ca9ab5b49b988ffca64e8cce91c5f741)
2018-02-15 11:28:45 -06:00
Steve Loughran
07c7df4b26
HADOOP-13972. ADLS to support per-store configuration.
...
Contributed by Sharad Sonker.
(cherry picked from commit 050f5287b79324b7f6231b879c0bfc608203b980)
2018-02-15 16:29:44 +00:00
Steve Loughran
6f944452f7
HADOOP-15090. Add ADL troubleshooting doc.
...
Contributed by Steve Loughran.
(cherry picked from commit 58a2120e8a31307f19551f87be4e81d4fb626de1)
2018-02-15 14:26:36 +00:00
Kihwal Lee
56b950d777
Revert "HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)"
...
This reverts commit 577a267198b1d745eee85d1ad9af64d4506bbd0a.
2018-02-14 15:20:45 -06:00
Ray Chiang
577a267198
HADOOP-14799. Update nimbus-jose-jwt to 4.41.1. (rchiang)
...
(cherry picked from commit 556812c179aa094c21acf610439a8d69fe6420ab)
2018-02-14 00:07:09 +05:30
Jason Lowe
08feac4c83
MAPREDUCE-7048. Uber AM can crash due to unknown task in statusUpdate. Contributed by Peter Bacsko
2018-02-12 14:30:42 -06:00
Brahma Reddy Battula
24af0bc144
HDFS-8693. Addendum patch to execute the command using UGI. Contributed by Brahma Reddy Battula.
...
(cherry picked from commit 35c17351cab645dcc72e0d2ae1608507aa787ffb)
2018-02-12 22:25:44 +05:30
Arpit Agarwal
82530c966a
HDFS-10453. ReplicationMonitor thread could stuck for long time due to the race between replication and delete of same file in a large cluster.. Contributed by He Xiaoqiao.
2018-02-12 07:02:42 -08:00
Yiqun Lin
d49074f0a2
HDFS-13099. RBF: Use the ZooKeeper as the default State Store. Contributed by Yiqun Lin.
...
(cherry picked from commit 543f3abbee79d7ec70353f0cdda6397ee001324e)
2018-02-09 14:00:55 +08:00