Sammi Chen
0f95a1d26a
HADOOP-14997. Add hadoop-aliyun as dependency of hadoop-cloud-storage. Contributed by Genmao Yu.
...
(cherry picked from commit 96adff7370
)
2017-12-08 20:15:32 +08:00
Sammi Chen
d06281486d
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
)
(cherry picked from commit c225ac3f8f
)
2017-12-07 15:58:56 -07:00
Weiwei Yang
1a8f6bad34
YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.
2017-12-07 17:30:35 +08:00
Chris Douglas
ae3dc443f4
HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak
...
(cherry picked from commit afc606c3aa
)
2017-12-07 00:47:02 -08:00
Akira Ajisaka
89314b78dd
HDFS-12889. Addendum patch to add missing file.
...
(cherry picked from commit 6cca5b3bcb
)
(cherry picked from commit 046424cf8a
)
2017-12-07 13:25:02 +09:00
Weiwei Yang
42deb54049
YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang.
...
Previous commit 218d622529
introduces a compile error,
so it was reverted by commit db74ada80f
.
This commit fixed the issue.
(cherry picked from commit 05c347fe51
)
2017-12-06 20:22:52 +08:00
Weiwei Yang
db74ada80f
Revert "YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang."
...
This reverts commit 218d622529
.
2017-12-06 19:58:51 +08:00
Weiwei Yang
218d622529
YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang.
...
(cherry picked from commit 05c347fe51
)
2017-12-06 12:57:22 +08:00
Akira Ajisaka
7fd6407886
HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat Viswanadham.
...
(cherry picked from commit 44b06d34a5
)
(cherry picked from commit 4e92b1e89e
)
2017-12-06 11:43:08 +09:00
Akira Ajisaka
981f117a1b
HADOOP-14985. Remove subversion related code from VersionInfoMojo.java. Contributed by Ajay Kumar.
...
(cherry picked from commit 9f1bdafedb
)
2017-12-05 14:32:34 +09:00
Xiao Chen
55df9df9fb
HDFS-12396. Webhdfs file system should get delegation token from kms provider. Contributed by Rushabh S Shah.
...
(cherry picked from commit 274bbb193f
)
2017-12-04 10:45:30 -08:00
Arun Suresh
cc0c966a4e
YARN-7587. Skip dispatching opportunistic containers to nodes whose queue is already full. (Weiwei Yang via asuresh)
...
(cherry picked from commit 37ca416950
)
2017-12-03 22:25:06 -08:00
Jason Lowe
487c920bb0
YARN-7455. quote_and_append_arg can overflow buffer. Contributed by Jim Brennan
...
(cherry picked from commit 60f95fb719
)
2017-12-01 15:54:03 -06:00
Jason Lowe
74cfca02dd
MAPREDUCE-5124. AM lacks flow control for task events. Contributed by Peter Bacsko
...
(cherry picked from commit d0fc1cd0c8
)
2017-12-01 14:19:34 -06:00
Konstantin V Shvachko
0f5ec01ef7
HDFS-12638. Delete copy-on-truncate block along with the original block, when deleting a file being truncated. Contributed by Konstantin Shvachko.
...
(cherry picked from commit 60fd0d7fd7
)
2017-11-30 18:28:18 -08:00
Jason Lowe
5a8a1e66c6
YARN-7495. Improve robustness of the AggregatedLogDeletionService. Contributed by Jonathan Eagles
...
(cherry picked from commit 5cfaee2e6d
)
2017-11-30 12:47:43 -06:00
Wangda Tan
a6d7fa91d9
YARN-7509. AsyncScheduleThread and ResourceCommitterService are still running after RM is transitioned to standby. (Tao Yang via wangda)
...
Change-Id: I7477fe355419fd4a0a6e2bdda7319abad4c4c748
(cherry picked from commit 834e91ee91
)
(cherry picked from commit 94f7b0f99f
)
2017-11-29 15:48:51 -08:00
Wei Yan
17289ca677
YARN-6851. Capacity Scheduler: document configs for controlling # containers allowed to be allocated per node heartbeat.
...
(cherry picked from commit 333ef303ff
)
2017-11-29 14:48:19 -08:00
Kihwal Lee
7d2b13f0be
HDFS-11754. Make FsServerDefaults cache configurable. Contributed by Mikhail Erofeev.
...
(cherry picked from commit 53509f295b
)
2017-11-29 15:16:17 -06:00
Wei Yan
5e31b109c6
HDFS-12835. Fix the javadoc errors in Router-based federation.
...
(cherry picked from commit 301641811d
)
2017-11-29 09:49:51 -08:00
Konstantin V Shvachko
3f9f0055eb
HDFS-12832. INode.getFullPathName may throw ArrayIndexOutOfBoundsException lead to NameNode exit. Contribuited by Konstantin Shvachko.
...
(cherry picked from commit d331762f24
)
2017-11-28 18:11:38 -08:00
Yiqun Lin
83c40758fa
HDFS-12858. RBF: Add router admin commands usage in HDFS commands reference doc. Contributed by Yiqun Lin.
...
(cherry picked from commit 3d73d2f097
)
2017-11-28 13:46:02 +08:00
Kihwal Lee
3516ef45f3
HDFS-12754. Lease renewal can hit a deadlock. Contributed by Kuhu Shukla.
...
(cherry picked from commit 45f59bde60
)
2017-11-27 17:01:34 -06:00
Sammi Chen
b756beb679
HADOOP-14964. AliyunOSS: backport Aliyun OSS module to branch-2. Contributed by Sammi Chen.
...
The consolidated commits in this backport are as follows:
HADOOP-14787. AliyunOSS: Implement the `createNonRecursive` operator.
HADOOP-14649. Update aliyun-sdk-oss version to 2.8.1. (Genmao Yu via rchiang)
HADOOP-14194. Aliyun OSS should not use empty endpoint as default. Contributed by Genmao Yu
HADOOP-14466. Remove useless document from TestAliyunOSSFileSystemContract.java. Contributed by Chen Liang.
HADOOP-14458. Add missing imports to TestAliyunOSSFileSystemContract.java. Contributed by Mingliang Liu.
HADOOP-14192. AliyunOSS FileSystem contract test should implement getTestBaseDir(). Contributed by Mingliang Liu
HADOOP-14072. AliyunOSS: Failed to read from stream when seek beyond the download size. Contributed by Genmao Yu
HADOOP-13769. AliyunOSS: update oss sdk version. Contributed by Genmao Yu
HADOOP-14069. AliyunOSS: listStatus returns wrong file info. Contributed by Fei Hui
HADOOP-13768. AliyunOSS: handle the failure in the batch delete operation `deleteDirs`. Contributed by Genmao Yu
HADOOP-14065. AliyunOSS: oss directory filestatus should use meta time. Contributed by Fei Hui
HADOOP-14045. Aliyun OSS documentation missing from website. Contributed by Yiqun Lin.
HADOOP-13723. AliyunOSSInputStream#read() should update read bytes stat correctly. Contributed by Mingliang Liu
HADOOP-13624. Rename TestAliyunOSSContractDispCp. Contributed by Genmao Yu
HADOOP-13591. Unit test failure in TestOSSContractGetFileStatus and TestOSSContractRootDir. Contributed by Genmao Yu
HADOOP-13481. User documents for Aliyun OSS FileSystem. Contributed by Genmao Yu.
HADOOP-12756. Incorporate Aliyun OSS file system implementation. Contributed by Mingfei Shi and Lin Zhou
(cherry picked from commit 30ab9b6aef
)
2017-11-27 11:35:17 +08:00
Sammi Chen
12901cdcee
Revert "HADOOP-14964. AliyunOSS: backport Aliyun OSS module to branch-2 and 2.8+ branches. Contributed by Sammi Chen."
...
This reverts commit 32a88442d0
.
2017-11-27 10:46:15 +08:00
Sammi Chen
32a88442d0
HADOOP-14964. AliyunOSS: backport Aliyun OSS module to branch-2 and 2.8+ branches. Contributed by Sammi Chen.
2017-11-24 14:06:01 +08:00
Haibo Chen
c08a0bcad8
YARN-7390. All reservation related test cases failed when TestYarnClient runs against Fair Scheduler.
...
(cherry picked from commit db2651cc9d
)
2017-11-21 13:29:00 -08:00
Akira Ajisaka
6388273539
HADOOP-15045. ISA-L bulid options are documented in branch-2.
...
(cherry picked from commit 4eb4f37bcf
)
2017-11-21 13:52:24 +09:00
Subru Krishnan
a6db6c9855
YARN-6128. Add support for AMRMProxy HA. (Botong Huang via Subru).
...
(cherry picked from commit ed31091361
)
2017-11-20 14:22:59 -08:00
bibinchundatt
49ba091f71
YARN-7525. Incorrect query parameters in cluster nodes REST API document. Contributed by Tao Yang.
...
(cherry picked from commit ea8a121423
)
2017-11-21 00:32:49 +05:30
bibinchundatt
dc4132395e
YARN-7489. ConcurrentModificationException in RMAppImpl#getRMAppMetrics. Contributed by Tao Yang.
...
(cherry picked from commit 5c2986e58d
)
2017-11-20 23:29:14 +05:30
Inigo Goiri
ee267565b5
HDFS-12801. RBF: Set MountTableResolver as default file resolver. Contributed by Inigo Goiri.
...
(cherry picked from commit e182e77794
)
2017-11-17 10:06:46 -08:00
Sunil G
9eab9a25c6
YARN-7469. Capacity Scheduler Intra-queue preemption: User can starve if newest app is exactly at user limit. Contributed by Eric Payne.
...
(cherry picked from commit 61ace174cd
)
2017-11-17 19:42:00 +05:30
Varun Vasudev
f23f49d4ee
YARN-7430. Enable user re-mapping for Docker containers by default. Contributed by Eric Yang.
...
(cherry picked from commit 5f0b238a11
)
(cherry picked from commit 9cf9627e20
)
2017-11-17 12:05:55 +05:30
Jason Lowe
e4344d45cb
YARN-7361. Improve the docker container runtime documentation. Contributed by Shane Kumpf
...
(cherry picked from commit fac72eef23
)
2017-11-15 12:34:22 -06:00
Junping Du
9229fb3523
YARN-6078. Containers stuck in Localizing state. Contributed by Billie Rinaldi.
...
(cherry picked from commit a72dcb9cad
)
2017-11-14 12:50:21 -08:00
Arun Suresh
12bd1aaac5
HADOOP-15036. Update LICENSE.txt for HADOOP-14840. (asuresh)
...
(cherry picked from commit f871b7541a
)
2017-11-13 14:38:32 -08:00
Arun Suresh
ed0658a579
Addendum patch for Configuration fix. (Jason Lowe via asuresh)
...
(cherry picked from commit 4e847d63a3
)
2017-11-13 13:50:44 -08:00
Arun Suresh
238a70c6c3
YARN-5049. Addendum patch for branch-2. (asuresh)
...
(cherry picked from commit c153bed6e3
)
2017-11-12 10:17:01 -08:00
Eric Yang
45c5b7f71d
YARN-7412. Fix unit test for docker mount check on ubuntu. (Contributed by Eric Badger)
...
(cherry picked from commit 7a49ddfdde
)
(cherry picked from commit 90ac8cd5a1
)
2017-11-12 10:13:49 -08:00
Subru Krishnan
8bcd1d62c8
YARN-7476. Fix miscellaneous issues in ATSv2 after merge to branch-2. (Varun Saxena via Subru).
...
(cherry picked from commit 0282efab14
)
2017-11-12 09:25:12 -08:00
Subru Krishnan
8251601003
YARN-7475. Fix Container log link in new YARN UI. (Sunil G via Subru).
...
(cherry picked from commit 3c5b46c2ed
)
2017-11-12 09:25:12 -08:00
Arun Suresh
45aabb3c8d
YARN-6627. Addendum patch for branch-2. (Sunil G via asuresh)
...
(cherry picked from commit 5cd92ed555
)
2017-11-11 09:11:43 -08:00
Subru Krishnan
b35c5ba472
HADOOP-15030. [branch-2] Include hadoop-cloud-storage-project in the main hadoop pom modules.
...
(cherry picked from commit 132c2e7a2a
)
2017-11-10 13:52:39 -08:00
Arun Suresh
dc65df2a1a
YARN-6102. Addendum patch for branch-2. (Rohith Sharma K S via asuresh)
...
(cherry picked from commit 0411c710d2
)
2017-11-10 13:45:14 -08:00
Arun Suresh
d754b24738
Fixing Job History Server Configuration parsing. (Jason Lowe via asuresh)
...
(cherry picked from commit 7af9b8ad1e
)
2017-11-09 15:17:59 -08:00
Haibo Chen
288d9506f0
YARN-7388. TestAMRestart should be scheduler agnostic.
...
(cherry picked from commit a1382a18df
)
(cherry picked from commit 91a7f8d246
)
(cherry picked from commit 3fbe67d3e1
)
2017-11-09 11:02:05 -08:00
John Zhuge
120d868963
HDFS-12318. Fix IOException condition for openInfo in DFSInputStream. Contributed by legend.
...
(cherry picked from commit 3123895db0
)
2017-11-09 09:18:53 -08:00
Subru Krishnan
26110ec335
HADOOP-15026. Rebase ResourceEstimator start/stop scripts for branch-2. (Rui Li via Subru).
...
(cherry picked from commit 5991c218a0
)
2017-11-09 00:33:23 -08:00
Subru Krishnan
d45672a144
HADOOP-15025. Ensure singleton for ResourceEstimatorService. (Rui Li via Subru).
...
(cherry picked from commit f2df6b8983
)
(cherry picked from commit 46a740a82e
)
2017-11-08 18:11:32 -08:00