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
|
7eb524ddee
|
YARN-4844. Addendum patch, revert few changes to public and evolving to avoid breaking downstream projects as much as possible.
|
2016-06-16 11:09:56 -07:00 |
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 |
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 |
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 |
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 |
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 |
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 |
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
|
f31602893e
|
YARN-5075. Fix findbugs warnings in hadoop-yarn-common module. (asuresh)
(cherry picked from commit ccc93e7812 )
|
2016-05-18 23:20:08 -07:00 |
Arun Suresh
|
69a9ce3494
|
YARN-2888. Corrective mechanisms for rebalancing NM container queues. (asuresh)
(cherry picked from commit f0ac18d001 )
|
2016-05-18 23:09:11 -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 |
Rohith Sharma K S
|
a37b3694ea
|
YARN-5068. Expose scheduler queue to application master. (Harish Jaiprakash via rohithsharmaks)
|
2016-05-16 15:25:15 +05:30 |
Sangjin Lee
|
d6d13ec670
|
YARN-4577. Enable aux services to have their own custom classpath/jar file (Xuan Gong via sale)
(cherry picked from commit 0bbe01f8d5 )
|
2016-05-12 10:14:24 -07:00 |
Jason Lowe
|
ee86cef2fe
|
YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla
(cherry picked from commit d0da13229c )
Conflicts:
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
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/MockNodes.java
|
2016-05-05 14:33:01 +00:00 |
Varun Vasudev
|
6561e3b500
|
YARN-3998. Add support in the NodeManager to re-launch containers. Contributed by Jun Gong.
(cherry picked from commit 0f25a1bb52 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/api/records/impl/pb/ProtoUtils.java
|
2016-04-29 16:22:06 +05:30 |
Jian He
|
6ba39a1597
|
YARN-5009. NMLeveldbStateStoreService database can grow substantially leading to longer recovery times. Contributed by Jason Lowe
(cherry picked from commit 4a8508501b )
|
2016-04-28 21:54:30 -07:00 |
Jian He
|
a9707dceaf
|
YARN-5008. LeveldbRMStateStore database can grow substantially leading to long recovery times. Contributed by Jason Lowe
|
2016-04-28 21:28:03 -07:00 |
Jason Lowe
|
f1a370ce8b
|
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 814ceeb489 .
|
2016-04-11 15:56:29 +00:00 |
Akira Ajisaka
|
8cf6630fc6
|
YARN-4630. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit 1ff27f9d12 )
|
2016-04-11 14:55:37 +09:00 |
Jason Lowe
|
814ceeb489
|
YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla
(cherry picked from commit 1cbcd4a491 )
|
2016-04-05 13:41:18 +00:00 |
Arun Suresh
|
24ce9ea456
|
YARN-4895. Add subtractFrom method to ResourceUtilization class. Contributed by Konstantinos Karanasos.
(cherry picked from commit 82621e38a0 )
|
2016-04-01 15:00:02 -07:00 |
Junping Du
|
76602161c0
|
YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. Contributed by Xuan Gong.
(cherry picked from commit af1d125f9c )
|
2016-03-23 08:58:05 -07:00 |
Li Lu
|
76ef097fd1
|
YARN-4696. Improving EntityGroupFSTimelineStore on exception handling, test setup, and concurrency. (Steve Loughran via gtcarrera9)
(cherry-picked from commit d49cfb3504 )
|
2016-03-10 10:56:51 -08:00 |
Varun Vasudev
|
e9a0ffc7f1
|
YARN-4737. Add CSRF filter support in YARN. Contributed by Jonathan Maron.
(cherry picked from commit 43416187c07afb35e3267f94d0a41d8d3cfb5735)
|
2016-03-07 15:23:36 +05:30 |
Robert Kanter
|
872b8d90a6
|
YARN-4579. Allow DefaultContainerExecutor container log directory permissions to be configurable (rchiang via rkanter)
(cherry picked from commit d7fdec1e6b )
|
2016-02-25 16:40:05 -08:00 |
Robert Kanter
|
c2098d2470
|
YARN-4697. NM aggregation thread pool is not bound by limits (haibochen via rkanter)
(cherry picked from commit 954dd57043 )
|
2016-02-24 15:00:48 -08:00 |
Li Lu
|
51162f9629
|
YARN-4680. TimerTasks leak in ATS V1.5 Writer. (Xuan Gong via
gtcarrera9)
|
2016-02-24 13:52:11 -08:00 |
Arun Suresh
|
6a238e4a6b
|
YARN-2575. Create separate ACLs for Reservation create/update/delete/list ops (Sean Po via asuresh)
(cherry picked from commit 23f937e3b7 )
|
2016-02-11 10:49:11 -08:00 |
Wangda Tan
|
9591363ad8
|
YARN-4340. Add list API to reservation system. (Sean Po via wangda)
(cherry picked from commit 9875325d5c )
|
2016-02-02 10:19:19 +08:00 |
Xuan
|
2f00d8d3a7
|
YARN-4219. New levelDB cache storage for timeline v1.5. Contributed by
Li Lu
(cherry picked from commit 9fab22b366 )
|
2016-01-28 14:36:58 -08:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
47b20d0c74
|
YARN-3542. Refactored existing CPU cgroups support to use the newer and integrated ResourceHandler mechanism, and also deprecated the old LCEResourceHandler inteface hierarchy. Contributed by Varun Vasudev.
(cherry picked from commit 2085e60a96 )
|
2016-01-25 16:22:47 -08:00 |
Akira Ajisaka
|
02d4a1fce3
|
YARN-4592. Remove unused GetContainerStatus proto. Contributed by Chang Li.
(cherry picked from commit 56a0c17508 )
|
2016-01-25 15:20:45 +09:00 |
Junping Du
|
4a30a44b11
|
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 )
|
2016-01-17 17:38:42 -08:00 |
rohithsharmaks
|
d3c08cde68
|
YARN-4389. Allow application to enable or disable am blacklisting. (Sunil G via rohithsharmaks)
|
2016-01-15 22:46:21 +05:30 |
Wangda Tan
|
c0b97865e8
|
YARN-4571. Make app id/name available to the yarn authorizer provider for better auditing. (Jian He via wangda)
(cherry picked from commit c0537bcd2c )
|
2016-01-13 13:19:01 +08:00 |
Wangda Tan
|
15e174fe79
|
YARN-4582. Label-related invalid resource request exception should be able to properly handled by application. (Bibin A Chundatt via wangda)
(cherry picked from commit 9e792da014 )
|
2016-01-12 12:54:09 +08:00 |
Xuan
|
2cbbf76c3d
|
YARN-4438. Implement RM leader election with curator. Contributed by Jian He
(cherry picked from commit 89022f8d4b )
|
2016-01-07 14:34:14 -08:00 |
Gera Shegalov
|
8baf9369bb
|
YARN-2934. Improve handling of container's stderr. (Naganarasimha G R via gera)
(cherry picked from commit 2c17b81569 )
|
2015-12-24 23:52:43 -08:00 |
Junping Du
|
6e97a3c968
|
YARN-4234. New put APIs in TimelineClient for ats v1.5. Contributed by Xuan Gong.
(cherry picked from commit 882f2f0464 )
|
2015-12-23 05:27:47 -08:00 |