Subru Krishnan
304ce18714
YARN-8010. Add config in FederationRMFailoverProxy to not bypass facade cache when failing over. (Botong Huang via Subru).
...
(cherry picked from commit 09999d7e01
)
2018-03-28 11:51:59 -07:00
Subru Krishnan
b36b438043
Revert "YARN-8010. Add config in FederationRMFailoverProxy to not bypass facade cache when failing over. (Botong Huang via Subru)."
...
This reverts commit 0ab1d2f25b
.
2018-03-28 11:51:59 -07:00
Subru Krishnan
0ab1d2f25b
YARN-8010. Add config in FederationRMFailoverProxy to not bypass facade cache when failing over. (Botong Huang via Subru).
...
(cherry picked from commit 2a2ef15caf
)
2018-03-27 17:47:37 -07:00
Rohith Sharma K S
5fba8c67de
YARN-7581. HBase filters are not constructed correctly in ATSv2. Contributed by Habio Chen.
2018-03-23 12:05:11 +05:30
Jason Lowe
13f74a3601
YARN-8054. Improve robustness of the LocalDirsHandlerService MonitoringTimerTask thread. Contributed by Jonathan Eagles
...
(cherry picked from commit 5aa7052e31
)
2018-03-21 17:40:05 -05:00
Jason Lowe
a253925862
Revert "YARN-7581. HBase filters are not constructed correctly in ATSv2. Contributed by Habio Chen."
...
This reverts commit a01091e90c
.
2018-03-21 17:36:24 -05:00
Rohith Sharma K S
a01091e90c
YARN-7581. HBase filters are not constructed correctly in ATSv2. Contributed by Habio Chen.
...
(cherry picked from commit 29acea5000
)
2018-03-21 08:30:03 +05:30
Yufei Gu
204674f414
YARN-8039. Clean up log dir configuration in TestLinuxContainerExecutorWithMocks.testStartLocalizer. Contributed by Miklos Szegedi.
...
(cherry picked from commit 49c747ab18
)
2018-03-16 16:34:14 -07:00
Rohith Sharma K S
207daabbcc
YARN-8003. Backport the code structure changes in YARN-7346 to branch-2. Contributed by Haibo Chen.
2018-03-07 13:25:28 +05:30
Jason Lowe
0a3a878428
YARN-7511. NPE in ContainerLocalizer when localization failed for running container. Contributed by Tao Yang
...
(cherry picked from commit 83798f15f8
)
2018-03-02 10:08:32 -06:00
Haibo Chen
45d012f208
YARN-7835. Race condition in NM while publishing events if second attempt is launched on the same node. (Rohith Sharma K S via Haibo Chen)
...
(cherry picked from commit d1274c3b71
)
2018-02-28 21:24:17 -08:00
Jason Lowe
7a6aa7bf99
YARN-7945. Java Doc error in UnmanagedAMPoolManager for branch-2. Contributed by Botong Huang
2018-02-22 10:45:16 -06:00
Sunil G
f7e5e45b72
YARN-7947. Capacity Scheduler intra-queue preemption can NPE for non-schedulable apps. Contributed by Eric Payne.
...
(cherry picked from commit bdd2a184d7
)
2018-02-21 15:26:20 +05:30
Jason Lowe
51ad923f51
YARN-7813. Capacity Scheduler Intra-queue Preemption should be configurable for each queue. Contributed by Eric Payne
...
(cherry picked from commit 85c611ad7d
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/CapacitySchedulerPage.java
2018-02-19 15:44:56 -06:00
Rohith Sharma K S
da0660ec84
YARN-7919. Refactor timelineservice-hbase module into submodules. Contributed by Haibo Chen.
2018-02-18 13:26:10 +05:30
Billie Rinaldi
aa64a50746
Revert "YARN-6078. Containers stuck in Localizing state. Contributed by Billie Rinaldi."
...
This reverts commit a72dcb9cad
.
2018-02-07 08:58:28 -08:00
Billie Rinaldi
93128c1904
YARN-7890. NPE during container relaunch. Contributed by Jason Lowe
...
(cherry picked from commit a196ee9362
)
2018-02-06 12:04:52 -08:00
Jason Lowe
260f30f063
YARN-7849. TestMiniYarnClusterNodeUtilization#testUpdateNodeUtilization fails due to heartbeat sync error. Contributed by Botong Huang
...
(cherry picked from commit 60656bceca
)
2018-02-05 17:22:42 -06:00
Haibo Chen
c25c082961
YARN-6868. Add test scope to certain entries in hadoop-yarn-server-resourcemanager pom.xml. (Ray Chiang via Haibo Chen)
...
(cherry picked from commit a20e7105ea
)
2018-02-05 10:51:03 -08:00
Jinjiang Ling
987a8972ac
YARN-7698. A misleading variable's name in ApplicationAttemptEventDispatcher
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 3400d0c535
)
2018-01-30 00:13:04 +09:00
Jian He
0497e09339
YARN-7765. Fixed an issue that kerberos tgt not found when NM posting timeline events. Contributed by Rohith Sharma K S
2018-01-28 13:24:49 -08:00
Jason Lowe
4d7bbee0a1
YARN-7102. NM heartbeat stuck when responseId overflows MAX_INT. Contributed by Botong Huang
2018-01-25 17:56:36 -06:00
Sunil G
bed683d300
YARN-7728. Expose container preemptions related information in Capacity Scheduler queue metrics. Contributed by Eric Payne.
...
(cherry picked from commit 82cc6f6968
)
2018-01-25 14:34:31 +05:30
Zhe Zhang
e9a338ff64
YARN-7737. prelaunch.err file not found exception on container failure. Contributed by Keqiu Hu.
...
(cherry picked from commit fa8cf4d1b4
)
(cherry picked from commit 83a4f92a3f
)
2018-01-24 13:10:35 -08:00
Jian He
c611707e28
YARN-7801. AmFilterInitializer should addFilter after fill all parameters. Contributed by Wangda Tan
2018-01-24 11:19:46 -08:00
Rohith Sharma K S
f036609cea
Revert "YARN-7537 [Atsv2] load hbase configuration from filesystem rather than URL. Contributed by Rohith Sharma"
...
This reverts commit 41e10161b6
.
2018-01-24 15:05:53 +05:30
Vrushali C
41e10161b6
YARN-7537 [Atsv2] load hbase configuration from filesystem rather than URL. Contributed by Rohith Sharma
2018-01-19 15:59:47 -08:00
Haibo Chen
895a0391fe
YARN-5094. some YARN container events have timestamp of -1.
...
(cherry picked from commit 4aca4ff759
)
(cherry picked from commit 8793e45f53
)
2018-01-19 10:35:40 -08:00
Miklos Szegedi
86a2ac94b1
YARN-7758. Add an additional check to the validity of container and application ids passed to container-executor. Contributed by Yufei Gu.
2018-01-17 12:56:10 -08:00
Rohith Sharma K S
8985fccbbc
YARN-6736. Consider writing to both ats v1 & v2 from RM for smoother upgrades. Contributed by Aaron Gresch.
...
(cherry picked from commit d09058b2fd
)
2018-01-16 09:01:02 +05:30
Miklos Szegedi
09428b137f
YARN-7705. Create the container log directory with correct sticky bit in C code. Contributed by Yufei Gu.
...
(cherry picked from commit 2dcfc18
)
2018-01-12 17:44:31 -08:00
Sunil G
e7a8d6bd1e
YARN-7727. Incorrect log levels in few logs with QueuePriorityContainerCandidateSelector. Contributed by Prabhu Joseph.
...
(cherry picked from commit 128d773a23
)
2018-01-12 15:56:08 +05:30
Miklos Szegedi
35527db157
YARN-7590. Improve container-executor validation check. Contributed by Eric Yang.
...
(cherry picked from commit bc285da
)
2018-01-11 10:30:15 -08:00
Robert Kanter
ff67c68d3c
YARN-7622. Allow fair-scheduler configuration on HDFS (gphillips via rkanter)
2018-01-10 15:03:33 -08:00
bibinchundatt
73478e3bbe
YARN-7508. NPE in FiCaSchedulerApp when debug log enabled in async-scheduling mode. Contributed by Tao Yang.
...
(cherry picked from commit b26e30ab16
)
2018-01-10 10:31:46 +05:30
Jason Lowe
c892789896
YARN-6948. Invalid event: ATTEMPT_ADDED at FINAL_SAVING. Contributed by lujie
...
(cherry picked from commit 90c86d6e09
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/attempt/RMAppAttemptImpl.java
2018-01-09 10:59:33 -06:00
Jason Lowe
f15c7e86e8
YARN-7663. RMAppImpl:Invalid event: START at KILLED. Contributed by lujie
...
(cherry picked from commit d2c2d8c913
)
2018-01-09 10:01:06 -06:00
Ray Chiang
18c3982851
YARN-4227. Ignore expired containers from removed nodes in FairScheduler. (Wilfred Spiegelenburg via rchiang)
...
(cherry picked from commit bc2d67d6c10619716ef7acce263f3269a86c3150)
2018-01-08 16:23:29 -08: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
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
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
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
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
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
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
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
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
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
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
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
Robert Kanter
edf9fd51fb
YARN-4813. TestRMWebServicesDelegationTokenAuthentication.testDoAs fails intermittently (grepas via rkanter)
...
(cherry picked from commit c83fe44917
)
2017-12-01 12:21:18 -08:00
Yufei Gu
de144175a4
YARN-7363. ContainerLocalizer don't have a valid log4j config in case of Linux container executor. (Contributed by Yufei Gu)
...
(cherry picked from commit d8923cdbf1
)
(cherry picked from commit c0ab3c8407
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/conf/YarnConfiguration.java
2017-11-27 14:54:27 -08:00
Wangda Tan
94f7b0f99f
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
)
2017-11-23 20:06:16 -08:00
Subru Krishnan
ed31091361
YARN-6128. Add support for AMRMProxy HA. (Botong Huang via Subru).
2017-11-20 14:21:58 -08:00
bibinchundatt
5c2986e58d
YARN-7489. ConcurrentModificationException in RMAppImpl#getRMAppMetrics. Contributed by Tao Yang.
2017-11-20 21:31:50 +05:30
Sunil G
a081d91480
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-16 22:42:52 +05:30
Junping Du
a72dcb9cad
YARN-6078. Containers stuck in Localizing state. Contributed by Billie Rinaldi.
2017-11-13 18:22:30 -08:00
Arun Suresh
c153bed6e3
YARN-5049. Addendum patch for branch-2. (asuresh)
2017-11-12 10:16:00 -08:00
Eric Yang
90ac8cd5a1
YARN-7412. Fix unit test for docker mount check on ubuntu. (Contributed by Eric Badger)
...
(cherry picked from commit 7a49ddfdde
)
2017-11-12 09:59:39 -08:00
Subru Krishnan
0282efab14
YARN-7476. Fix miscellaneous issues in ATSv2 after merge to branch-2. (Varun Saxena via Subru).
2017-11-12 09:19:30 -08:00
Arun Suresh
5cd92ed555
YARN-6627. Addendum patch for branch-2. (Sunil G via asuresh)
2017-11-11 09:10:17 -08:00
Arun Suresh
0411c710d2
YARN-6102. Addendum patch for branch-2. (Rohith Sharma K S via asuresh)
2017-11-10 13:44:03 -08:00
Haibo Chen
3fbe67d3e1
YARN-7388. TestAMRestart should be scheduler agnostic.
...
(cherry picked from commit a1382a18df
)
(cherry picked from commit 91a7f8d246
)
2017-11-09 10:57:50 -08:00
Arun Suresh
5486542074
YARN-7453. Fix issue where RM fails to switch to active after first successful start. (Rohith Sharma K S via asuresh)
...
(cherry picked from commit a9c70b0e84
)
2017-11-08 08:02:23 -08:00
bibinchundatt
fd4868bdb4
Add containerId to Localizer failed logs. Contributed by Prabhu Joseph
...
(cherry picked from commit dcd99c4b9a
)
2017-11-06 23:09:41 +05:30
Subru Krishnan
656ab06873
YARN-6932. Fix TestFederationRMFailoverProxyProvider test case failure.
...
(cherry picked from commit 0542e6f86e
)
2017-11-03 11:11:25 -07:00
Inigo Goiri
2d8d420f26
YARN-7434. Router getApps REST invocation fails with multiple RMs. Contributed by Inigo Goiri.
...
(cherry picked from commit 6e2259264ad9525eeec2a14055d53236711659d7)
2017-11-02 21:34:34 -07:00
Eric Payne
1516a9ef61
YARN-7370: Preemption properties should be refreshable. Contrubted by Gergely Novák.
...
(cherry picked from commit e6ec02001f
)
2017-11-02 12:56:41 -05:00
Jason Lowe
6ad6882343
YARN-7286. Add support for docker to have no capabilities. Contributed by Eric Badger
...
(cherry picked from commit b7dee1f060
)
2017-11-02 09:50:55 -05:00
Rohith Sharma K S
e53fcd52ee
addendum patch for YARN-7289.
...
(cherry picked from commit 940ffe3f9c
)
2017-11-02 14:07:28 +05:30
Haibo Chen
32a712a740
YARN-7389. Make TestResourceManager Scheduler agnostic. (Robert Kanter via Haibo Chen)
...
(cherry picked from commit d7f3737f3b
)
2017-11-01 14:19:59 -07:00
Daniel Templeton
956d814034
YARN-7146. Many RM unit tests failing with FairScheduler
...
(Contributed by Robert Kanter via Daniel Templeton)
2017-11-01 14:11:26 -07:00
Inigo Goiri
8180ab436a
YARN-7276. Federation Router Web Service fixes. Contributed by Inigo Goiri.
2017-11-01 13:21:15 -07:00
Arun Suresh
71a55bebfb
Preparing for 2.10.0 development
2017-10-31 12:51:14 -07:00
Yufei Gu
243b70eca8
YARN-6747. TestFSAppStarvation.testPreemptionEnable fails intermittently. (Contributed by Miklos Szegedi)
...
(cherry picked from commit d4811c8cfa
)
2017-10-29 16:47:22 -07:00
Varun Saxena
e1b3bbde60
YARN-7380. Fix findbugs warning in timeline service on branch-2 (Vrushali C via Varun Saxena).
2017-10-29 16:38:20 +05:30
Arun Suresh
2654d9973e
YARN-7299. Fix TestDistributedScheduler. (asuresh)
...
(cherry picked from commit 9c5c68745e
)
2017-10-27 23:11:34 -07:00
Jason Lowe
9093ad6168
YARN-7244. ShuffleHandler is not aware of disks that are added. Contributed by Kuhu Shukla
...
(cherry picked from commit 665bb147aa
)
2017-10-27 17:09:29 -05:00
Rohith Sharma K S
548116c3f5
YARN-7289. Application lifetime does not work with FairScheduler. Contributed by Miklos Szegedi.
...
(cherry picked from commit 5c799ecf09
)
2017-10-27 22:51:41 +05:30
Sunil G
88c3b444bd
YARN-7375. Possible NPE in RMWebapp when HA is enabled and the active RM fails. Contributed by Chandni Singh.
...
(cherry picked from commit 792388e1c0
)
2017-10-27 21:11:48 +05:30
Subru Krishnan
a0dceec586
YARN-5516. Add REST API for supporting recurring reservations. (Sean Po via Subru).
...
(cherry picked from commit 25932da6d1
)
2017-10-26 20:16:01 -07:00
Arun Suresh
f6fde85c5c
YARN-4823. Refactor the nested reservation id field in listReservation to simple string field. (subru via asuresh)
...
(cherry picked from commit 00bebb7e58
)
2017-10-26 20:04:33 -07:00
Arun Suresh
098a6b8f19
YARN-4825. Remove redundant code in ClientRMService::listReservations. (subru via asuresh)
...
(cherry picked from commit d82e797b65
)
2017-10-26 20:04:19 -07:00
Robert Kanter
7c26ae506a
YARN-7262. Add a hierarchy into the ZKRMStateStore for delegation token znodes to prevent jute buffer overflow (rkanter)
...
(cherry picked from commit b1de78619f
)
2017-10-26 17:51:05 -07:00
Robert Kanter
46783158f8
YARN-7358. TestZKConfigurationStore and TestLeveldbConfigurationStore should explicitly set capacity scheduler (haibochen via rkanter)
...
(cherry picked from commit 2da654e34a
)
2017-10-26 10:49:57 -07:00
Subru Krishnan
74aee8673f
YARN-4827. Document configuration of ReservationSystem for FairScheduler. (Yufei Gu via Subru).
...
(cherry picked from commit 3fae675383
)
2017-10-25 15:32:03 -07:00
Carlo Curino
fa86fdc3cc
YARN-7339. LocalityMulticastAMRMProxyPolicy should handle cancel request properly. (Botong Huang via curino)
...
Edited cherry-pick from 1c5c2b5dde
2017-10-25 13:56:35 -07:00
Eric Yang
f6d3c101a6
YARN-7353. Improved volume mount check for directories and unit test compatibility on RHEL7. Contributed by Eric Badger.
2017-10-24 17:01:08 -04:00
Inigo Goiri
89ad6adab3
YARN-3661. Basic Federation UI. Contributed by Inigo Goiri.
2017-10-24 13:55:13 -07:00
Robert Kanter
85eadec67b
YARN-7385. TestFairScheduler#testUpdateDemand and TestFSLeafQueue#testUpdateDemand are failing with NPE (yufeigu via rkanter)
...
(cherry picked from commit 03af442e76
)
2017-10-24 13:43:27 -07:00
Robert Kanter
1d34a4805e
YARN-7382. NoSuchElementException in FairScheduler after failover causes RM crash (rkanter)
...
(cherry picked from commit 025c656572
)
2017-10-24 10:29:36 -07:00
Daniel Templeton
08cfd010a3
YARN-7357. Several methods in TestZKRMStateStore.TestZKRMStateStoreTester.TestZKRMStateStoreInternal should have @Override annotations
...
(Contributed by Sen Zhao via Daniel Templeton)
(cherry picked from commit 0553f5a012e14c8ceb40a16161440384f9f3a9a8)
(cherry picked from commit 9da9023371
)
2017-10-23 13:52:15 -07:00
Eric Payne
ef0d6ff2e6
YARN-4163: Audit getQueueInfo and getApplications calls
...
(cherry picked from commit 921338cd86
)
2017-10-23 11:58:04 -05:00
Subru Krishnan
9bd77a6d9d
YARN-6871. Add additional deSelects params in RMWebServices#getAppReport. (Tanuj Nayak via Subru).
2017-10-20 17:19:29 -07:00
Yufei Gu
378fa3ac7d
YARN-7261. Add debug message for better download latency monitoring. (Yufei Gu)
...
(cherry picked from commit 0799fde35e
)
2017-10-20 11:49:34 -07:00
Yufei Gu
4c4f28c9e7
YARN-4090. Make Collections.sort() more efficient by caching resource usage. (Contributed by Yufei Gu, Shilong Zhang and Xianyin Xin)
...
(cherry picked from commit 1f4cdf1068
)
(cherry picked from commit 96106b8f5f
)
2017-10-20 11:49:33 -07:00
Yufei Gu
f462461d4e
YARN-7359. TestAppManager.testQueueSubmitWithNoPermission() should be scheduler agnostic. (Contributed by Haibo Chen)
...
(cherry picked from commit 7b4b018780
)
2017-10-20 11:22:28 -07:00
Yufei Gu
1000811bcb
YARN-7294. TestSignalContainer#testSignalRequestDeliveryToNM fails intermittently with Fair Scheduler. (Contributed by Miklos Szegedi)
...
(cherry picked from commit cbd2b73ef8
)
2017-10-20 11:22:28 -07:00
Wangda Tan
2f476f4b2c
YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda)
2017-10-20 11:22:28 -07:00
Wangda Tan
6a3929f2b2
YARN-6608. Backport all SLS improvements from trunk to branch-2. (Carlo Curino via wangda)
2017-10-20 11:22:26 -07:00
vrushali
3a5f1a6c26
Fixing checktyle warnings during rebase
2017-10-18 02:06:49 +05:30
Wangda Tan
c0c124c2bf
YARN-5698. [YARN-3368] Launch new YARN UI under hadoop web app port. (Sunil G via wangda)
2017-10-18 02:06:47 +05:30
Wangda Tan
e5c0219228
YARN-4849. Addendum patch to fix javadocs. (Sunil G via wangda)
2017-10-18 02:06:47 +05:30
Wangda Tan
bb606e3d4b
YARN-4515. [YARN-3368] Support hosting web UI framework inside YARN RM. (Sunil G via wangda)
...
YARN-5000. [YARN-3368] App attempt page is not loading when timeline server is not started (Sunil G via wangda)
YARN-5038. [YARN-3368] Application and Container pages shows wrong values when RM is stopped. (Sunil G via wangda)
2017-10-18 02:06:46 +05:30
Subru Krishnan
5e7491d532
YARN-7311. Fix TestRMWebServicesReservation parametrization for fair scheduler. (Yufei Gu via Subru).
...
(cherry picked from commit 75323394fb
)
2017-10-17 12:43:36 -07:00
Haibo Chen
c0ee583656
YARN-7341. TestRouterWebServiceUtil#testMergeMetrics is flakey. (Robert Kanter via Haibo Chen)
...
(cherry picked from commit acabc657ff
)
2017-10-17 12:30:26 -07:00
Subru Krishnan
adf5ea73d6
YARN-7095. Federation: routing getNode/getNodes/getMetrics REST invocations transparently to multiple RMs. (Giovanni Matteo Fumarola via Subru).
...
(cherry picked from commit bac4e8cca8
)
2017-10-17 12:14:05 -07:00
Varun Saxena
56e0873e22
Fix javac, javadoc and checkstyle issues before branch-2 merge.
2017-10-17 23:36:41 +05:30
vrushali
8b98dba7ee
YARN-7190 Ensure only NM classpath in 2.x gets TSv2 related hbase jars, not the user classpath (Contributed by Varun Saxena via Vrushali C)
2017-10-17 23:36:41 +05:30
Haibo Chen
572ebd1a95
YARN-7063. TestTimelineReaderWebServicesHBaseStorage fails with NoClassDefFoundError on TSv2 branch2. (Varun Saxena via Haibo Chen)
2017-10-17 23:36:41 +05:30
Haibo Chen
d77530b227
YARN-7128. The error message in TimelineSchemaCreator is not enough to find out the error. (Jinjiang Ling via Haibo Chen)
...
(cherry picked from commit 661f5eb0c6
)
2017-10-17 23:36:41 +05:30
Haibo Chen
6e2de8b417
YARN-6435. [ATSv2] Can't retrieve more than 1000 versions of metrics in time series. (Rohith Sharma K S via Haibo Chen)
...
(cherry picked from commit 461ee44d28
)
2017-10-17 23:36:40 +05:30
bibinchundatt
f7637b55bb
YARN-7141. Move logging APIs to slf4j in timelineservice after ATSv2 merge. Contributed by Varun Saxena
...
(cherry picked from commit dcd0bedcc8
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestRMHATimelineCollectors.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/reader/security/TimelineReaderWhitelistAuthorizationFilter.java
2017-10-17 23:36:40 +05:30
Varun Saxena
1289b056ac
YARN-6958. Addedndum for Moving logging APIs over to slf4j in hadoop-yarn-server-timelineservice
2017-10-17 23:36:40 +05:30
Varun Saxena
87713f41b6
YARN-6905. Addendum to fix TestTimelineReaderWebServicesHBaseStorage due to missing FastNumberFormat
...
(cherry picked from commit e52f26e5cf
)
2017-10-17 23:36:40 +05:30
Vrushali C
a2598434ed
YARN-6905 Multiple HBaseTimelineStorage test failures due to missing FastNumberFormat (Contributed by Haibo Chen)
...
(cherry picked from commit 608a06cca5
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorageEntities.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/common/HBaseTimelineStorageUtils.java
2017-10-17 23:36:40 +05:30
Haibo Chen
0f51f15097
YARN-6323. Rolling upgrade/config change is broken on timeline v2. (Vrushali C via Haibo Chen)
2017-10-17 23:36:40 +05:30
Jian He
cbd5e89b24
MAPREDUCE-6838. [ATSv2 Security] Add timeline delegation token received in allocate response to UGI. Contributed by Varun Saxena
...
(cherry picked from commit c6ce422a3423305ac665f80f039f61294adaa32c)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/RMContainerAllocator.java
2017-10-17 23:36:40 +05:30
Varun Saxena
e5d63652df
YARN-6861. Addendum for YARN-6861 for compilation issue (Rohith Sharma K S via Varun Saxena)
2017-10-17 23:36:40 +05:30
Varun Saxena
186c99c6cc
YARN-6861. Reader API for sub application entities (Rohith Sharma K S via Varun Saxena)
...
(cherry picked from commit 73ee0d4fc05354527a4be6db9e5b83d06fc94047)
2017-10-17 23:36:39 +05:30
Jian He
5c970f7c29
YARN-6134. [ATSv2 Security] Regenerate delegation token for app just before token expires if app collector is active. Contributed by Varun Saxena
2017-10-17 23:36:39 +05:30
Rohith Sharma K S
5d9b4bd3e8
YARN-7041. Nodemanager NPE running jobs with security off. Contributed by Varun Saxena.
...
(cherry picked from commit e976bf10bb0d42e4d971358554ea736ddcdafd19)
2017-10-17 23:36:39 +05:30
Jian He
53ddf1b15f
YARN-7038. Addendum patch. Fix compilation error. Contributed by Varun Saxena
2017-10-17 23:36:39 +05:30
Rohith Sharma K S
4e1af68ae1
YARN-7038. [Atsv2 Security] CollectorNodemanagerProtocol RPC interface doesn't work when service authorization is enabled. Contributed by Varun Saxena.
...
(cherry picked from commit 387dd3da87759860dd18bd8aa95c60d962b1e6a9)
2017-10-17 23:36:39 +05:30
Jian He
55e5742394
YARN-7006. [ATSv2 Security] Changes for authentication for CollectorNodemanagerProtocol. Contributed by Varun Saxena
2017-10-17 23:36:39 +05:30
Jason Lowe
db2f7dd9bd
YARN-6820. Restrict read access to timelineservice v2 data. Contributed by Vrushali C
2017-10-17 23:36:39 +05:30
Rohith Sharma K S
cb75e1826e
YARN-6133. [ATSv2 Security] Renew delegation token for app automatically if an app collector is active. Contributed by Varun Saxena.
...
(cherry picked from commit ffb1f572b68e73efd6410ab74a334f4e5df543f2)
2017-10-17 23:36:39 +05:30
Rohith Sharma K S
5a7c272e0a
YARN-6130. [ATSv2 Security] Generate a delegation token for AM when app collector is created and pass it to AM via NM and RM. Contributed by Varun Saxena.
2017-10-17 23:36:39 +05:30
Varun Saxena
5bda387573
YARN-6874. Supplement timestamp for min start/max end time columns in flow run table to avoid overwrite (Vrushali C via Varun Saxena)
...
(cherry picked from commit 7b2cb0614a04e6d0e2bc6dfd5095b7535dffa678)
2017-10-17 23:36:39 +05:30
Varun Saxena
8d9d40aa53
Addendum for YARN-6102.
2017-10-17 23:36:39 +05:30
Varun Saxena
cb5d601b2e
Addendum for YARN-5648.
2017-10-17 23:36:39 +05:30
Jian He
8e4e5abbe6
YARN-5648. [ATSv2 Security] Client side changes for authentication. Contributed by Varun Saxena
...
(cherry picked from commit 3829100cf75e733b2b3a4e8c6806a3696f4ae658)
2017-10-17 23:36:39 +05:30
Jian He
50dd1372bf
YARN-6638. [ATSv2 Security] Timeline reader side changes for loading auth filters and principals. Contributed by Varun Saxena
...
(cherry picked from commit 7f06c46065936b88e9864c526bfcda3a89f3e257)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/reader/AbstractTimelineReaderHBaseTestBase.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice/src/main/java/org/apache/hadoop/yarn/server/timelineservice/reader/TimelineReaderServer.java
2017-10-17 23:36:39 +05:30
Jian He
9577900a91
YARN-5647. [ATSv2 Security] Collector side changes for loading auth filters and principals. Contributed by Varun Saxena
...
(cherry picked from commit 79dae624793164cd4692c86992a511310145858a)
2017-10-17 23:36:39 +05:30
Varun Saxena
c8db08dfac
YARN-6734. Ensure sub-application user is extracted & sent to timeline service (Rohith Sharma K S via Varun Saxena)
...
(cherry picked from commit 0443928d771e3e21825b4f487e8c0865ea641970)
2017-10-17 23:36:38 +05:30
Sunil G
4b65fe73ca
YARN-6102. RMActiveService context to be updated with new RMContext on failover. Contributed by Rohith Sharma K S.
...
(cherry picked from commit a657472b42
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/AdminService.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMActiveServiceContext.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMContextImpl.java
2017-10-17 23:36:38 +05:30
Rohith Sharma K S
4bea8af723
YARN-6888. Refactor AppLevelTimelineCollector such that RM does not have aggregator threads created. Contributed by Vrushali C.
...
(cherry picked from commit 20dd6d18b7787e67ef96f3b6b92ea8415a8650fd)
2017-10-17 23:36:38 +05:30
Rohith Sharma K S
4014390ef4
YARN-6733. Add table for storing sub-application entities. Contributed by Vrushali C.
...
(cherry picked from commit 416312e3a7f0f83cc1c8549640c3ba75aaa3d887)
2017-10-17 23:36:38 +05:30
Vrushali C
0f751a7fec
YARN-6850 Ensure that supplemented timestamp is stored only for flow run metrics (Contributed by Varun Saxena via Vrushali C)
2017-10-17 23:36:38 +05:30
Rohith Sharma K S
484d7e9b39
YARN-4455. Support fetching metrics by time range. Contributed by Varun Saxena.
...
(cherry picked from commit 743e4731781a7d9a4a5f1f09adc510f193182158)
2017-10-17 23:36:38 +05:30
Rohith Sharma K S
d01a3f1ba2
YARN-6801. NPE in RM while setting collectors map in NodeHeartbeatResponse. Contributed by Vrushali C.
...
(cherry picked from commit 5791ced4bd864ff6c08cb2c3ee10ab62008f0168)
2017-10-17 23:36:38 +05:30
Varun Saxena
c4f042d4c1
YARN-6604. Allow metric TTL for Application table to be specified through cmd (Haibo Chen via Varun Saxena)
...
(cherry picked from commit 0b7bff706e
)
2017-10-17 23:36:38 +05:30
vrushali
48d2e4f519
YARN-6316 Provide help information and documentation for TimelineSchemaCreator (Contributed by Haibo Chen via Vrushali C)
2017-10-17 23:36:38 +05:30
Varun Saxena
473f2f00ee
YARN-6658. Remove columnFor() methods of Columns in HBaseTimeline backend (Haibo Chen via Varun Saxena)
...
(cherry picked from commit f7cba98504a5e968bb6ae976d20b71c84a4664f2)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/apptoflow/AppToFlowColumn.java
2017-10-17 23:36:38 +05:30
Haibo Chen
d53038626e
YARN-6555. Store application flow context in NM state store for work-preserving restart. (Rohith Sharma K S via Haibo Chen)
...
(cherry picked from commit 47474fffac
)
(cherry picked from commit 8817cb5c8424359b880c6d700e53092f0269c1bb)
2017-10-17 23:36:38 +05:30
Haibo Chen
9b4d4228fb
YARN-6561. Update exception message during timeline collector aux service initialization. (Vrushali C via Haibo Chen)
...
(cherry picked from commit 4c8b9d23a1b4f92bf370617a0b42ac68bdcf33ac)
2017-10-17 23:36:38 +05:30