Wei Yan
|
223bb935e2
|
HDFS-12945. Switch to ClientProtocol instead of NamenodeProtocols in NamenodeWebHdfsMethods. Contributed by Wei Yan.
(cherry picked from commit 2ee0d64ace )
|
2018-01-08 15:23:57 -08:00 |
Steve Loughran
|
d2ceef0f20
|
HADOOP-15086. NativeAzureFileSystem file rename is not atomic.
Contributed by Thomas Marquardt
(Backported to branch-2 via /HADOOP-15156)
(cherry picked from commit a35267b47a )
|
2018-01-08 15:13:50 +00:00 |
Rohith Sharma K S
|
37a8224101
|
YARN-7699. queueUsagePercentage is coming as INF for getApp REST api call. Contributed by Sunil G.
(cherry picked from commit 281350674c )
|
2018-01-08 15:52:41 +05:30 |
Inigo Goiri
|
f7fedac6cd
|
HDFS-12988. RBF: Mount table entries not properly updated in the local cache. Contributed by Inigo Goiri.
(cherry picked from commit 83b513ac6d )
|
2018-01-05 09:13:52 -08:00 |
Sunil G
|
cac8a8616e
|
YARN-7619. Max AM Resource value in Capacity Scheduler UI has to be refreshed for every user. Contributed by Eric Payne.
(cherry picked from commit a79abbc03e )
|
2018-01-05 14:51:29 +05:30 |
Jason Lowe
|
42964c2a66
|
YARN-7678. Ability to enable logging of container memory stats. Contributed by Jim Brennan
|
2018-01-04 10:21:40 -06:00 |
Jason Lowe
|
f2a1d5f3a1
|
MAPREDUCE-7028. Concurrent task progress updates causing NPE in Application Master. Contributed by Gergo Repas
(cherry picked from commit fe35103591 )
|
2018-01-03 11:08:51 -06:00 |
Rohith Sharma K S
|
e46142a8c2
|
YARN-7692. Skip validating priority acls while recovering applications. Contributed by Sunil G.
(cherry picked from commit c9bf813c9a )
|
2018-01-03 18:29:38 +05:30 |
Jitendra Pandey
|
cb60c05c3a
|
HADOOP-15143. NPE due to Invalid KerberosTicket in UGI. Contributed by Mukul Kumar Singh.
|
2018-01-01 21:51:48 -08:00 |
Xiao Chen
|
e20173d557
|
HADOOP-15149. CryptoOutputStream should implement StreamCapabilities.
(cherry picked from commit 81127616c5 )
(cherry picked from commit 8c275c63ff )
|
2017-12-29 13:57:39 -08:00 |
Xiao Chen
|
50b233d356
|
HDFS-9023. When NN is not able to identify DN for replication, reason behind it can be logged.
|
2017-12-28 11:55:24 -08:00 |
Rohith Sharma K S
|
0052353ecd
|
YARN-7674. Update Timeline Reader web app address in UI2. Contributed by Sunil G.
(cherry picked from commit 13ad7479b0 )
|
2017-12-20 22:30:29 +05:30 |
Sunil G
|
320f564bae
|
YARN-7032. [ATSv2] NPE while starting hbase co-processor when HBase authorization is enabled. Contributed by Rohith Sharma K S.
(cherry picked from commit d62932c3b2 )
|
2017-12-20 11:39:38 +05:30 |
Varun Saxena
|
d72d2440f4
|
YARN-7662. [ATSv2] Define new set of configurations for reader and collectors to bind (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit c0aeb666a4 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
|
2017-12-19 22:51:56 +05:30 |
Yiqun Lin
|
df3212aad5
|
HDFS-12937. RBF: Add more unit tests for router admin commands. Contributed by Yiqun Lin.
(cherry picked from commit e040c97b77 )
|
2017-12-19 15:35:40 +08:00 |
Tsz-Wo Nicholas Sze
|
c4e58ea823
|
HDFS-12347. TestBalancerRPCDelay#testBalancerRPCDelay fails very frequently. Contributed by Bharat Viswanadham
|
2017-12-19 10:04:00 +08:00 |
Jason Lowe
|
31a06baca0
|
YARN-7661. NodeManager metrics return wrong value after update node resource. Contributed by Yang Wang
(cherry picked from commit 811fabdebe )
|
2017-12-18 15:27:27 -06:00 |
Erik Krogen
|
da4e2f38e1
|
HDFS-12818. Support multiple storages in DataNodeCluster / SimulatedFSDataset. Contributed by Erik Krogen.
(cherry picked from commit 94576b17fb )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/SimulatedFSDataset.java
|
2017-12-18 12:23:20 -08:00 |
Steve Loughran
|
1ef906e29e
|
HADOOP-15123. KDiag tries to load krb5.conf from KRB5CCNAME instead of KRB5_CONFIG.
Contributed by Vipin Rathor.
|
2017-12-18 18:48:32 +00:00 |
Jason Lowe
|
93fdc3d935
|
HADOOP-15085. Output streams closed with IOUtils suppressing write errors. Contributed by Jim Brennan
|
2017-12-15 17:17:25 -06:00 |
Jason Lowe
|
0f8de8cd91
|
YARN-7595. Container launching code suppresses close exceptions after writes. Contributed by Jim Brennan
|
2017-12-15 15:54:56 -06:00 |
Jason Lowe
|
9ae8d1a8de
|
HDFS-12881. Output streams closed with IOUtils suppressing write errors. Contributed by Ajay Kumar
|
2017-12-15 14:47:54 -06:00 |
Sammi Chen
|
1fee447bf2
|
HADOOP-15111. Aliyun OSS: backport HADOOP-14993 to branch-2. Contributed by Genmao Yu.
|
2017-12-15 14:28:39 +08:00 |
Yiqun Lin
|
24c4d2a7a2
|
HDFS-12895. RBF: Add ACL support for mount table. Contributed by Yiqun Lin.
(cherry picked from commit ee028bfdf1 )
|
2017-12-15 14:13:54 +08:00 |
Sammi Chen
|
27807e4ccb
|
HADOOP-15104. Aliyun OSS: change the default value of max error retry. Contributed by Jinhu Wu.
(cherry picked from commit ce04340ec7 )
|
2017-12-15 13:53:48 +08:00 |
Weiwei Yang
|
a85036aed1
|
YARN-7642. Add test case to verify context update after container promotion or demotion with or without auto update. Contributed by Weiwei Yang.
(cherry picked from commit 89b6c482c1 )
(cherry picked from commit 108f8b8fa1 )
|
2017-12-15 12:44:14 +08:00 |
Subru Krishnan
|
8d3d7fa1c5
|
YARN-7630. Fix AMRMToken rollover handling in AMRMProxy. Contributed by Botong Huang.
(cherry picked from commit 17ba74be29 )
|
2017-12-14 14:07:44 -08:00 |
Kihwal Lee
|
08a50da95f
|
HDFS-12907. Allow read-only access to reserved raw for non-superusers. Contributed by Rushabh S Shah.
|
2017-12-14 15:03:47 -06:00 |
Yiqun Lin
|
22bc62058b
|
HDFS-12883. RBF: Document Router and State Store metrics. Contributed by Yiqun Lin.
(cherry picked from commit 91c96bdf8e )
|
2017-12-14 16:03:34 +08:00 |
Weiwei Yang
|
d69b7358b6
|
YARN-7647. NM print inappropriate error log when node-labels is enabled. Contributed by Yang Wang.
(cherry picked from commit 7efc4f7688 )
|
2017-12-13 13:28:48 +08:00 |
Surendra Singh Lilhore
|
8d69b7f2d4
|
HDFS-12833. Distcp : Update the usage of delete option for dependency with update and overwrite option. Contributed by usharani.
|
2017-12-13 10:29:19 +05:30 |
Inigo Goiri
|
67c2826941
|
HDFS-12875. RBF: Complete logic for -readonly option of dfsrouteradmin add command. Contributed by Inigo Goiri.
(cherry picked from commit 5cd1056ad7 )
|
2017-12-11 15:17:17 -08:00 |
Weiwei Yang
|
7b3c64aece
|
YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák.
|
2017-12-11 13:06:13 +08:00 |
Wangda Tan
|
c27a5ba65c
|
YARN-7591. NPE in async-scheduling mode of CapacityScheduler. (Tao Yang via wangda)
Change-Id: I67e086d6d35c3166ec0f6305490ea6527bd6d799
(cherry picked from commit 41796ea60a )
|
2017-12-08 21:50:41 -08:00 |
Subru Krishnan
|
850bd0ed7c
|
YARN-6704. Add support for work preserving NM restart when FederationInterceptor is enabled in AMRMProxyService. (Botong Huang via Subru).
(cherry picked from commit 670e8d4ec7 )
|
2017-12-08 15:44:45 -08:00 |
Sammi Chen
|
94390fcd52
|
HADOOP-15024. AliyunOSS: Support user agent configuration and include that & Hadoop version information to oss server.
(cherry picked from commit 6e24fe2998 )
|
2017-12-08 22:02:00 +08:00 |
Sammi Chen
|
96adff7370
|
HADOOP-14997. Add hadoop-aliyun as dependency of hadoop-cloud-storage. Contributed by Genmao Yu
(cherry picked from commit cde56b9cef )
|
2017-12-08 20:08:16 +08:00 |
Weiwei Yang
|
029714e3ec
|
YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.
|
2017-12-08 13:53:33 +08:00 |
John Zhuge
|
5e0f4f212d
|
HADOOP-14872. CryptoInputStream should implement unbuffer. Contributed by John Zhuge.
(cherry picked from commit 6c32ddad30 )
(cherry picked from commit fc9e156484 )
|
2017-12-07 21:26:12 -08:00 |
Xiao Chen
|
31436a12d5
|
HADOOP-15056. Fix TestUnbuffer#testUnbufferException failure. Contributed by Jack Bearden.
(cherry picked from commit 19e0894209 )
(cherry picked from commit 1d1401ad38 )
|
2017-12-07 21:20:33 -08:00 |
Xiao Chen
|
c9d48352c2
|
HADOOP-15012. Add readahead, dropbehind, and unbuffer to StreamCapabilities. Contributed by John Zhuge.
|
2017-12-07 21:20:33 -08:00 |
Sammi Chen
|
c225ac3f8f
|
HADOOP-15080. Aliyun OSS: update oss sdk from 2.8.1 to 2.8.3 to remove its dependency on Cat-x json-lib.
(cherry picked from commit 67b2661e3d )
|
2017-12-07 14:15:21 -07:00 |
Chris Douglas
|
afc606c3aa
|
HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak
|
2017-12-07 00:43:21 -08:00 |
Akira Ajisaka
|
046424cf8a
|
HDFS-12889. Addendum patch to add missing file.
(cherry picked from commit 6cca5b3bcb )
|
2017-12-07 13:24:45 +09:00 |
Akira Ajisaka
|
4e92b1e89e
|
HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat Viswanadham.
(cherry picked from commit 44b06d34a5 )
|
2017-12-06 11:42:51 +09:00 |
Brahma Reddy Battula
|
ceb4043ae1
|
HDFS-11751. DFSZKFailoverController daemon exits with wrong status code. Contributed by Bharat Viswanadham
(cherry picked from commit 6d16a99ae8 )
|
2017-12-05 20:01:33 +05:30 |
Akira Ajisaka
|
05fda24b1b
|
HADOOP-14985. Remove subversion related code from VersionInfoMojo.java. Contributed by Ajay Kumar.
(cherry picked from commit 9f1bdafedb )
|
2017-12-05 14:31:44 +09:00 |
Robert Kanter
|
54b5da83ec
|
YARN-5594. Handle old RMDelegationToken format when recovering RM (rkanter)
(cherry picked from commit d8863fc16f )
|
2017-12-04 13:18:04 -08:00 |
Xiao Chen
|
274bbb193f
|
HDFS-12396. Webhdfs file system should get delegation token from kms provider. Contributed by Rushabh S Shah.
|
2017-12-04 10:40:22 -08:00 |
Jason Lowe
|
3fb83cbeb2
|
YARN-7455. quote_and_append_arg can overflow buffer. Contributed by Jim Brennan
(cherry picked from commit 60f95fb719 )
|
2017-12-01 15:51:49 -06:00 |