Takanobu Asanuma
9f30916a1b
HDFS-13661. Ls command with e option fails when the filesystem is not HDFS.
...
(cherry picked from commit d963575918
)
2018-12-20 10:05:47 +09:00
Eric Yang
956e6cfee6
YARN-9084. Reset container state and defer readiness check for upgrade.
...
Contributed by Chandni Singh
(cherry picked from commit ccdd982e51
)
2018-12-18 18:06:04 -05:00
Eric Yang
b4fa1830a8
YARN-9040. Fixed memory leak in LevelDBCacheTimelineStore and DBIterator.
...
Contributed by Tarun Parimi
(cherry picked from commit 71e0b0d800
)
2018-12-17 12:08:35 -05:00
Akira Ajisaka
0ccfee31a5
YARN-9122. Add table of contents to YARN Service API document. Contributed by Zhankun Tang.
...
(cherry picked from commit 26e55d4ceb
)
2018-12-15 10:31:01 +09:00
Eric Yang
690d760174
YARN-9125. Fixed Carriage Return detection in Docker container launch command.
...
Contributed by Billie Rinaldi
(cherry picked from commit b2d7204ed0
)
2018-12-14 17:55:38 -05:00
Akira Ajisaka
51b7376a8d
MAPREDUCE-7170. Doc typo in PluggableShuffleAndPluggableSort.md. Contributed by Zhaohui Xin.
...
(cherry picked from commit e0d75088f2
)
2018-12-13 16:28:18 +09:00
Steve Loughran
1192fad0d2
HADOOP-15808. Harden Token service loader use.
...
Contributed by Steve Loughran.
Note that the patch for TestToken is much simpler than the 3.2+ patch.
In later branches,it modifies a test case which is not present in this branch.
(cherry picked from commit 202926ac33
)
2018-12-11 17:39:55 +00:00
Weiwei Yang
14ecdb62b6
YARN-9009. Fix flaky test TestEntityGroupFSTimelineStore.testCleanLogs. Contributed by OrDTesters.
...
(cherry picked from commit 1c09a10e96
)
2018-12-10 12:17:00 +08:00
Jonathan Hung
7b523e6a77
YARN-9085. Add Guaranteed and MaxCapacity to CSQueueMetrics
...
(cherry picked from commit 978ab3e958227220cb6f1a08ae6e7cdb8a46628b)
(cherry picked from commit dca69d178dba21c41fd1293187f29143f7e81e19)
2018-12-07 10:45:57 -08:00
Jason Lowe
6e6f43afd8
MAPREDUCE-7159. FrameworkUploader: ensure proper permissions of generated framework tar.gz if restrictive umask is used. Contributed by Peter Bacsko
...
(cherry picked from commit 9886c27c71
)
2018-12-06 15:02:00 -06:00
Eric Yang
7ef4ff1905
YARN-9071. Improved status update for reinitialized containers.
...
Contributed by Chandni Singh
(cherry picked from commit 1b790f4dd1
)
2018-12-05 19:05:26 -05:00
Jason Lowe
293c992e81
HADOOP-15974. Upgrade Curator version to 2.13.0 to fix ZK tests. Contributed by Akira Ajisaka
...
(cherry picked from commit 9287ab3642
)
2018-12-04 16:48:26 -06:00
Steve Loughran
844f51217b
HADOOP-15966. Hadoop Kerberos broken on macos as java.security.krb5.realm is reset.
...
Contributed by Steve Loughran
(cherry picked from commit db2d8b01c6
)
2018-12-04 15:37:13 +00:00
Akira Ajisaka
427eae03fe
HADOOP-15970. Upgrade plexus-utils from 2.0.5 to 3.1.0.
...
(cherry picked from commit ff31313d83
)
2018-12-04 22:47:17 +09:00
Giovanni Matteo Fumarola
023e42fa05
HADOOP-15950. Failover for LdapGroupsMapping. Contributed by Lukas Majercak.
2018-12-03 12:45:05 -08:00
Jonathan Hung
2cb9479bfc
YARN-9036. Escape newlines in health report in YARN UI. Contributed by Keqiu Hu
2018-11-30 10:16:39 -08:00
Eric Yang
e534be892c
HADOOP-15922. Revert patch 004.
...
(cherry picked from commit 38ea3814bd
)
2018-11-30 12:52:36 -05:00
Akira Ajisaka
298c76c485
MAPREDUCE-7165. mapred-site.xml is misformatted in single node setup document. Contributed by Zhaohui Xin.
...
(cherry picked from commit c9bfca217f
)
2018-11-30 13:30:52 +09:00
Brahma Reddy Battula
0b83c95ff4
HDFS-14095. EC: Track Erasure Coding commands in DFS statistics. Contributed by Ayush Saxena.
...
(cherry picked from commit f534736867
)
2018-11-30 00:27:37 +05:30
Eric Yang
1b731de944
YARN-9067. Fixed Resource Manager resource leak via YARN service.
...
Contributed by Eric Yang
2018-11-29 13:51:39 -05:00
Steve Loughran
65e0d6ff46
HADOOP-15959. Revert "HADOOP-12751. While using kerberos Hadoop incorrectly assumes names with '@' to be non-simple"
...
This reverts commit 829a2e4d27
.
(cherry picked from commit d0edd37269
)
2018-11-29 17:57:24 +00:00
Steve Loughran
a7d3f22b4f
HADOOP-15932. Oozie unable to create sharelib in s3a filesystem.
...
Contributed by Steve Loughran.
(cherry picked from commit 4c106fca0c
)
2018-11-29 17:56:29 +00:00
bibinchundatt
8be2d16b94
YARN-9069. Fix SchedulerInfo#getSchedulerType for custom schedulers. Contributed by Bilwa S T.
...
(cherry picked from commit 07142f54a8
)
2018-11-29 22:08:35 +05:30
Jason Lowe
e7fa638fe8
MAPREDUCE-7164. FileOutputCommitter does not report progress while merging paths. Contributed by Kuhu Shukla
...
(cherry picked from commit 4d8de7ab69
)
2018-11-28 16:01:05 -06:00
Jason Lowe
d9457df989
YARN-8812. Containers fail during creating a symlink which started with hyphen for a resource file. Contributed by Oleksandr Shevchenko
...
(cherry picked from commit 3ce99e32f7
)
2018-11-28 08:54:04 -06:00
Eric Yang
fc74a3f803
YARN-9056. Improved YARN service upgrade state logic for readiness check.
...
Contributed by Chandni Singh
2018-11-27 19:43:24 -05:00
Eric Yang
bec5036397
YARN-8665. Added Yarn service cancel upgrade option.
...
Contributed by Chandni Singh
2018-11-27 16:29:08 -05:00
Eric Yang
463de48f04
YARN-8986. Added port publish for Docker container running with bridge.
...
Contributed by Charo Zhang
2018-11-27 14:28:37 -05:00
Eric Yang
7741106fd0
YARN-8488. Added SUCCEEDED/FAILED states to YARN service for branch-3.1.
...
Contributed by Chandni Singh
2018-11-27 13:36:33 -05:00
Akira Ajisaka
5e2f123748
MAPREDUCE-7162. TestEvents#testEvents fails. Contributed by Zhaohui Xin.
...
(cherry picked from commit 1aad99a718
)
2018-11-27 20:02:34 +09:00
Eric Yang
eb43772896
YARN-8298. Added express upgrade for YARN service.
...
Contributed by Chandni Singh
2018-11-26 18:55:28 -05:00
Eric Yang
20a7f3b50d
HADOOP-15922. Fixed doAsUser decoding for DelegationTokenAuthenticationFilter.
...
Contributed by He Xiaoqiao
(cherry picked from commit a9d96948ed
)
2018-11-26 13:53:16 -05:00
Vinayakumar B
0254100074
HDFS-13816. dfs.getQuotaUsage() throws NPE on non-existent dir instead of FileNotFoundException. Contributed by Vinayakumar B.
...
(cherry picked from commit b098281454
)
2018-11-26 18:22:58 +05:30
Vinayakumar B
07529a209d
HADOOP-15948. Inconsistency in get and put syntax if filename/dirname contains space. Contributed by Ayush Saxena.
...
(cherry picked from commit 23b441c225
)
2018-11-26 18:11:55 +05:30
Weiwei Yang
f94d40341f
HADOOP-15943. AliyunOSS: add missing owner & group attributes for oss FileStatus. Contributed by wujinhu.
...
(cherry picked from commit 5ff0cf86a9
)
2018-11-23 14:27:15 +08:00
Weiwei Yang
fdb95ef150
HADOOP-15919. AliyunOSS: Enable Yarn to use OSS. Contributed by wujinhu.
...
(cherry picked from commit be0708c6eb
)
2018-11-19 14:32:58 +08:00
Weiwei Yang
17a41f5d86
YARN-8833. Avoid potential integer overflow when computing fair shares. Contributed by liyakun.
...
(cherry picked from commit d027a24f03
)
2018-11-18 23:24:37 +08:00
Eric Yang
fce0350289
YARN-8160. Support upgrade of service that use docker containers.
...
Contributed by Chandni Singh
2018-11-16 16:01:25 -05:00
Wangda Tan
077a7ab37b
YARN-8299. Yarn Service Upgrade: Add GET APIs that returns instances matching query params. (Chandni Singh via wangda)
...
Change-Id: I7f2aef89c6053d5dc5955f79fdfcd4cd74f74737
2018-11-16 10:32:10 -08:00
Rohith Sharma K S
095635d984
YARN-8303. YarnClient should contact TimelineReader for application/attempt/container report.
...
(cherry picked from commit ee3355be3c
)
2018-11-16 18:38:11 +05:30
Vrushali C
1dd2cf296d
YARN-8834 Provide Java client for fetching Yarn specific entities from TimelineReader. Contributed by Abhishek Modi
...
(cherry picked from commit a3edfddcf7
)
2018-11-16 18:38:11 +05:30
Vinayakumar B
e5e4dc42a3
HDFS-14056. Fix error messages in HDFS-12716. Contributed by Ayush Saxena.
...
(cherry picked from commit 886b935630bf2d46f4c6773de013c093d2e44c38)
2018-11-16 18:01:54 +05:30
Vinayakumar B
53b6290949
HDFS-13963. NN UI is broken with IE11. Contributed by Ayush Saxena.
...
(cherry picked from commit 8571507efa
)
2018-11-16 17:31:25 +05:30
Akira Ajisaka
b151b50048
HADOOP-15925. The config and log of gpg-agent are removed in create-release script. Contributed by Dinesh Chitlangia.
...
(cherry picked from commit af5958f7b6
)
2018-11-16 13:18:17 +09:00
Arpit Agarwal
3e57adee0a
HADOOP-12558. distcp documentation is woefully out of date. Contributed by Dinesh Chitlangia.
...
(cherry picked from commit 914b0cf15f
)
2018-11-15 13:58:38 -08:00
Akira Ajisaka
ba75aeec28
HADOOP-15930. Exclude MD5 checksum files from release artifact.
...
(cherry picked from commit df5e863fee
)
2018-11-15 10:47:32 +09:00
Sammi Chen
5d532cfc6f
HADOOP-15917. AliyunOSS: fix incorrect ReadOps and WriteOps in statistics. Contributed by Jinhu Wu.
...
(cherry picked from commit 3fade865ce
)
(cherry picked from commit 64cb97fb44
)
2018-11-14 13:12:22 +08:00
Xiao Chen
8ab6aa1b42
Revert "HDFS-13732. ECAdmin should print the policy name when an EC policy is set. Contributed by Zsolt Venczel."
...
This reverts commit 0424715207
.
2018-11-13 12:46:03 -08:00
Wangda Tan
abd9d93a55
MAPREDUCE-7158. Inefficient Flush Logic in JobHistory EventWriter. (Zichen Sun via wangda)
...
Change-Id: I99ace87980da03bb35a8012cea7218d602a8817a
(cherry picked from commit 762a56cc64
)
2018-11-13 11:36:04 -08:00
Surendra Singh Lilhore
c97f8b6d95
HADOOP-15869. BlockDecompressorStream#decompress should not return -1 in case of IOException. Contributed by Surendra Singh Lilhore
...
(cherry picked from commit 75291e6d53
)
2018-11-13 21:40:00 +05:30