Vinod Kumar Vavilapalli
|
8c5101ea6d
|
YARN-5340. Fixed a race condition in RollingLevelDBTimelineStore that caused loss of Timeline events. Contributed by Li Lu.
(cherry picked from commit 1c9d2ab503 )
|
2016-07-20 08:39:19 -07:00 |
Vinod Kumar Vavilapalli
|
e4a62a233d
|
YARN-5314. Fixed a ConcurrentModificationException in ATS v1.5 EntityGroupFSTimelineStore. Contributed by Li Lu.
(cherry picked from commit 673e5e02fe )
|
2016-07-07 22:42:19 -07:00 |
Wangda Tan
|
d838c6443d
|
YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda)
|
2016-06-14 15:21:41 -07:00 |
Xuan
|
11b4d1e486
|
Revert "YARN-4920. ATS/NM should support a link to dowload/get the logs in text format. Contributed by Xuan Gong."
This reverts commit 22ac37615a .
|
2016-06-08 11:23:12 -07:00 |
Junping Du
|
c8843cac03
|
YARN-5100. The YarnApplicationState is always running in ATS even application is finished. Contributed by Xuan Gong.
(cherry picked from commit 141873ca7d )
(cherry picked from commit 416274b53e )
|
2016-05-19 09:54:03 -07:00 |
Rohith Sharma K S
|
726c1f14b8
|
YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999). Contributed by Mohammad Shahid Khan and Varun Saxena
|
2016-05-19 10:50:32 +05:30 |
Junping Du
|
6d1300880f
|
YARN-5029. RM needs to send update event with YarnApplicationState as Running to ATS/AHS. Contributed by Xuan Gong.
(cherry picked from commit 39f2bac38b )
(cherry picked from commit 9dc3683d87 )
|
2016-05-11 09:40:51 -07:00 |
Jason Lowe
|
da24fe95f8
|
YARN-4747. AHS error 500 due to NPE when container start event is missing. Contributed by Varun Saxena
(cherry picked from commit b2ed6ae731 )
|
2016-05-06 23:00:53 +00:00 |
Junping Du
|
22ac37615a
|
YARN-4920. ATS/NM should support a link to dowload/get the logs in text format. Contributed by Xuan Gong.
(cherry picked from commit 3cf223166d452a0f58f92676837a9edb8ddc1139)
(cherry picked from commit c79dc07dc193904f2586a5d64ea2f4e56d2396b8)
|
2016-05-04 09:49:08 -07:00 |
Xuan
|
d5ea2462c2
|
YARN-4863. AHS Security login should be in serviceInit() instead of serviceStart(). Contributed by Junping Du
(cherry picked from commit 80182809ae )
(cherry picked from commit ffe01e05cd )
|
2016-03-28 22:21:31 -07:00 |
Li Lu
|
8e89bb9d38
|
YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency. (Steve Loughran via gtcarrera9)
(cherry-picked from commit d49cfb3504 )
|
2016-03-10 10:58:51 -08:00 |
Jian He
|
475a277e60
|
YARN-4748. ApplicationHistoryManagerOnTimelineStore should not swallow exceptions on generateApplicationReport. Contributed by Li Lu
(cherry picked from commit d93c22ec27 )
|
2016-02-29 18:19:49 -08:00 |
Xuan
|
353518f54c
|
YARN-4219. New levelDB cache storage for timeline v1.5. Contributed by
Li Lu
(cherry picked from commit 9fab22b366 )
(cherry picked from commit 2f00d8d3a7 )
|
2016-01-28 14:37:27 -08:00 |
Junping Du
|
a04f29ca90
|
YARN-4265. Provide new timeline plugin storage to support fine-grained entity caching. Contributed by Li Lu and Jason Lowe
(cherry picked from commit 02f597c5db )
(cherry picked from commit 4a30a44b11 )
|
2016-01-17 17:44:17 -08:00 |
Junping Du
|
a03532e04e
|
YARN-4581. AHS writer thread leak makes RM crash while RM is recovering. Contributed by sandflee.
(cherry picked from commit fc6d3a3b23 )
Conflicts:
hadoop-yarn-project/CHANGES.txt
(cherry picked from commit e09222306f )
|
2016-01-15 08:53:48 -08:00 |
Junping Du
|
630b637ff3
|
YARN-4234. New put APIs in TimelineClient for ats v1.5. Contributed by Xuan Gong.
(cherry picked from commit 882f2f0464 )
(cherry picked from commit 6e97a3c968 )
|
2015-12-23 05:31:16 -08:00 |
Jonathan Eagles
|
c4ae007fd4
|
YARN-4422. Generic AHS sometimes doesn't show started, node, or logs on App page (Eric Payne via jeagles)
(cherry picked from commit 4ff973f96a )
(cherry picked from commit 7c604c3d06 )
|
2015-12-18 16:34:43 -08:00 |
rohithsharmaks
|
03e615ba55
|
YARN-3456. Improve handling of incomplete TimelineEntities. (Varun Saxena via rohithsharmaks)
(cherry picked from commit 01a641bc44 )
|
2015-12-07 15:20:50 +05:30 |
Xuan
|
be65d319fa
|
YARN-2859.addendum: fix the remaining issue from the previous patch
(cherry picked from commit f114e728da )
|
2015-11-19 10:09:48 -08:00 |
Jian He
|
2cf084ac76
|
Revert "YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan"
This reverts commit a4ff03b200 .
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-11-16 20:19:31 -08:00 |
Jian He
|
a4ff03b200
|
YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan
(cherry picked from commit 8fbea531d7 )
|
2015-11-09 11:05:12 -08:00 |
Tsuyoshi Ozawa
|
1c80473a41
|
YARN-4320. TestJobHistoryEventHandler fails as AHS in MiniYarnCluster no longer binds to default port 8188. Contributed by Varun Saxena.
(cherry picked from commit ce31b22739 )
|
2015-10-30 18:00:35 +09:00 |
Wangda Tan
|
baa2998e93
|
YARN-4285. Display resource usage as percentage of queue and cluster in the RM UI (Varun Vasudev via wangda)
(cherry picked from commit 3cc73773eb )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-10-26 13:12:56 -07:00 |
Jonathan Eagles
|
6db7bfbcfd
|
YARN-4009. CORS support for ResourceManager REST API. ( Varun Vasudev via jeagles)
(cherry picked from commit f8adeb712d )
|
2015-10-23 10:43:59 -05:00 |
Jonathan Eagles
|
cc8093e5ac
|
YARN-2513. Host framework UIs in YARN for use with the ATS (jeagles)
(cherry picked from commit 25f8f801d1 )
|
2015-10-21 15:38:48 -05:00 |
Xuan
|
bf3f08cc63
|
YARN-3624. ApplicationHistoryServer should not reverse the order of the
filters it gets. Contributed by Mit Desai
(cherry picked from commit d1b9b85244 )
|
2015-09-24 15:03:05 -07:00 |
Rohith Sharma K S
|
fbb1d923f4
|
YARN-4044. Running applications information changes such as movequeue is not published to TimeLine server. (Sunil G via rohithsharmaks)
|
2015-09-24 12:17:55 +05:30 |
Wangda Tan
|
c31fe79979
|
YARN-3717. Expose app/am/queue's node-label-expression to RM web UI / CLI / REST-API. (Naganarasimha G R via wangda)
(cherry picked from commit ae5308fe1d )
|
2015-09-15 11:41:57 -07:00 |
Robert Kanter
|
fbcfca6f91
|
YARN-4031. Add JvmPauseMonitor to ApplicationHistoryServer and WebAppProxyServer (djp via rkanter)
(cherry picked from commit dc2340c60e )
|
2015-08-12 15:48:14 -07:00 |
rohithsharmaks
|
c5b20e0db6
|
YARN-4023. Publish Application Priority to TimelineServer. (Sunil G via rohithsharmaks)
(cherry picked from commit 1c12adb71f )
|
2015-08-12 14:47:23 +05:30 |
Xuan
|
8126fde884
|
YARN-3543. ApplicationReport should be able to tell whether the
Application is AM managed or not. Contributed by Rohith Sharma K S
(cherry picked from commit 0306d902f5 )
|
2015-08-03 15:47:21 -07:00 |
Robert Kanter
|
ba3b40ae79
|
YARN-3900. Protobuf layout of yarn_security_token causes errors in other protos that include it (adhoot via rkanter)
(cherry picked from commit 1d3026e7b3 )
|
2015-07-23 14:47:28 -07:00 |
Devaraj K
|
f558429efe
|
YARN-3837. javadocs of TimelineAuthenticationFilterInitializer give wrong
prefix for auth options. Contributed by Bibin A Chundatt.
(cherry picked from commit af63427c6d )
|
2015-07-07 12:08:03 +05:30 |
Jonathan Eagles
|
d1f0ff165b
|
YARN-3360. Add JMX metrics to TimelineDataManager (Jason Lowe via jeagles)
(cherry picked from commit 4c659ddbf7 )
|
2015-06-24 16:17:32 -05:00 |
Zhijie Shen
|
0dad10d845
|
YARN-3787. Allowed generic history service to load a number of applications whose started time is within the given range. Contributed by Xuan Gong.
(cherry picked from commit 8d0ef31632 )
|
2015-06-08 23:21:35 -07:00 |
Xuan
|
4d385b48f0
|
YARN-1462. AHS API and other AHS changes to handle tags for completed MR jobs. Contributed by Xuan Gong
(cherry picked from commit 3e000a919f )
|
2015-06-05 12:49:51 -07:00 |
Zhijie Shen
|
8f04ac9c34
|
YARN-3766. Fixed the apps table column error of generic history web UI. Contributed by Xuan Gong.
(cherry picked from commit 18dd01d6bf )
|
2015-06-04 14:48:05 -07:00 |
Zhijie Shen
|
2fcd3fe6ba
|
Revert "YARN-1462. Made RM write application tags to timeline server and exposed them to users via generic history web UI and REST API. Contributed by Xuan Gong."
This reverts commit 4e2ed34d20 .
|
2015-06-03 14:16:51 -07:00 |
Wangda Tan
|
a3734f67d3
|
YARN-3725. App submission via REST API is broken in secure mode due to Timeline DT service address is empty. (Zhijie Shen via wangda)
(cherry picked from commit 5cc3fced95 )
|
2015-05-31 16:33:50 -07:00 |
Xuan
|
4563411e04
|
YARN-2900. Application (Attempt and Container) Not Found in AHS results
in Internal Server Error (500). Contributed by Zhijie Shen and Mit Desai
(cherry picked from commit 9686261ecb )
|
2015-05-31 15:38:39 -07:00 |
Xuan
|
1ebaff0b86
|
Revert "YARN-2900. Application (Attempt and Container) Not Found in AHS results"
This reverts commit 4fee8b3202 .
|
2015-05-31 00:24:08 -07:00 |
Xuan
|
4fee8b3202
|
YARN-2900. Application (Attempt and Container) Not Found in AHS results
in Internal Server Error (500). Contributed by Zhijie Shen and Mit Desai
(cherry picked from commit 06f8e9caba )
|
2015-05-30 21:58:04 -07:00 |
Zhijie Shen
|
4e2ed34d20
|
YARN-1462. Made RM write application tags to timeline server and exposed them to users via generic history web UI and REST API. Contributed by Xuan Gong.
(cherry picked from commit a9f986bc5a41ab74171da1076d10e83c5adc284f)
|
2015-05-30 21:06:32 -07:00 |
Zhijie Shen
|
68cddb894a
|
YARN-3740. Fixed the typo in the configuration name: APPLICATION_HISTORY_PREFIX_MAX_APPS. Contributed by Xuan Gong.
(cherry picked from commit eb6bf91eea )
|
2015-05-29 18:18:47 -07:00 |
Zhijie Shen
|
839f81a632
|
YARN-3700. Made generic history service load a number of latest applications according to the parameter or the configuration. Contributed by Xuan Gong.
(cherry picked from commit 54504133f4 )
|
2015-05-27 16:53:47 -07:00 |
Xuan
|
33be070a5e
|
YARN-3701. Isolating the error of generating a single app report when
getting all apps from generic history service. Contributed by Zhijie
Shen
(cherry picked from commit 455b3acf0e )
|
2015-05-22 14:35:51 -07:00 |
Xuan
|
3ceb2ffe54
|
YARN-3541. Add version info on timeline service / generic history web UI and REST API. Contributed by Zhijie Shen
(cherry picked from commit 76afd28862 )
|
2015-05-18 13:19:01 -07:00 |
Junping Du
|
a1a7deebf8
|
YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak.
(cherry picked from commit 7e543c27fa )
|
2015-05-11 05:28:25 -07:00 |
Devaraj K
|
bf8be56292
|
YARN-2784. Make POM project names consistent. Contributed by Rohith.
|
2015-05-08 19:26:11 +05:30 |
Zhijie Shen
|
bb035ff087
|
YARN-3448. Added a rolling time-to-live LevelDB timeline store implementation. Contributed by Jonathan Eagles.
(cherry picked from commit daf3e4ef8b )
|
2015-05-07 10:10:13 -07:00 |