Xuan
|
429347289c
|
YARN-5363. For AM containers, or for containers of running-apps, "yarn logs" incorrectly only (tries to) shows syslog file-type by default. (Contributed by Vinod Kumar Vavilapalli)
|
2016-07-14 10:20:08 -07:00 |
|
Vinod Kumar Vavilapalli
|
d18050522c
|
YARN-5339. Fixed "yarn logs" to fail when a file is passed to -out option instead of a directory. Contributed by Xuan Gong.
|
2016-07-13 14:52:30 -07:00 |
|
Vinod Kumar Vavilapalli
|
eb47163234
|
YARN-5200. Enhanced "yarn logs" to be able to get a list of containers whose logs are aggregated via a "show_container_log_info" option. Contributed by Xuan Gong.
|
2016-07-13 10:54:15 -07:00 |
|
Jian He
|
819224dcf9
|
YARN-5270. Solve miscellaneous issues caused by YARN-4844. Contributed by Wangda Tan
|
2016-07-11 22:36:20 -07:00 |
|
Jian He
|
d169f5052f
|
YARN-5227. Yarn logs command: no need to specify applicationId when
specifying containerId. Contributed by Gergely Novák
|
2016-07-06 10:43:27 -07:00 |
|
Xuan
|
6ab5aa1c1f
|
YARN-5266. Wrong exit code while trying to get app logs using regex via CLI. Contributed by Xuan Gong
|
2016-06-22 21:48:49 -07:00 |
|
Arun Suresh
|
99e5dd68d0
|
YARN-5171. Extend DistributedSchedulerProtocol to notify RM of containers allocated by the Node. (Inigo Goiri via asuresh)
|
2016-06-22 19:04:54 -07:00 |
|
Junping Du
|
c35fa4a0e5
|
YARN-5251. Yarn CLI to obtain App logs for last 'n' bytes fails. Contributed by Xuan Gong.
|
2016-06-17 08:24:24 -07:00 |
|
Junping Du
|
e14ee0d3b5
|
YARN-5083. YARN CLI for AM logs does not give any error message if entered invalid am value. Contributed by Jian He.
|
2016-06-16 08:55:56 -07:00 |
|
Varun Vasudev
|
25064fb2fb
|
YARN-5223. Container line in yarn logs output for a live application should include the hostname for the container. Contributed by Xuan Gong.
|
2016-06-15 12:42:44 +05:30 |
|
Wangda Tan
|
c77a1095dc
|
YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda)
|
2016-06-14 15:06:38 -07:00 |
|
Arun Suresh
|
5143277958
|
YARN-5124. Modify AMRMClient to set the ExecutionType in the ResourceRequest. (asuresh)
|
2016-06-12 09:42:38 -07:00 |
|
Wangda Tan
|
244506f9c8
|
YARN-5208. Run TestAMRMClient TestNMClient TestYarnClient TestClientRMTokens TestAMAuthorization tests with hadoop.security.token.service.use_ip enabled. (Rohith Sharma K S via wangda)
|
2016-06-10 09:34:32 -07:00 |
|
Ming Ma
|
4a1cedc010
|
MAPREDUCE-5044. Have AM trigger jstack on task attempts that timeout before killing them. (Eric Payne and Gera Shegalov via mingma)
|
2016-06-06 14:30:51 -07:00 |
|
Arun Suresh
|
dc26601d8f
|
YARN-5180. Allow ResourceRequest to specify an enforceExecutionType flag. (asuresh)
|
2016-06-02 09:01:02 -07:00 |
|
Xuan
|
0bc05e40fa
|
YARN-5088. Improve "yarn log" command-line to read the last K bytes for the log files. Contributed by Xuan Gong
|
2016-06-01 13:44:21 -07:00 |
|
Varun Vasudev
|
4e1f56e111
|
YARN-5141. Get Container logs for the Running application from Yarn Logs CommandLine. Contributed by Xuan Gong.
|
2016-05-29 21:53:43 +05:30 |
|
Varun Vasudev
|
42f90ab885
|
YARN-4844. Add getMemorySize/getVirtualCoresSize to o.a.h.y.api.records.Resource. Contributed by Wangda Tan.
|
2016-05-29 21:24:16 +05:30 |
|
Xuan
|
bde819abbb
|
YARN-5089. Improve "yarn log" command-line "logFiles" option to support
regex. Contributed by Xuan Gong
|
2016-05-26 23:49:20 -07:00 |
|
Carlo Curino
|
013532a95e
|
YARN-4957. Add getNewReservation in ApplicationClientProtocol (Sean Po via curino)
|
2016-05-25 16:55:49 -07:00 |
|
Naganarasimha
|
f04c81c9ce
|
YARN-4925. ContainerRequest in AMRMClient, application should be able to specify nodes/racks together with nodeLabelExpression. Contributed by Bibin A Chundatt
|
2016-05-19 01:30:48 +08:00 |
|
Varun Vasudev
|
ef1757790d
|
YARN-4913. Yarn logs should take a -out option to write to a directory. Contributed by Xuan Gong.
|
2016-05-18 22:44:33 +05:30 |
|
Arun Suresh
|
8a9ecb7584
|
YARN-5090. Add End-to-End test-cases for DistributedScheduling using MiniYarnCluster. (asuresh)
|
2016-05-17 19:01:29 -07:00 |
|
Vinod Kumar Vavilapalli
|
87f5e35133
|
YARN-4842. Fixed "yarn logs" command to guess (and thus not require) the appOwner argument when viewing another user's logs. Contributed by Ram Venkatesh and Xuan Gong.
|
2016-05-09 22:41:18 -07:00 |
|
Vinod Kumar Vavilapalli
|
9e37fe3b7a
|
YARN-4905. Improved "yarn logs" command-line to optionally show log metadata also. Contributed by Xuan Gong.
|
2016-05-04 14:16:03 -07:00 |
|
Varun Vasudev
|
66b07d8374
|
YARN-4966. Improve yarn logs to fetch container logs without specifying nodeId. Contributed by Xuan Gong.
|
2016-04-27 15:56:36 +05:30 |
|
Karthik Kambatla
|
6e297836d6
|
YARN-4935. TestYarnClient#testSubmitIncorrectQueue fails when FairScheduler is the default. (Yufei Gu via kasha)
|
2016-04-20 23:40:46 -07:00 |
|
Jian He
|
8831b18c65
|
Missing file for YARN-4117.
|
2016-03-28 09:59:47 -07:00 |
|
Junping Du
|
19b645c938
|
YARN-4820. ResourceManager web redirects in HA mode drops query parameters. Contributed by Varun Vasudev.
|
2016-03-23 19:34:30 -07:00 |
|
Eric Payne
|
92b7e0d413
|
YARN-4686. MiniYARNCluster.start() returns before cluster is completely started. Contributed by Eric Badger.
|
2016-03-18 16:12:47 +00:00 |
|
Rohith Sharma K S
|
c1afac3a98
|
YARN-4654. Yarn node label CLI should parse "=" correctly when trying to remove all labels on a node. (Naganarasimha G R via rohithsharmaks)
|
2016-02-18 14:10:37 +05:30 |
|
Varun Vasudev
|
2fb423e195
|
YARN-4684. TestYarnCLI#testGetContainers failing in CN locale. Contributed by Bibin A Chundatt.
|
2016-02-12 12:06:55 +05:30 |
|
Steve Loughran
|
e9a622606f
|
YARN-4629. Distributed shell breaks under strong security. (Daniel Templeton via stevel)
|
2016-02-10 13:01:10 +00:00 |
|
Wangda Tan
|
9875325d5c
|
YARN-4340. Add list API to reservation system. (Sean Po via wangda)
|
2016-02-02 10:17:33 +08:00 |
|
Xuan
|
618bfd6ac2
|
YARN-4496. Improve HA ResourceManager Failover detection on the client.
Contributed by Jian He
|
2016-01-22 18:20:38 -08:00 |
|
Jason Lowe
|
e91e8b711c
|
YARN-4371. "yarn application -kill" should take multiple application ids. Contributed by Sunil G
|
2016-01-22 21:36:15 +00:00 |
|
rohithsharmaks
|
34a3900773
|
YARN-4574. Fix random failure in TestAMRMClientOnRMRestart. (Takashi Ohnishi via rohithsharmaks)
|
2016-01-22 21:17:37 +05:30 |
|
Akira Ajisaka
|
8f58f742ae
|
YARN-4605. Spelling mistake in the help message of "yarn applicationattempt" command. Contributed by Weiwei Yang.
|
2016-01-22 19:43:06 +09:00 |
|
Akira Ajisaka
|
62b0d61513
|
YARN-4534. Remove the redundant symbol in yarn rmadmin help msg. Contributed by Lin Yiqun.
|
2016-01-14 13:59:39 +09:00 |
|
Wangda Tan
|
8310b2e9ff
|
YARN-4522. Queue acl can be checked at app submission. (Jian He via wangda)
|
2015-12-30 15:30:12 -08:00 |
|
Wangda Tan
|
a0de702851
|
YARN-4290. Add -showDetails option to YARN Nodes CLI to print all nodes reports information. (Sunil G via wangda)
|
2015-12-21 11:36:22 -08:00 |
|
Wangda Tan
|
7faa406f27
|
YARN-4225. Add preemption status to yarn queue -status for capacity scheduler. (Eric Payne via wangda)
|
2015-12-16 13:19:40 -08:00 |
|
Wangda Tan
|
79c41b1d83
|
YARN-4293. ResourceUtilization should be a part of yarn node CLI. (Sunil G via wangda)
|
2015-12-16 13:18:19 -08:00 |
|
Wangda Tan
|
23c625ec57
|
YARN-4384. updateNodeResource CLI should not accept negative values for resource. (Junping Du via wangda)
|
2015-11-24 16:35:56 -08:00 |
|
Wangda Tan
|
7ff280fca9
|
YARN-1509. Make AMRMClient support send increase container request and get increased/decreased containers. (Meng Ding via wangda)
|
2015-11-12 11:50:00 -08:00 |
|
Jason Lowe
|
06a70311b9
|
YARN-4345. yarn rmadmin -updateNodeResource doesn't work. Contributed by Junping Du
|
2015-11-12 14:49:06 +00:00 |
|
Wangda Tan
|
c99925d6dd
|
YARN-1510. Make NMClient support change container resources. (Meng Ding via wangda)
|
2015-11-10 11:45:46 -08:00 |
|
Tsuyoshi Ozawa
|
9f4dfdf4eb
|
YARN-4251. TestAMRMClientOnRMRestart#testAMRMClientOnAMRMTokenRollOverOnRMRestart is failing. Contributed by Brahma Reddy Battula.
|
2015-10-28 17:39:12 +09:00 |
|
Wangda Tan
|
3cc73773eb
|
YARN-4285. Display resource usage as percentage of queue and cluster in the RM UI (Varun Vasudev via wangda)
|
2015-10-26 13:07:39 -07:00 |
|
Rohith Sharma K S
|
b57f08c0d2
|
YARN-4246. NPE while listing app attempt. (Nijel S F via rohithsharmaks)
|
2015-10-26 11:56:36 +05:30 |
|