Chen Liang
a5bca767f7
HDFS-14397. Backport HADOOP-15684 to branch-2. Contributed by Chao Sun.
2019-04-03 17:32:56 -07:00
Chen Liang
d6083e9920
HDFS-14399. Backport HDFS-10536 to branch-2. Contributed by Chao Sun.
2019-04-01 12:47:02 -07:00
Chen Liang
812e6d5c81
HDFS-14392. Backport HDFS-9787 to branch-2. Contributed by Chao Sun.
2019-03-28 19:07:58 -07:00
Chen Liang
99e41293ee
HDFS-14391. Backport HDFS-9659 to branch-2. Contributed by Chao Sun.
2019-03-28 10:39:45 -07:00
Chen Liang
7935485eec
HDFS-14205. Backport HDFS-6440 to branch-2. Contributed by Chao Sun.
2019-03-26 12:12:14 -07:00
Weiwei Yang
5f3abefab3
HADOOP-16191. AliyunOSS: improvements for copyFile/copyDirectory and logging. Contributed by wujinhu.
...
(cherry picked from commit 568d3ab8b6
)
2019-03-19 10:15:50 +08:00
Erik Krogen
c3973c9ae6
HADOOP-16192. Fix CallQueue backoff bugs: perform backoff when add() is used and update backoff when refreshed.
...
(cherry-picked from 8c95cb9d6b
)
(cherry-picked from 0de8b55a09
)
(cherry-picked from d4fbbc83ad
)
(cherry-picked from e172fc62ce
)
2019-03-18 09:00:40 -07:00
Inigo Goiri
525f4e52f3
HDFS-14366. Improve HDFS append performance. Contributed by Chao Sun.
...
(cherry picked from commit ff06ef0631
)
2019-03-15 14:02:20 -07:00
Steve Loughran
9b8044d00b
HADOOP-16109. Parquet reading S3AFileSystem causes EOF ( #589 )
...
Nobody gets seek right. No matter how many times they think they have.
Reproducible test from: Dave Christianson
Fixed seek() logic: Steve Loughran
Change-Id: I39b87f3d5daa98f65de2c0a44e348821a4930573
2019-03-13 15:33:58 +00:00
Vrushali C
396fcee0b0
YARN-9150 Making TimelineSchemaCreator support different backends for Timeline Schema Creation in ATSv2. Contributed by Sushil Ks
2019-03-07 23:04:36 -08:00
Vrushali C
b83ec96767
YARN-8549 Adding a NoOp timeline writer and reader plugin classes for ATSv2. Contributed by Prabha Manepalli
2019-03-07 22:54:32 -08:00
Eric E Payne
6e6ebc368c
YARN-5714. ContainerExecutor does not order environment map. Contributed by Remi Catherinot and Jim Brennan.
2019-03-07 16:22:36 +00:00
Wei-Chiu Chuang
d71cfe1461
HDFS-14314. fullBlockReportLeaseId should be reset after registering to NN. Contributed by star.
...
(cherry picked from commit 387dbe587a
)
(cherry picked from commit e58ccca3ce
)
(cherry picked from commit d951497f57
)
(cherry picked from commit e23a448e0e
)
2019-03-04 11:30:56 -08:00
Tsz Wo Nicholas Sze
5bed24ad5f
HADOOP-16126. ipc.Client.stop() may sleep too long to wait for all connections.
...
(cherry picked from commit 0edb0c51dc
)
2019-03-01 17:52:53 +09:00
Kai Xie
a49cb4465e
HADOOP-16018. DistCp won't reassemble chunks when blocks per chunk > 0.
...
Contributed by Kai Xie.
2019-02-27 20:09:27 +00:00
Eric Yang
bae607f734
Revert "HADOOP-13707. Skip authorization for anonymous user to access Hadoop"
...
This reverts commit 439422fff9
.
2019-02-21 17:36:59 -05:00
Eric Yang
4a45a9b57e
Revert "HADOOP-13707. Skip authorization for anonymous user to access Hadoop"
...
This reverts commit a4356bb7a5
.
2019-02-21 17:36:02 -05:00
Eric Yang
da854234a2
Revert "HADOOP-13707. Skip authorization for anonymous user to access Hadoop"
...
This reverts commit 7993fb5b81
.
2019-02-21 17:35:19 -05:00
Daryn Sharp
665cad03f3
HADOOP-15813. Enable more reliable SSL connection reuse. Contributed by Daryn Sharp.
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit a87e458432
)
(cherry picked from commit ae8839e6e8
)
(cherry picked from commit 704330a616
)
(cherry picked from commit 4eccf2a3cc
)
2019-02-20 18:22:48 -08:00
Adam Antal
3c7c3366ff
YARN-9283. Javadoc of LinuxContainerExecutor#addSchedPriorityCommand has a wrong property name as reference
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 9385ec45d7
)
2019-02-15 19:00:48 +09:00
Jonathan Hung
da67579601
HADOOP-15711. Move branch-2 precommit/nightly test builds to java 8
2019-02-08 17:12:44 -08:00
Masatake Iwasaki
83a9369f7d
YARN-9282. Typo in javadoc of class LinuxContainerExecutor: hadoop.security.authetication should be 'authentication'. Contributed by Charan Hebri.
...
(cherry picked from commit e0ab1bdece
)
2019-02-09 00:34:57 +09:00
Eric E Payne
2a7dcc509b
YARN-7171: RM UI should sort memory / cores numerically. Contributed by Ahmed Hussein
...
(cherry picked from commit d1ca9432dd
)
2019-02-07 21:29:23 +00:00
Sunil G
a91933620d
YARN-9206. RMServerUtils does not count SHUTDOWN as an accepted state. Contributed by Kuhu Shukla.
...
(cherry picked from commit 6ffe6ea899
)
2019-02-07 19:11:12 +05:30
Akira Ajisaka
6485b89133
HADOOP-16089. AliyunOSS: update oss-sdk version to 3.4.1. Contributed by wujinhu.
...
(cherry picked from commit 0f9aa5b4d5
)
2019-02-04 14:48:40 +09:00
Akira Ajisaka
faae522f52
MAPREDUCE-7177. Disable speculative execution in TestDFSIO. Contributed by Zhaohui Xin.
...
(cherry picked from commit c991e2ca5a
)
2019-02-04 14:05:00 +09:00
Akira Ajisaka
651d050919
HADOOP-16053. Backport HADOOP-14816 to branch-2.
2019-02-04 13:23:31 +09:00
Eric E Payne
c6c5e94de4
YARN-6616: YARN AHS shows submitTime for jobs same as startTime. Contributed by Prabhu Joseph
...
(cherry picked from commit 04105bbfdb
)
2019-01-29 18:22:12 +00:00
Masatake Iwasaki
9688ed3b48
HDFS-12729. Document special paths in HDFS. Contributed by Masatake Iwasaki.
...
(cherry picked from commit dc5af4c6b7
)
2019-01-29 01:45:30 +09:00
Kai Xie
6d3e7a8570
HADOOP-16049. DistCp result has data and checksum mismatch when blocks per chunk > 0.
...
Contributed by Kai Xie.
2019-01-27 16:56:57 +00:00
Jonathan Hung
338dbbedf7
YARN-9222. Print launchTime in ApplicationSummary
...
(cherry picked from commit 6cace58e21
)
(cherry picked from commit bf760e7e81
)
(cherry picked from commit 80a08c29adc9d07974bbe8087abcec750d5f7916)
(cherry picked from commit c71054c428b3abe00507792099e13a2dad337697)
2019-01-25 13:40:51 -08:00
Akira Ajisaka
7bca49c0d2
HADOOP-16055. Upgrade AWS SDK to 1.11.271 in branch-2.
2019-01-25 21:09:51 +09:00
Haibo Chen
c02c19121e
YARN-7088. Add application launch time to Resource Manager REST API. (Kanwaljeet Sachdev via Haibo Chen)
...
(cherry picked from commit bb92bfb4ef
)
(cherry picked from commit 3a764250262e745a6762dd6551b0d0a6af39e891)
(cherry picked from commit 75df8bed6eed86ad7c34460a1167c35d48b559d7)
2019-01-23 12:18:42 -08:00
Weiwei Yang
c77f7e25c9
YARN-9210. RM nodes web page can not display node info. Contributed by Jiandan Yang.
2019-01-23 11:02:15 +08:00
Chen Liang
d3b06d179d
HADOOP-15481. Emit FairCallQueue stats as metrics. Contributed by Christopher Gregorian.
2019-01-17 13:30:42 -08:00
Akhil PB
a5f678f54f
HADOOP-15617. Node.js and npm package loading in the Dockerfile failing on branch-2.
...
Contributed by Akhil PB.
2019-01-17 10:03:21 +00:00
Akira Ajisaka
300d65c4d7
YARN-8747. [UI2] YARN UI2 page loading failed due to js error under some time zone configuration. Contributed by collinma.
...
(cherry picked from commit 104ef5df36
)
2019-01-16 14:39:17 +09:00
Chen Liang
1dbe6c9780
HADOOP-16013. DecayRpcScheduler decay thread should run as a daemon. Contributed by Erik Krogen.
2019-01-11 12:57:30 -08:00
Akira Ajisaka
1684301485
HADOOP-16016. TestSSLFactory#testServerWeakCiphers fails on Java 1.8.0_191 or upper
...
(cherry picked from commit d4ca907da6
)
2019-01-11 13:05:58 +09:00
Weiwei Yang
c54a689d96
YARN-8833. Avoid potential integer overflow when computing fair shares. Contributed by liyakun.
2019-01-09 14:33:06 +08:00
Weiwei Yang
2a416fe9f2
HADOOP-16030. AliyunOSS: bring fixes back from HADOOP-15671. Contributed by wujinhu.
...
(cherry picked from commit f87b3b11c4
)
2019-01-07 17:30:38 +08:00
Sunil G
2c4e4937bd
Revert "HADOOP-15759. AliyunOSS: Update oss-sdk version to 3.0.0. Contributed by Jinhu Wu."
...
This reverts commit e4fca6aae4
.
Revert "HADOOP-15671. AliyunOSS: Support Assume Roles in AliyunOSS. Contributed by Jinhu Wu."
This reverts commit 2b635125fb
.
(cherry picked from commit 1f425271a7
)
2019-01-05 17:51:02 +09:00
Weiwei Yang
37e36617c5
HADOOP-15323. AliyunOSS: Improve copy file performance for AliyunOSSFileSystemStore. Contributed wujinhu.
...
(cherry picked from commit 040a202b20
)
2019-01-03 22:18:05 +08:00
Ayush Saxena
f804d7d3de
HADOOP-16025. Update the year to 2019.
...
Contributed by Ayush Saxena.
2019-01-02 22:27:03 +00:00
Akira Ajisaka
c157ab49c0
HADOOP-16009. Replace the url of the repository in Apache Hadoop source code.
...
(cherry picked from commit eee29ed706
)
2018-12-31 06:32:31 +09:00
Wei-Chiu Chuang
10cc02f643
HDFS-14171. Performance improvement in Tailing EditLog. Contributed by Kenneth Yang.
...
(cherry picked from commit e9a005dfcf
)
(cherry picked from commit c48640ffbd
)
(cherry picked from commit f24684ca9c
)
(cherry picked from commit 054594c614
)
2018-12-28 10:46:38 -08:00
Botong Huang
15286d9166
YARN 9108. Fix FederationIntercepter merge home and secondary allocate response typo. Contributed by Abhishek Modi.
2018-12-22 12:46:13 -08:00
Jason Lowe
d62bfaf1a4
HADOOP-15973. Configuration: Included properties are not cached if resource is a stream. Contributed by Eric Payne
2018-12-20 10:02:18 -06:00
shwetayakkali@cloudera.com
500b2a0ca6
HADOOP-16008. Fix typo in CommandsManual.md
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2018-12-18 13:27:14 +09:00
Jonathan Hung
eb8b1eaa9a
YARN-9085. Add Guaranteed and MaxCapacity to CSQueueMetrics
...
(cherry picked from commit cc51607ccd
)
2018-12-07 10:47:45 -08:00