Wangda Tan
f2d440b3b3
YARN-5889. Improve and refactor user-limit calculation in Capacity Scheduler. (Sunil G via wangda)
...
(cherry picked from commit 5fb723bb77
)
2017-07-12 10:06:02 -05:00
Eric Payne
e6cdf770ca
Revert "YARN-2113. Add cross-user preemption within CapacityScheduler's leaf-queue. (Contributed by Sunil G)"
...
This reverts commit eda4ac07c1
.
Commit eda4ac07c1
was a separate patch from trunk rather than a cherry-pick. I will cherryp-ick dependencies and then cherry-pick the trunk commit for YARN-2113.
2017-07-12 08:56:40 -05:00
Akira Ajisaka
3419381e98
YARN-6809. Fix typo in ResourceManagerHA.md. Contributed by Yeliang Cang.
...
(cherry picked from commit b628d0da51
)
2017-07-12 19:39:03 +09:00
Steve Loughran
3dfd107070
HADOOP-14581. Restrict setOwner to list of user when security is enabled in wasb.
...
Contributed by Varada Hemeswari
(fix for java 7 compilation)
2017-07-12 11:07:22 +01:00
Steve Loughran
1e69e52603
HADOOP-14581. Restrict setOwner to list of user when security is enabled in wasb.
...
Contributed by Varada Hemeswari
2017-07-12 10:35:59 +01:00
Akira Ajisaka
2653cf4466
HADOOP-14629. Improve exception checking in FileContext related JUnit tests. Contributed by Andras Bokor.
...
(cherry picked from commit 9144fd9e9b
)
2017-07-12 11:40:48 +09:00
Steve Loughran
41e83b2ca2
HADOOP-14535 wasb: implement high-performance random access and seek of block blobs.
...
Contributed by Thomas Marquardt
(cherry picked from commit d670c3a4da
)
2017-07-11 21:45:24 +01:00
wenxinhe
e494a169ed
HADOOP-14638. Replace commons-logging APIs with slf4j in StreamPumper.
...
This closes #247
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit fce7951014
)
2017-07-11 13:36:56 +09:00
Jitendra Pandey
b82485d6fe
HADOOP-10829. Iteration on CredentialProviderFactory.serviceLoader is thread-unsafe. Contributed by Benoy Antony and Rakesh R.
2017-07-10 17:55:02 -07:00
Jitendra Pandey
d94b30cb03
HADOOP-14443. Azure: Support retry and client side failover for authorization, SASKey and delegation token generation. Contributed by Santhosh G Nayak.
2017-07-10 17:30:31 -07:00
Yufei Gu
20a2770d72
YARN-6764. Simplify the logic in FairScheduler#attemptScheduling. Contributed by Yufei Gu.
...
(cherry picked from commit 3de47ab5ea
)
2017-07-09 16:11:26 -07:00
Naganarasimha
5f603306d8
YARN-6770. A small mistake in the example of TimelineClient. Contributed by Jinjiang Ling.
...
(cherry picked from commit ba5b056e8a
)
2017-07-09 21:31:53 +05:30
Naganarasimha
b08ef44d9e
YARN-6428. Queue AM limit is not honored in CS always. Contributed by Bibin A Chundatt.
...
(cherry picked from commit 626d730bfc
)
2017-07-09 17:27:50 +05:30
Daniel Templeton
fcef28e53b
YARN-6410. FSContext.scheduler should be final (Contributed by Yeliang Cang via Daniel Templeton)
...
(cherry picked from commit 9d27880442
)
2017-07-09 19:38:37 +09:00
Daniel Templeton
a6d194d720
YARN-6746. SchedulerUtils.checkResourceRequestMatchingNodePartition() is dead code
...
(Contributed by Deepti Sawhney via Daniel Templeton)
(cherry picked from commit c5a0c38d8e
)
2017-07-09 19:31:20 +09:00
Daniel Templeton
edcfae8258
YARN-6752. Display reserved resources in web UI per application
...
(Contributed by Abdullah Yousufi via Daniel Templeton)
(cherry picked from commit 0615985886
)
2017-07-09 19:19:07 +09:00
Junping Du
f823f9fd78
MAPREDUCE-6246. DBOutputFormat.java appending extra semicolon to query which is incompatible with DB2. Contributed by ramtin and Gergely Novák.
...
(cherry picked from commit f484a6ff60
)
2017-07-07 13:27:56 -07:00
Akira Ajisaka
1c40df5bcd
HADOOP-14587. Use GenericTestUtils.setLogLevel when available in hadoop-common. Contributed by Wenxin He.
2017-07-08 03:01:18 +09:00
Wei-Chiu Chuang
730b21e9f9
HADOOP-14563. LoadBalancingKMSClientProvider#warmUpEncryptedKeys swallows IOException. Contributed by Rushabh S Shah.
...
(cherry picked from commit 8153fe2bd3
)
2017-07-07 06:14:07 -07:00
Eric Payne
eda4ac07c1
YARN-2113. Add cross-user preemption within CapacityScheduler's leaf-queue. (Contributed by Sunil G)
2017-07-06 10:43:00 -05:00
Jason Lowe
53c2441c10
YARN-6708. Nodemanager container crash after ext3 folder limit. Contributed by Bibin A Chundatt
...
(cherry picked from commit 7576a688ea
)
2017-07-06 09:44:02 -05:00
Jason Lowe
f0435db089
MAPREDUCE-6911. TestMapreduceConfigFields.testCompareXmlAgainstConfigurationClass fails consistently. Contributed by Eric Badger
2017-07-06 09:22:55 -05:00
Mingliang Liu
b803641523
HDFS-12089. Fix ambiguous NN retry log message in WebHDFS. Contributed by Eric Badger
...
(cherry picked from commit 6436768baf
)
2017-07-05 11:12:15 -07:00
Vinayakumar B
1e8301b215
HADOOP-13414. Hide Jetty Server version header in HTTP responses. Contributed by Surendra Singth Lilhore.
2017-07-05 16:06:19 +05:30
Steve Loughran
3404824854
HADOOP-14617. Add ReflectionUtils.logThreadInfo that accept slf4j logger API.
...
Contributed by Wenxin He.
(cherry picked from commit 128d8bc3e9d792fde9cacd9e1d786db8ef682b0b)
2017-07-04 11:40:46 +01:00
Wenxin He
ca8102962f
HADOOP-14571. Deprecate public APIs relate to log4j1
...
This closes #244
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit f2aba1da30
)
2017-07-04 18:56:41 +09:00
Steve Loughran
4ceb3bd4b3
HADOOP-14615. Add ServiceOperations.stopQuietly that accept slf4j logger API.
...
Contributed by Wenxin He.
(cherry picked from commit 1aaa7f1eac
)
2017-07-04 10:49:20 +01:00
Akira Ajisaka
ac333155fb
MAPREDUCE-6909. LocalJobRunner fails when run on a node from multiple users. Contributed by Jason Lowe.
2017-07-04 15:25:33 +09:00
Akira Ajisaka
063f2132ef
HDFS-12078. Add time unit to the description of property dfs.namenode.stale.datanode.interval in hdfs-default.xml. Contributed by Weiwei Yang.
...
(cherry picked from commit 186650d21d
)
2017-07-04 14:52:39 +09:00
Akira Ajisaka
003b4a1675
HDFS-12079. Description of dfs.block.invalidate.limit is incorrect in hdfs-default.xml. Contributed by Weiwei Yang.
...
(cherry picked from commit b0560e0624
)
2017-07-04 14:03:07 +09:00
Naganarasimha
4fd6aad010
MAPREDUCE-6905. HADOOP_JOB_HISTORY_OPTS should be HADOOP_JOB_HISTORYSERVER_OPTS in mapred-config.sh. Contributed by LiXin Ge.
...
(cherry picked from commit bf1f59937d
)
2017-07-02 16:01:02 +05:30
Naganarasimha
87c81cfad3
YARN-6681. Eliminate double-copy of child queues in canAssignToThisQueue. Contributed by Daryn Sharp.
...
(cherry picked from commit fa1aaee87b
)
2017-07-01 12:32:01 +05:30
Wei-Chiu Chuang
94bc5cdbb3
HDFS-12042. Lazy initialize AbstractINodeDiffList#diffs for snapshots to reduce memory consumption. Contributed by Misha Dmitriev.
...
(cherry picked from commit bcba844d11
)
2017-06-30 11:42:51 -07:00
Mingliang Liu
2d69952925
HADOOP-14596. AWS SDK 1.11+ aborts() on close() if > 0 bytes in stream; logs error. Contributed by Steve Loughran
...
Change-Id: I49173bf6163796903d64594a8ca8a4bd26ad2bfc
(cherry picked from commit 72993b33b7
)
2017-06-29 17:08:51 -07:00
Daniel Templeton
93c5421a43
YARN-6751. Display reserved resources in web UI per queue
...
(Contributed by Abdullah Yousufi via Daniel Templeton)
(cherry picked from commit ec97519779
)
2017-06-29 16:57:23 -07:00
Daniel Templeton
367f525e81
HADOOP-14611. NetworkTopology.DEFAULT_HOST_LEVEL is unused
...
(Contributed by Chen Liang via Daniel Templeton)
(cherry picked from commit 5a75f73893
)
2017-06-29 16:56:55 -07:00
John Zhuge
1272ee153b
HADOOP-14024. KMS JMX endpoint throws ClassNotFoundException. Contributed by John Zhuge.
2017-06-29 15:54:30 -07:00
Wei-Chiu Chuang
6917c19167
HDFS-11881. NameNode consumes a lot of memory for snapshot diff report generation. Contributed by Manoj Govindassamy.
...
(cherry picked from commit 16c8dbde57
)
2017-06-29 06:40:24 -07:00
Daniel Templeton
15242786b6
YARN-6743. yarn.resourcemanager.zk-max-znode-size.bytes description needs spaces in yarn-default.xml
...
(Contributed by Lori Loberg via Daniel Templeton)
(cherry picked from commit 25d891a784
)
2017-06-28 17:17:56 -07:00
Junping Du
c5f43feb7c
YARN-5311. Document graceful decommission CLI and usage. Contributed by Elek, Marton.
...
(cherry picked from commit 4e3eebc943
)
2017-06-28 15:32:49 -07:00
Mingliang Liu
ba76897392
HADOOP-14609. NPE in AzureNativeFileSystemStore.checkContainer() if StorageException lacks an error code. Contributed by Steve Loughran
...
(cherry picked from commit 990aa34de2
)
2017-06-28 14:20:44 -07:00
Naganarasimha
a5ae7c0cae
YARN-6467. CSQueueMetrics needs to update the current metrics for default partition only. Contributed by Manikandan R.
2017-06-29 00:09:30 +05:30
Steve Loughran
44d43a8848
HADOOP-14190. Add more on S3 regions to the s3a documentation.
...
Contributed by Steve Loughran
(cherry picked from commit ee243e5289
)
2017-06-28 10:26:05 +01:00
Xiao Chen
7e66e133dd
HADOOP-14515. Addendum. Specifically configure zookeeper-related log levels in KMS log4j.
...
(cherry picked from commit aff7a3f8eddd55501366a43d2f44f531c6e8ef48)
2017-06-27 23:49:16 -07:00
Akira Ajisaka
2a5a313539
MAPREDUCE-6697. Concurrent task limits should only be applied when necessary. Contributed by Nathan Roberts.
...
(cherry picked from commit a5c0476a99
)
2017-06-28 10:51:23 +09:00
Mingliang Liu
ce57458ec5
HADOOP-14546. Azure: Concurrent I/O does not work when secure.mode is enabled. Contributed by Thomas
...
(cherry picked from commit 7e031c2c18
)
2017-06-27 17:32:56 -07:00
Mingliang Liu
1b1065a163
HADOOP-14573. regression: Azure tests which capture logs failing with move to SLF4J. Contributed by Steve Loughran
...
(cherry picked from commit 686a634f01
)
2017-06-27 16:49:48 -07:00
Jason Lowe
44b3c6ffaa
YARN-6738. LevelDBCacheTimelineStore should reuse ObjectMapper instances. Contributed by Zoltan Haindrich
...
(cherry picked from commit 63ce1593c5
)
2017-06-27 17:13:49 -05:00
Mingliang Liu
ea402c364f
HADOOP-14594. ITestS3AFileOperationCost::testFakeDirectoryDeletion to uncomment metric assertions. Contributed by Mingliang Liu
...
(cherry picked from commit bc4dfe9c9c
)
2017-06-27 13:20:03 -07:00
Steve Loughran
15d88b77d1
HADOOP-14536. Update azure-storage sdk to version 5.3.0
...
Contributed by Georgi Chalakov
2017-06-27 15:23:06 +01:00