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
|
03fc6b1bb0
|
YARN-3426. Add jdiff support to YARN. (vinodkv via wangda)
|
2016-06-10 09:51:09 -07:00 |
|
Vinod Kumar Vavilapalli
|
9378d9428f
|
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)
|
2016-06-09 12:30:58 -07:00 |
|
Naganarasimha
|
1500a0a300
|
YARN-4308. ContainersAggregated CPU resource utilization reports negative usage in first few heartbeats. Contributed by Sunil G
|
2016-06-09 05:41:09 +05:30 |
|
Wangda Tan
|
620325e816
|
YARN-4837. User facing aspects of 'AM blacklisting' feature need fixing. (vinodkv via wangda)
|
2016-06-07 15:06:42 -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
|
86fb58b7dc
|
YARN-4007. Add support for different network setups when launching the docker container. Contributed by Sidharta Seethana.
|
2016-05-29 21:32:51 +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 |
|
Arun Suresh
|
aa975bc781
|
YARN-5127. Expose ExecutionType in Container api record. (Hitesh Sharma via asuresh)
|
2016-05-27 14:06:32 -07:00 |
|
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 |
|
Rohith Sharma K S
|
0a544f8a3e
|
YARN-5005. TestRMWebServices#testDumpingSchedulerLogs fails randomly. Contributed by Bibin A Chundatt.
|
2016-05-27 10:44:35 +05:30 |
|
Arun Suresh
|
5b41b288d0
|
YARN-5162. Fix Exceptions thrown during in registerAM call when Distributed Scheduling is Enabled (Hitesh Sharma via asuresh)
|
2016-05-26 14:56:37 -07:00 |
|
Carlo Curino
|
013532a95e
|
YARN-4957. Add getNewReservation in ApplicationClientProtocol (Sean Po via curino)
|
2016-05-25 16:55:49 -07:00 |
|
Karthik Kambatla
|
77d5ce9069
|
YARN-3344. Fix warning - procfs stat file is not in the expected format. (Ravindra Kumar Naik and Akira Ajisaka via kasha)
|
2016-05-25 10:50:54 -07:00 |
|
Robert Kanter
|
e07519b8db
|
YARN-4766. NM should not aggregate logs older than the retention policy (haibochen via rkanter)
|
2016-05-25 10:25:44 -07:00 |
|
Naganarasimha
|
b4078bd17b
|
YARN-3971. Skip RMNodeLabelsManager#checkRemoveFromClusterNodeLabelsOfQueue on nodelabel recovery. (addendum patch). Contributed by Bibin A chundatt
|
2016-05-24 08:06:53 +08:00 |
|
Varun Vasudev
|
0287c49107
|
YARN-5016. Add support for a minimum retry interval for container retries. Contributed by Jun Gong.
|
2016-05-20 12:28:14 +05:30 |
|
Junping Du
|
22fcd819f0
|
YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron.
(cherry picked from commit 2703ec68712279494d67b0d76b7ac10e7a1628be)
|
2016-05-19 14:15:21 -07: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 |
|
Andrew Wang
|
3c5c57af28
|
HADOOP-13142. Change project version from 3.0.0 to 3.0.0-alpha1.
|
2016-05-12 18:27:28 -07:00 |
|
Andrew Wang
|
ca5613af91
|
Revert "Update project version to 3.0.0-alpha1-SNAPSHOT."
This reverts commit 6b53802cba .
|
2016-05-12 15:32:45 -07:00 |
|
Andrew Wang
|
6b53802cba
|
Update project version to 3.0.0-alpha1-SNAPSHOT.
|
2016-05-12 11:05:05 -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 |
|
Jason Lowe
|
d0da13229c
|
YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla
|
2016-05-05 14:07:54 +00: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 |
|
Jason Lowe
|
c6b4839168
|
YARN-4834. ProcfsBasedProcessTree doesn't track daemonized processes. Contributed by Nathan Roberts
|
2016-05-03 17:27:28 +00:00 |
|
Varun Vasudev
|
0f25a1bb52
|
YARN-3998. Add support in the NodeManager to re-launch containers. Contributed by Jun Gong.
|
2016-04-29 16:09:07 +05:30 |
|
Jian He
|
4a8508501b
|
YARN-5009. NMLeveldbStateStoreService database can grow substantially leading to longer recovery times. Contributed by Jason Lowe
|
2016-04-28 21:54:11 -07:00 |
|
Jian He
|
dd80042c42
|
YARN-5008. LeveldbRMStateStore database can grow substantially leading to long recovery times. Contributed by Jason Lowe
|
2016-04-28 21:27:25 -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 |
|
Arun Suresh
|
341888a0aa
|
YARN-4412. Create ClusterMonitor to compute ordered list of preferred NMs for OPPORTUNITIC containers. (asuresh)
|
2016-04-26 20:12:12 -07:00 |
|
Arun Suresh
|
c282a08f38
|
YARN-2885. Create AMRMProxy request interceptor and ContainerAllocator to distribute OPPORTUNISTIC containers to appropriate Nodes (asuresh)
(cherry picked from commit 2bf025278a318b0452fdc9ece4427b4c42124e39)
|
2016-04-24 22:38:33 -07:00 |
|
Arun Suresh
|
b2a654c5ee
|
YARN-4335. Allow ResourceRequests to specify ExecutionType of a request ask (kkaranasos via asuresh)
(cherry picked from commit 8ffabfdf4fec104cdaa68133385cfe9cf88b95a8)
|
2016-04-22 23:20:54 -07:00 |
|
Chris Douglas
|
95a5046607
|
YARN-4976. Missing NullPointer check in ContainerLaunchContextPBImpl. Contributed by Giovanni Matteo Fumarola
|
2016-04-21 10:45:38 -07:00 |
|
Karthik Kambatla
|
c8172f5f14
|
YARN-2883. Queuing of container requests in the NM. (Konstantinos Karanasos and Arun Suresh via kasha)
|
2016-04-20 09:55:50 -07:00 |
|
Vinod Kumar Vavilapalli
|
477003730e
|
Fixed TimelineClient to retry SocketTimeoutException too. Contributed by Xuan Gong.
|
2016-04-18 11:47:06 -07:00 |
|
Xuan
|
e6c0742012
|
YARN-4965. Distributed shell AM failed due to ClientHandlerException thrown by jersey. Contributed by Junping Du
|
2016-04-16 19:39:18 -07:00 |
|
Naganarasimha
|
fdbafbc9e5
|
YARN-4909. Fix intermittent failures of TestRMWebServices And TestRMWithCSRFFilter. Contributed by Bibin A Chundatt
|
2016-04-15 23:37:05 +05:30 |
|
Rohith Sharma K S
|
4ee7f0a3e7
|
YARN-4897. dataTables_wrapper change min height. Contributed by Bibin A Chundatt.
|
2016-04-12 10:25:56 +05:30 |
|
Jason Lowe
|
2a5da97f81
|
Revert "YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla"
This reverts commit 1cbcd4a491 .
|
2016-04-11 15:51:01 +00:00 |
|
Akira Ajisaka
|
1ff27f9d12
|
YARN-4630. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
|
2016-04-11 14:55:03 +09:00 |
|
Varun Vasudev
|
07920acc16
|
YARN-4562. YARN WebApp ignores the configuration passed to it for keystore settings. Contributed by Sergey Shelukhin.
|
2016-04-11 09:39:57 +05:30 |
|
Jason Lowe
|
1cbcd4a491
|
YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla
|
2016-04-05 13:40:19 +00:00 |
|
naganarasimha
|
5092c94195
|
YARN-4746. yarn web services should convert parse failures of appId, appAttemptId and containerId to 400. Contributed by Bibin A Chundatt
|
2016-04-04 16:25:03 +05:30 |
|
Karthik Kambatla
|
81d04cae41
|
YARN-4657. Javadoc comment is broken for Resources.multiplyByAndAddTo(). (Daniel Templeton via kasha)
|
2016-04-01 16:20:00 -07:00 |
|
Arun Suresh
|
5686caa9fc
|
Missing file for YARN-4895.
|
2016-04-01 15:58:13 -07:00 |
|
Varun Vasudev
|
3488c4f2c9
|
Revert "YARN-4857. Add missing default configuration regarding preemption of CapacityScheduler. Contributed by Kai Sasaki."
This reverts commit 0064cba169 .
|
2016-04-01 12:20:40 +05:30 |
|
Sangjin Lee
|
6d67420dbc
|
YARN-4183. Clarify the behavior of timeline service config properties (Naganarasimha G R via sjlee)
|
2016-03-31 10:49:03 -07:00 |
|
Varun Vasudev
|
0064cba169
|
YARN-4857. Add missing default configuration regarding preemption of CapacityScheduler. Contributed by Kai Sasaki.
|
2016-03-31 14:05:49 +05:30 |
|
Jason Lowe
|
e8fc81f9c8
|
YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. Contributed by Xuan Gong
|
2016-03-25 20:15:49 +00:00 |
|
Junping Du
|
af1d125f9c
|
YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. Contributed by Xuan Gong.
|
2016-03-23 08:57:16 -07:00 |
|
Karthik Kambatla
|
7fae4c68e6
|
YARN-4732. *ProcessTree classes have too many whitespace issues
|
2016-03-20 10:47:38 -07:00 |
|
Xuan
|
a888b5bc53
|
Revert "YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)"
This reverts commit 3a0b695441 .
|
2016-03-15 22:10:39 -07:00 |
|
Li Lu
|
5176a69868
|
YARN-4817. Change Log Level to DEBUG for putDomain call in ATS 1.5. (Xuan Gong via gtcarrera9)
|
2016-03-15 11:47:39 -07:00 |
|
Li Lu
|
3a0b695441
|
YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)
|
2016-03-15 11:40:54 -07:00 |
|
Siddharth Seth
|
eba66a64d2
|
YARN-4816. Fix incompatible change in SystemClock.
|
2016-03-14 20:14:33 -07:00 |
|
Junping Du
|
f291d82cd4
|
YARN-4545. Allow YARN distributed shell to use ATS v1.5 APIs. Li Lu via junping_du
|
2016-03-14 08:28:38 -07:00 |
|
Li Lu
|
d49cfb3504
|
YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency. (Steve Loughran via gtcarrera9)
|
2016-03-10 10:51:55 -08:00 |
|
Varun Vasudev
|
e51a8c1056
|
YARN-4737. Add CSRF filter support in YARN. Contributed by Jonathan Maron.
|
2016-03-07 15:26:44 +05:30 |
|
Robert Kanter
|
d7fdec1e6b
|
YARN-4579. Allow DefaultContainerExecutor container log directory permissions to be configurable (rchiang via rkanter)
|
2016-02-25 16:36:38 -08:00 |
|
Robert Kanter
|
c4d4df8de0
|
YARN-4701. When task logs are not available, port 8041 is referenced instead of port 8042 (haibochen via rkanter)
|
2016-02-25 12:48:02 -08:00 |
|
Robert Kanter
|
954dd57043
|
YARN-4697. NM aggregation thread pool is not bound by limits (haibochen via rkanter)
|
2016-02-24 15:00:24 -08:00 |
|
Li Lu
|
9e0f7b8b69
|
YARN-4680. TimerTasks leak in ATS V1.5 Writer. (Xuan Gong via
gtcarrera9)
|
2016-02-24 13:43:09 -08:00 |
|
Sangjin Lee
|
553b591ba0
|
YARN-4722. AsyncDispatcher logs redundant event queue sizes (Jason Lowe via sjlee)
|
2016-02-24 09:29:41 -08:00 |
|
Varun Vasudev
|
140cb5d745
|
YARN-4709. NMWebServices produces incorrect JSON for containers. Contributed by Varun Saxena.
|
2016-02-23 12:29:25 +05:30 |
|
Zhe Zhang
|
a2fdfff02d
|
HADOOP-12668. Support excluding weak Ciphers in HttpServer2 through ssl-server.conf. Contributed by Vijay Singh.
Change-Id: Ie46a5427d29188935427f67e55203c19fcd83335
|
2016-02-22 14:13:54 -08:00 |
|
Arun Suresh
|
23f937e3b7
|
YARN-2575. Create separate ACLs for Reservation create/update/delete/list ops (Sean Po via asuresh)
|
2016-02-11 10:47:43 -08:00 |
|
Varun Vasudev
|
fa00d3e205
|
YARN-4655. Log uncaught exceptions/errors in various thread pools in YARN. Contributed by Sidharta Seethana.
|
2016-02-11 12:06:42 +05:30 |
|
Varun Vasudev
|
308d63f382
|
YARN-4307. Display blacklisted nodes for AM container in the RM web UI. Contributed by Naganarasimha G R.
|
2016-02-04 13:32:54 +05:30 |
|
Devaraj K
|
db144eb1c5
|
YARN-4100. Add Documentation for Distributed and Delegated-Centralized
Node Labels feature. Contributed by Naganarasimha G R.
|
2016-02-02 12:06:51 +05:30 |
|
Wangda Tan
|
9875325d5c
|
YARN-4340. Add list API to reservation system. (Sean Po via wangda)
|
2016-02-02 10:17:33 +08:00 |
|
Xuan
|
9fab22b366
|
YARN-4219. New levelDB cache storage for timeline v1.5. Contributed by
Li Lu
|
2016-01-28 14:24:22 -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 |
|
Wangda Tan
|
89d1fd5dac
|
HADOOP-12356. Fix computing CPU usage statistics on Windows. (Inigo Goiri via wangda)
|
2016-01-19 21:27:38 +08:00 |
|
Karthik Kambatla
|
d40859fab1
|
YARN-4526. Make SystemClock singleton so AppSchedulingInfo could use it. (kasha)
|
2016-01-18 10:58:14 +01:00 |
|
Junping Du
|
02f597c5db
|
YARN-4265. Provide new timeline plugin storage to support fine-grained entity caching. Contributed by Li Lu and Jason Lowe
|
2016-01-17 17:37:40 -08:00 |
|
rohithsharmaks
|
f7736f464f
|
YARN-4389. Allow application to enable or disable am blacklisting. (Sunil G via rohithsharmaks)
|
2016-01-15 21:38:26 +05:30 |
|
Wangda Tan
|
c0537bcd2c
|
YARN-4571. Make app id/name available to the yarn authorizer provider for better auditing. (Jian He via wangda)
|
2016-01-13 13:18:31 +08:00 |
|
Jason Lowe
|
13de8359a1
|
YARN-4414. Nodemanager connection errors are retried at multiple levels. Contributed by Chang Li
|
2016-01-12 15:56:15 +00:00 |
|
Akira Ajisaka
|
56b9500bbd
|
HADOOP-12584. Disable browsing the static directory in HttpServer2. Contributed by Robert Kanter.
|
2016-01-12 13:34:18 +09:00 |
|
Karthik Kambatla
|
fb00794368
|
YARN-2882. Add an OPPORTUNISTIC ExecutionType. (Konstantinos Karanasos and Inigo Goiri via kasha)
|
2015-12-26 20:22:16 -08:00 |
|
Gera Shegalov
|
2c17b81569
|
YARN-2934. Improve handling of container's stderr. (Naganarasimha G R via gera)
|
2015-12-24 23:48:05 -08:00 |
|
Junping Du
|
bb5df272b9
|
YARN-4400. AsyncDispatcher.waitForDrained should be final. Contributed by Daniel Templeton.
|
2015-12-23 08:55:12 -08:00 |
|
Junping Du
|
882f2f0464
|
YARN-4234. New put APIs in TimelineClient for ats v1.5. Contributed by Xuan Gong.
|
2015-12-23 05:26:51 -08:00 |
|
cnauroth
|
114b590955
|
YARN-3458. CPU resource monitoring in Windows. Contributed by Inigo Goiri.
|
2015-12-21 16:59:09 -08:00 |
|
Wangda Tan
|
bc038b382c
|
YARN-4454. NM to nodelabel mapping going wrong after RM restart. (Bibin A Chundatt via wangda)
|
2015-12-21 11:30:13 -08:00 |
|
Jian He
|
85c2466048
|
YARN-4164. Changed updateApplicationPriority API to return the updated application priority. Contributed by Rohith Sharma K S
|
2015-12-18 14:13:48 -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 |
|
Jian He
|
1cb3299b48
|
YARN-4403. (AM/NM/Container)LivelinessMonitor should use monotonic time when calculating period. Contributed by Junping Du
|
2015-12-14 13:51:23 -08:00 |
|
Wangda Tan
|
dfcbbddb09
|
YARN-4309. Add container launch related debug information to container logs when a container fails. (Varun Vasudev via wangda)
|
2015-12-14 11:13:22 -08:00 |
|
Xuan
|
21daa6c68a
|
YARN-3623-Addendum: Improve the description for Timeline Service Version configuration in yarn-default.xml
|
2015-12-10 10:56:12 -08:00 |
|
Junping Du
|
f910e4f639
|
YARN-3623. Add a config to indicate the Timeline Service version. Contributed by Xuan Gong.
|
2015-12-10 02:53:47 -08:00 |
|
rohithsharmaks
|
01a641bc44
|
YARN-3456. Improve handling of incomplete TimelineEntities. (Varun Saxena via rohithsharmaks)
|
2015-12-07 15:16:56 +05:30 |
|
Jian He
|
e84d6ca2df
|
Add missing file for YARN-4419
|
2015-12-03 19:07:28 -08:00 |
|
Jian He
|
755dda8dd8
|
YARN-4405. Support node label store in non-appendable file system. Contributed by Wangda Tan
|
2015-12-03 17:45:31 -08:00 |
|
Jian He
|
9f77ccad73
|
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
|
2015-12-03 12:48:50 -08:00 |
|
Jian He
|
6b9a5beb2b
|
YARN-4398. Remove unnecessary synchronization in RMStateStore. Contributed by Ning Ding
|
2015-12-02 11:07:18 -08:00 |
|