GuoPhilipse
|
c9d64bad37
|
YARN-11007. Correct words in YARN documents (#3680)
Reviewed-by: cxorm <lianp964@gmail.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2021-11-25 17:48:54 +09:00 |
|
Szilard Nemeth
|
ebf6b14c67
|
YARN-10123. Error message around yarn app -stop/start can be improved. Contributed by Siddharth Ahuja
This is required to highlight that an implementation at framework level is needed for the stop/start functionality to work.
|
2021-04-23 22:49:26 +02:00 |
|
Adam Antal
|
7ec16ac7f6
|
YARN-10443. Document options of logs CLI. Contributed by Ankit Kumar.
Fixes #2325
|
2020-09-23 17:42:56 +02:00 |
|
kevinzhao1661
|
ab2b3df2de
|
YARN-10383. YarnCommands.md is inconsistent with the source code (#2177)
|
2020-08-04 12:02:16 +09:00 |
|
Akira Ajisaka
|
dc66de7448
|
YARN-9985. Unsupported transitionToObserver option displaying for rmadmin command. Contributed by Ayush Saxena.
|
2019-12-09 18:37:34 +09:00 |
|
Sunil G
|
3990ffa083
|
YARN-9909. Offline format of YarnConfigurationStore. Contributed by Prabhu Joseph.
|
2019-10-17 06:43:06 +05:30 |
|
Szilard Nemeth
|
5cc7873a47
|
YARN-9699. Migration tool that help to generate CS config based on FS config [Phase 1]. Contributed by Peter Bacsko
|
2019-10-14 17:19:39 +02:00 |
|
Eric Yang
|
4c465f5535
|
YARN-8761. Service AM support for decommissioning component instances.
Contributed by Billie Rinaldi
|
2018-11-12 19:53:10 -05:00 |
|
Billie Rinaldi
|
53f2768926
|
YARN-7724. yarn application status should support application name. Contributed by Jian He
|
2018-01-12 15:33:46 -08:00 |
|
Sunil G
|
2564b4d07f
|
YARN-7119. Support multiple resource types in rmadmin updateNodeResource command. Contributed by Manikandan R.
|
2017-12-14 16:11:57 +05:30 |
|
Jian He
|
ba7ed7b66a
|
YARN-7384. Remove apiserver cmd and merge service cmd into application cmd. Contributed by Billie Rinaldi
|
2017-11-06 13:30:19 -08:00 |
|
Jian He
|
9273480084
|
YARN-7198. Add jsvc support for RegistryDNS. Contributed by Billie Rinaldi
|
2017-11-06 13:30:18 -08:00 |
|
Billie Rinaldi
|
ce74e64363
|
YARN-7210. Some NPE fixes in Registry DNS. Contributed by Jian He
|
2017-11-06 13:30:16 -08:00 |
|
Billie Rinaldi
|
37c9b7327d
|
YARN-7186. Add examples in yarn-service. Contributed by Jian He
|
2017-11-06 13:30:16 -08:00 |
|
Gour Saha
|
541b64c798
|
YARN-7165. Miscellaneous fixes in yarn-native-services. Contributed by Jian He
|
2017-11-06 13:30:15 -08:00 |
|
Jonathan Hung
|
09c5dfe937
|
YARN-7251. Misc changes to YARN-5734
|
2017-10-09 11:11:23 -07:00 |
|
Jonathan Hung
|
a3075de9ab
|
YARN-7238. Documentation for API based scheduler configuration management
|
2017-10-09 11:11:23 -07:00 |
|
Robert Kanter
|
ce79f7be29
|
YARN-7094. Document the current known issue with server-side NM graceful decom (rkanter)
|
2017-08-30 18:04:55 -07:00 |
|
Masatake Iwasaki
|
fbc0c2bd76
|
YARN-4753. Use doxia macro to generate in-page TOC of YARN site documentation. (iwasakims)
|
2017-02-15 13:09:10 +09:00 |
|
Akira Ajisaka
|
e407449ddb
|
HADOOP-13933. Add haadmin -getAllServiceState option to get the HA state of all the NameNodes/ResourceManagers. Contributed by Surendra Singh Lilhore.
|
2017-01-17 10:10:23 +09:00 |
|
Daniel Templeton
|
165d01a73e
|
YARN-5931. Document timeout interfaces CLI and REST APIs (Contributed by Rohith Sharma K S via Daniel Templeton)
|
2016-12-30 08:41:52 -08:00 |
|
Daniel Templeton
|
ded2d08f33
|
HADOOP-13940. Document the missing envvars commands (Contributed by Yiqun Lin via Daniel Templeton)
|
2016-12-27 07:18:08 -08:00 |
|
Naganarasimha
|
0e75496049
|
YARN-5720. Update document for "rmadmin -replaceLabelOnNode". Contributred by Tao Jie
|
2016-11-03 12:32:22 +05:30 |
|
Jason Lowe
|
b4a8fbcbbc
|
YARN-5172. Update yarn daemonlog documentation due to HADOOP-12847. Contributed by Wei-Chiu Chuang
|
2016-10-27 19:43:02 +00:00 |
|
Junping Du
|
0da69c324d
|
YARN-4676. Automatic and Asynchronous Decommissioning Nodes Status Tracking. Contributed by Diniel Zhi.
(cherry picked from commit d464483bf7f0b3e3be3ba32cd6c3eee546747ab5)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ResourceTrackerService.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmnode/RMNode.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmnode/RMNodeImpl.java
|
2016-08-18 07:27:23 -07:00 |
|
Varun Vasudev
|
f1b8f6b2c1
|
YARN-4884. Fix missing documentation about rmadmin command regarding node labels. Contributed by Kai Sasaki.
|
2016-03-31 14:01:48 +05:30 |
|
Rohith Sharma K S
|
de09f41147
|
YARN-4651. Document movetoqueue option in 'YARN Commands'. (Takashi Ohnishi via rohithsharmaks)
|
2016-02-23 18:03:42 +08:00 |
|
Jian He
|
ad997fab67
|
YARN-4098. Document ApplicationPriority feature. Contributed by Rohith Sharma K S
|
2015-12-29 16:51:55 -08:00 |
|
cnauroth
|
a531b058ae
|
YARN-3786. Document yarn class path options. Contributed by Brahma Reddy Battula.
|
2015-06-08 16:18:36 -07:00 |
|
Akira Ajisaka
|
b08908ae5e
|
YARN-3410. Addendum fix for compilation error. Contributed by Rohith.
|
2015-04-22 17:47:00 +09:00 |
|
Wangda Tan
|
e71d0d87d9
|
YARN-3410. YARN admin should be able to remove individual application records from RMStateStore. (Rohith Sharmaks via wangda)
|
2015-04-21 17:51:22 -07:00 |
|
Tsuyoshi Ozawa
|
30c428a858
|
YARN-3295. Fix documentation nits found in markdown conversion. Contributed by Masatake Iwasaki.
|
2015-03-11 15:02:24 +09:00 |
|
Allen Wittenauer
|
2e44b75f72
|
YARN-3168. Convert site documentation from apt to markdown (Gururaj Shetty via aw)
|
2015-02-27 20:39:44 -08:00 |
|