Arun Suresh
|
5f7edb79d1
|
YARN-5457. Refactor DistributedScheduling framework to pull out common functionality. (asuresh)
(cherry picked from commit 82c9e06101 )
|
2016-08-09 00:46:08 -07:00 |
Junping Du
|
adcecd417b
|
YARN-5470. Differentiate exactly match with regex in yarn log CLI. Contributed by Xuan Gong.
(cherry picked from commit e605d47df0 )
|
2016-08-05 11:00:13 -07:00 |
Arun Suresh
|
f197378f81
|
YARN-5113. Refactoring and other clean-up for distributed scheduling. (Konstantinos Karanasos via asuresh)
(cherry picked from commit e5766b1dbe )
|
2016-07-31 11:49:09 -07:00 |
Li Lu
|
0b5d96abb5
|
YARN-5436. Race in AsyncDispatcher can cause random test failures in Tez (probably YARN also). (Zhiyuan Yang via gtcarrera9)
(cherry picked from commit 7086fc72ee )
|
2016-07-28 16:52:21 -07:00 |
Jason Lowe
|
2f854b8386
|
YARN-5438. TimelineClientImpl leaking FileSystem Instances causing Long running services like HiverServer2 daemon going OOM. Contributed by Rohith Sharma K S
(cherry picked from commit a1890c32c5 )
|
2016-07-28 21:48:40 +00:00 |
Junping Du
|
932bf79244
|
YARN-5432. Lock already held by another process while LevelDB cache store creation for dag. Contributed by Li Lu.
(cherry picked from commit 7f3c306e2e )
|
2016-07-28 06:36:31 -07:00 |
Subru Krishnan
|
4ecfd05095
|
YARN-5441. Fixing minor Scheduler test case failures
(cherry picked from commit d2cbfd7de3 )
|
2016-07-27 18:26:29 -07:00 |
Arun Suresh
|
0f6ff20652
|
YARN-5351. ResourceRequest should take ExecutionType into account during comparison. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 2d8d183b19 )
|
2016-07-26 19:09:22 -07:00 |
Varun Vasudev
|
9e326f4eeb
|
YARN-5309. Fix SSLFactory truststore reloader thread leak in TimelineClientImpl. Contributed by Weiwei Yang.
(cherry picked from commit 9ccf935b2c )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/client/api/impl/TimelineClientImpl.java
|
2016-07-20 12:55:38 +05:30 |
Junping Du
|
ad8180fc6c
|
YARN-5213. Fix a bug in LogCLIHelpers which cause TestLogsCLI#testFetchApplictionLogs fails intermittently. Contributed by Xuan Gong.
(cherry picked from commit dc2f4b6ac8 )
|
2016-07-19 07:19:17 -07:00 |
Junping Du
|
e3bc4faa96
|
YARN-5339. Passing file to -out for YARN log CLI doesnt give warning or error code. Contributed by Xuan Gong.
(cherry picked from commit 7e5355c14e )
|
2016-07-15 09:24:03 -07:00 |
Vinod Kumar Vavilapalli
|
4a6cef8c91
|
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.
(cherry picked from commit eb47163234 )
|
2016-07-13 10:55:18 -07:00 |
Robert Kanter
|
7aaf82d469
|
YARN-4366. Fix Lint Warnings in YARN Common (templedf via rkanter)
(cherry picked from commit bf6f4a3b98 )
|
2016-07-12 15:13:00 -07:00 |
Jian He
|
e94e6be772
|
YARN-5270. Solve miscellaneous issues caused by YARN-4844. Contributed by Wangda Tan
|
2016-07-11 22:37:52 -07:00 |
Jian He
|
b7604a22e6
|
YARN-5233. Support for specifying a path for ATS plugin jars. Contributed by Li Lu
(cherry picked from commit 8a9d293dd6 )
|
2016-07-06 16:45:32 -07:00 |
Wangda Tan
|
e246cf74c9
|
YARN-5294. Pass remote ip address down to YarnAuthorizationProvider. (Jian He via wangda)
|
2016-07-06 16:42:35 -07:00 |
Xuan
|
b7f18f2815
|
YARN-5266. Wrong exit code while trying to get app logs using regex via CLI. Contributed by Xuan Gong
(cherry picked from commit 6ab5aa1c1f )
|
2016-06-22 21:50:09 -07:00 |
Arun Suresh
|
e64d21b297
|
YARN-5171. Extend DistributedSchedulerProtocol to notify RM of containers allocated by the Node. (Inigo Goiri via asuresh)
(cherry picked from commit 99e5dd68d0 )
|
2016-06-22 19:05:28 -07:00 |
Junping Du
|
ea4cab2330
|
YARN-5246. NMWebAppFilter web redirects drop query parameters. Contributed by Varun Vasudev.
(cherry picked from commit d0162f2040 )
|
2016-06-19 17:45:57 -07:00 |
Junping Du
|
6afa044dda
|
YARN-5251. Yarn CLI to obtain App logs for last 'n' bytes fails. Contributed by Xuan Gong.
(cherry picked from commit c35fa4a0e5 )
|
2016-06-17 08:25:33 -07:00 |
Junping Du
|
6dd34baf3c
|
YARN-5237. Fix missing log files issue in rolling log aggregation. Contributed by Xuan Gong.
(cherry picked from commit 5dfc38ff57 )
|
2016-06-15 16:20:07 -07:00 |
Varun Vasudev
|
75235149af
|
YARN-5223. Container line in yarn logs output for a live application should include the hostname for the container. Contributed by Xuan Gong.
(cherry picked from commit 25064fb2fb )
|
2016-06-15 12:43:26 +05:30 |
Wangda Tan
|
863bfa4d6a
|
YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda)
|
2016-06-14 15:12:00 -07:00 |
Wangda Tan
|
cd3bdbc70a
|
YARN-4887. Add allocation request ID to AM-RM protocol for identifying resource-requests explicitly. (Subru Krishnan via wangda)
(cherry picked from commit eec835ec17 )
|
2016-06-13 21:57:55 -07:00 |
Arun Suresh
|
fccb641942
|
YARN-5124. Modify AMRMClient to set the ExecutionType in the ResourceRequest. (asuresh)
(cherry picked from commit 5143277958 )
|
2016-06-12 09:43:19 -07:00 |
Wangda Tan
|
e91e9e596d
|
YARN-3426. Add jdiff support to YARN. (vinodkv via wangda)
(cherry picked from commit 03fc6b1bb0 )
|
2016-06-10 09:53:40 -07:00 |
Vinod Kumar Vavilapalli
|
f6cd1bcf89
|
YARN-5191. Renamed the newly added “download=true” option for getting logs via NMWebServices and AHSWebServices to be a better "format" option. (Xuan Gong via vinodkv)
(cherry picked from commit 9378d9428f )
|
2016-06-09 12:32:53 -07:00 |
Wangda Tan
|
aef6e455b1
|
YARN-4837. User facing aspects of 'AM blacklisting' feature need fixing. (vinodkv via wangda)
|
2016-06-09 10:08:31 -07:00 |
Naganarasimha
|
27fc225558
|
YARN-4308. ContainersAggregated CPU resource utilization reports negative usage in first few heartbeats. Contributed by Sunil G
(cherry picked from commit 1500a0a300 )
|
2016-06-09 05:44:41 +05:30 |
Ming Ma
|
74e2b5efa2
|
MAPREDUCE-5044. Have AM trigger jstack on task attempts that timeout before killing them. (Eric Payne and Gera Shegalov via mingma)
(cherry picked from commit 4a1cedc010 )
|
2016-06-06 14:34:47 -07:00 |
Arun Suresh
|
384a84828f
|
YARN-5180. Allow ResourceRequest to specify an enforceExecutionType flag. (asuresh)
(cherry picked from commit dc26601d8f )
|
2016-06-02 09:14:30 -07:00 |
Wangda Tan
|
b63ebca9dd
|
Addendum patch for YARN-4844, to supress few more deprecation warnings.
|
2016-06-01 14:37:20 -07:00 |
Xuan
|
04062593b4
|
YARN-5088. Improve "yarn log" command-line to read the last K bytes for the log files. Contributed by Xuan Gong
(cherry picked from commit 0bc05e40fa )
|
2016-06-01 13:45:24 -07:00 |
Varun Vasudev
|
d7bb28f15b
|
YARN-4007. Add support for different network setups when launching the docker container. Contributed by Sidharta Seethana.
(cherry picked from commit 86fb58b7dc )
|
2016-05-29 21:33:43 +05:30 |
Varun Vasudev
|
4f36c3d214
|
YARN-4844. Add getMemoryLong/getVirtualCoreLong to o.a.h.y.api.records.Resource. Contributed by Wangda Tan.
|
2016-05-29 20:55:39 +05:30 |
Arun Suresh
|
0b1472fbc0
|
YARN-5127. Expose ExecutionType in Container api record. (Hitesh Sharma via asuresh)
(cherry picked from commit aa975bc781 )
|
2016-05-27 14:07:15 -07:00 |
Xuan
|
38ae5954df
|
YARN-5089. Improve "yarn log" command-line "logFiles" option to support
regex. Contributed by Xuan Gong
(cherry picked from commit bde819abbb )
|
2016-05-26 23:50:14 -07:00 |
Rohith Sharma K S
|
ef3e0c6fd6
|
YARN-5005. TestRMWebServices#testDumpingSchedulerLogs fails randomly. Contributed by Bibin A Chundatt.
(cherry picked from commit 0a544f8a3e )
|
2016-05-27 10:48:47 +05:30 |
Arun Suresh
|
44cbf5b7f5
|
YARN-5162. Fix Exceptions thrown during in registerAM call when Distributed Scheduling is Enabled (Hitesh Sharma via asuresh)
(cherry picked from commit 5b41b288d0 )
|
2016-05-26 14:58:15 -07:00 |
Carlo Curino
|
c656977961
|
YARN-4957. Add getNewReservation in ApplicationClientProtocol (Sean Po via curino)
(cherry picked from commit 013532a95e )
|
2016-05-25 16:58:19 -07:00 |
Karthik Kambatla
|
0ac8c098e8
|
YARN-3344. Fix warning - procfs stat file is not in the expected format. (Ravindra Kumar Naik and Akira Ajisaka via kasha)
(cherry picked from commit 77d5ce9069 )
|
2016-05-25 10:51:09 -07:00 |
Robert Kanter
|
71e5b36763
|
YARN-4766. NM should not aggregate logs older than the retention policy (haibochen via rkanter)
(cherry picked from commit e07519b8db )
|
2016-05-25 10:25:59 -07:00 |
Naganarasimha
|
155f25061e
|
YARN-3971. Skip RMNodeLabelsManager#checkRemoveFromClusterNodeLabelsOfQueue on nodelabel recovery. (addendum patch). Contributed by Bibin A chundatt
(cherry picked from commit b4078bd17b )
|
2016-05-24 08:14:53 +08:00 |
Varun Vasudev
|
e7f396fd47
|
YARN-5016. Add support for a minimum retry interval for container retries. Contributed by Jun Gong.
(cherry picked from commit 0287c49107 )
|
2016-05-20 12:32:29 +05:30 |
Junping Du
|
2703ec6871
|
YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron.
|
2016-05-19 14:10:15 -07:00 |
Arun Suresh
|
1b4600abcf
|
YARN-4412. Create ClusterMonitor to compute ordered list of preferred NMs for OPPORTUNITIC containers. (asuresh)
(cherry picked from commit 341888a0aa )
|
2016-05-18 22:35:55 -07:00 |
Arun Suresh
|
d80d24aabf
|
YARN-2885. Create AMRMProxy request interceptor and ContainerAllocator to distribute OPPORTUNISTIC containers to appropriate Nodes (asuresh)
(cherry picked from commit 2bf025278a318b0452fdc9ece4427b4c42124e39)
(cherry picked from commit c282a08f38 )
|
2016-05-18 22:08:55 -07:00 |
Karthik Kambatla
|
b56fc51b70
|
YARN-2883. Queuing of container requests in the NM. (Konstantinos Karanasos and Arun Suresh via kasha)
(cherry picked from commit c8172f5f14 )
|
2016-05-18 22:08:20 -07:00 |
Arun Suresh
|
68964bbaa2
|
YARN-4335. Allow ResourceRequests to specify ExecutionType of a request ask (kkaranasos via asuresh)
(cherry picked from commit 8ffabfdf4f )
(cherry picked from commit b2a654c5ee )
|
2016-05-18 22:02:43 -07:00 |
Karthik Kambatla
|
2c6c701aff
|
YARN-2882. Add an OPPORTUNISTIC ExecutionType. (Konstantinos Karanasos and Inigo Goiri via kasha)
(cherry picked from commit fb00794368 )
|
2016-05-18 22:02:28 -07:00 |