Allen Wittenauer
|
f694b44036
|
YARN-2577. Clarify ACL delimiter and how to configure ACL groups only (Mikos Christine via aw)
|
2014-09-26 11:06:04 -07:00 |
Karthik Kambatla
|
b923c291b4
|
YARN-2608. FairScheduler: Potential deadlocks in loading alloc files and clock access. (Wei Yan via kasha)
(cherry picked from commit c9811af09a3d3f9f2f1b86fc9d6f2763d3225e44)
|
2014-09-25 17:43:08 -07:00 |
Jason Lowe
|
e4d46e5ff6
|
YARN-2523. ResourceManager UI showing negative value for "Decommissioned Nodes" field. Contributed by Rohith
(cherry picked from commit 8269bfa613 )
|
2014-09-25 22:39:57 +00:00 |
Zhijie Shen
|
83926b3c57
|
YARN-2546. Made REST API for application creation/submission use numeric and boolean types instead of the string of them. Contributed by Varun Vasudev.
(cherry picked from commit 72b0881ca6 )
|
2014-09-24 17:58:48 -07:00 |
Zhijie Shen
|
3a2e400377
|
YARN-2581. Passed LogAggregationContext to NM via ContainerTokenIdentifier. Contributed by Xuan Gong.
(cherry picked from commit c86674a3a4 )
|
2014-09-24 17:51:54 -07:00 |
Karthik Kambatla
|
30165d4cdd
|
YARN-2596. TestWorkPreservingRMRestart fails with FairScheduler. (kasha)
(cherry picked from commit 39c87344e1 )
|
2014-09-24 15:24:17 -07:00 |
Vinod Kumar Vavilapalli
|
5d251d99d6
|
YARN-2102. Added the concept of a Timeline Domain to handle read/write ACLs on Timeline service event data. Contributed by Zhijie Shen.
(cherry picked from commit d78b452a4f )
|
2014-09-24 11:29:01 -07:00 |
Allen Wittenauer
|
e5a531a8a7
|
YARN-2161. Fix build on macosx: YARN parts (Binglin Chang via aw)
|
2014-09-24 08:48:42 -07:00 |
Zhijie Shen
|
19cfe2f800
|
YARN-2569. Added the log handling APIs for the long running services. Contributed by Xuan Gong.
(cherry picked from commit 5338ac416a )
|
2014-09-23 10:38:27 -07:00 |
Karthik Kambatla
|
024bcfdc0d
|
YARN-2252. Intermittent failure of TestFairScheduler.testContinuousScheduling. (Ratandeep Ratti and kasha via kasha)
(cherry picked from commit f5578207d2 )
|
2014-09-23 00:03:47 -07:00 |
Karthik Kambatla
|
8ba8521de5
|
YARN-1959. Fix headroom calculation in FairScheduler. (Anubhav Dhoot via kasha)
(cherry picked from commit 568d3dc2bb )
|
2014-09-22 23:51:45 -07:00 |
junping_du
|
34ee084c3d
|
YARN-2584. TestContainerManagerSecurity fails on trunk. (Contributed by Jian He)
(cherry picked from commit a9a55db065 )
|
2014-09-22 22:47:59 -07:00 |
Karthik Kambatla
|
3984435661
|
YARN-2539. FairScheduler: Set the default value for maxAMShare to 0.5. (Wei Yan via kasha)
(cherry picked from commit 43efdd30b5 )
|
2014-09-22 16:10:20 -07:00 |
Karthik Kambatla
|
24a814771e
|
YARN-2540. FairScheduler: Queue filters not working on scheduler page in RM UI. (Ashwin Shankar via kasha)
(cherry picked from commit 23e17ce0ff )
|
2014-09-22 15:42:36 -07:00 |
Jian He
|
3ce97a9efd
|
YARN-1372. Ensure all completed containers are reported to the AMs across RM restart. Contributed by Anubhav Dhoot
(cherry picked from commit 0a641496c7 )
|
2014-09-22 10:32:44 -07:00 |
Karthik Kambatla
|
c1a3819a4d
|
YARN-2453. TestProportionalCapacityPreemptionPolicy fails with FairScheduler. (Zhihai Xu via kasha)
(cherry picked from commit 9721e2c1fe )
|
2014-09-21 23:14:27 -07:00 |
Karthik Kambatla
|
1714af0618
|
YARN-2452. TestRMApplicationHistoryWriter fails with FairScheduler. (Zhihai Xu via kasha)
(cherry picked from commit c50fc92502 )
|
2014-09-21 13:15:45 -07:00 |
Allen Wittenauer
|
0037b8f67b
|
YARN-2460. Remove obsolete entries from yarn-default.xml (Ray Chiang via aw)
|
2014-09-19 14:08:04 -07:00 |
Jian He
|
07981c8f60
|
YARN-2565. Fixed RM to not use FileSystemApplicationHistoryStore unless explicitly set. Contributed by Zhijie Shen
(cherry picked from commit 444acf8ea7 )
|
2014-09-19 11:28:22 -07:00 |
Zhijie Shen
|
9333ee3068
|
YARN-2568. Fixed the potential test failures due to race conditions when RM work-preserving recovery is enabled. Contributed by Jian He.
(cherry picked from commit 6fe5c6b746 )
|
2014-09-18 22:02:53 -07:00 |
Jian He
|
4cabeef931
|
YARN-2563. Fixed YarnClient to call getTimeLineDelegationToken only if the Token is not present. Contributed by Zhijie Shen
(cherry picked from commit eb92cc67df )
|
2014-09-18 14:41:14 -07:00 |
Jason Lowe
|
d9273a9547
|
YARN-2561. MR job client cannot reconnect to AM after NM restart. Contributed by Junping Du
(cherry picked from commit a337f0e354 )
|
2014-09-18 21:36:20 +00:00 |
Jason Lowe
|
44c22c3d8d
|
YARN-2363. Submitted applications occasionally lack a tracking URL. Contributed by Jason Lowe
(cherry picked from commit 9ea7b6c063 )
|
2014-09-18 20:15:46 +00:00 |
Vinod Kumar Vavilapalli
|
d24ef142b7
|
YARN-2001. Added a time threshold for RM to wait before starting container allocations after restart/failover. Contributed by Jian He.
(cherry picked from commit 485c96e3cb )
|
2014-09-18 11:04:27 -07:00 |
Vinod Kumar Vavilapalli
|
514bfeafd9
|
YARN-1779. Fixed AMRMClient to handle AMRMTokens correctly across ResourceManager work-preserving-restart or failover. Contributed by Jian He.
(cherry picked from commit a3d9934f91 )
|
2014-09-18 10:17:24 -07:00 |
Jian He
|
d61cdd66db
|
YARN-2559. Fixed NPE in SystemMetricsPublisher when retrieving FinalApplicationStatus. Contributed by Zhijie Shen
(cherry picked from commit ee21b13cbd )
|
2014-09-17 21:44:49 -07:00 |
Jian He
|
3746b1e905
|
YARN-2558. Updated ContainerTokenIdentifier#read/write to use ContainerId#getContainerId. Contributed by Tsuyoshi OZAWA.
(cherry picked from commit f4886111aa )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2014-09-17 15:22:02 -07:00 |
junping_du
|
c6b9768b36
|
YARN-1250. Addendum
(cherry picked from commit 0e7d1dbf9a )
|
2014-09-16 18:30:31 -07:00 |
XuanGong
|
03fdbd7899
|
YARN-2557. Add a parameter "attempt_Failures_Validity_Interval" into
DistributedShell. Contributed by Xuan Gong
|
2014-09-16 11:01:26 -07:00 |
Vinod Kumar Vavilapalli
|
9d34dc87e1
|
YARN-2531. Added a configuration for admins to be able to override app-configs and enforce/not-enforce strict control of per-container cpu usage. Contributed by Varun Vasudev.
(cherry picked from commit 9f6891d9ef )
|
2014-09-16 10:15:37 -07:00 |
Jian He
|
1c3f837835
|
YARN-2529. Generic history service RPC interface doesn't work when service authorization is enabled. Contributed by Zhijie Shen
(cherry picked from commit 88e329fdfb )
|
2014-09-15 13:15:07 -07:00 |
cnauroth
|
aaef460e7a
|
YARN-2549. TestContainerLaunch fails due to classpath problem with hamcrest classes. Contributed by Chris Nauroth.
(cherry picked from commit 9d4ec97c95 )
|
2014-09-15 11:54:41 -07:00 |
Vinod Kumar Vavilapalli
|
5cdb24d4b1
|
YARN-611. Added an API to let apps specify an interval beyond which AM failures should be ignored towards counting max-attempts. Contributed by Xuan Gong.
(cherry picked from commit 14e2639fd0 )
|
2014-09-13 18:05:02 -07:00 |
Zhijie Shen
|
99ccd842d8
|
YARN-2528. Relaxed http response split vulnerability protection for the origins header and made it accept multiple origins in CrossOriginFilter. Contributed by Jonathan Eagles.
(cherry picked from commit 98588cf044 )
|
2014-09-12 21:35:49 -07:00 |
Jian He
|
09ad86d70c
|
YARN-2542. Fixed NPE when retrieving ApplicationReport from TimeLineServer. Contributed by Zhijie Shen
(cherry picked from commit a0ad975ea1 )
|
2014-09-12 15:28:10 -07:00 |
XuanGong
|
add5ac6a73
|
YARN-2456. Possible livelock in CapacityScheduler when RM is recovering
apps. Contributed by Jian He
|
2014-09-12 15:24:02 -07:00 |
Jonathan Eagles
|
546a708acc
|
YARN-2547. Cross Origin Filter throws UnsupportedOperationException upon destroy (Mit Desai via jeagles)
(cherry picked from commit 54e5794806 )
|
2014-09-12 15:41:31 -05:00 |
Jian He
|
f21a5236e5
|
YARN-2229. Changed the integer field of ContainerId to be long type. Contributed by Tsuyoshi OZAWA
(cherry picked from commit 3122daa802 )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/preemption/CheckpointAMPreemptionPolicy.java
|
2014-09-12 10:45:42 -07:00 |
Jason Lowe
|
7e69dc8771
|
YARN-2484. FileSystemRMStateStore#readFile/writeFile should close FSData(In|Out)putStream in final block. Contributed by Tsuyoshi OZAWA
(cherry picked from commit 78b048393a )
|
2014-09-12 14:10:51 +00:00 |
Zhijie Shen
|
466bdf79c5
|
YARN-2538. Added logs when RM sends roll-overed AMRMToken to AM. Contributed by Xuan Gong.
(cherry picked from commit 469ea3dcef )
|
2014-09-11 22:21:59 -07:00 |
Jian He
|
f580586ab7
|
YARN-2541. Fixed ResourceManagerRest.apt.vm table syntax error. Contributed by Jian He
(cherry picked from commit 5633da2a01 )
|
2014-09-11 21:31:56 -07:00 |
junping_du
|
efa9ab3638
|
YARN-2033. Merging generic-history into the Timeline Store (Contributed by Zhijie Shen)
(cherry picked from commit 6b8b1608e6 )
|
2014-09-12 10:08:06 +08:00 |
Karthik Kambatla
|
d22cd065ed
|
Update CHANGES.txt to set the release date for 2.5.1
(cherry picked from commit 17ffbe0864 )
|
2014-09-11 17:36:06 -07:00 |
Karthik Kambatla
|
6f8b2a8e2e
|
YARN-2534. FairScheduler: Potential integer overflow calculating totalMaxShare. (Zhihai Xu via kasha)
(cherry picked from commit c11ada5ea6 )
|
2014-09-11 12:06:28 -07:00 |
Vinod Kumar Vavilapalli
|
a2a61eec6d
|
YARN-2440. Enabled Nodemanagers to limit the aggregate cpu usage across all containers to a preconfigured limit. Contributed by Varun Vasudev.
(cherry picked from commit 4be95175cd )
|
2014-09-10 19:24:14 -07:00 |
Jian He
|
ceae7be6b2
|
YARN-415. Capture aggregate memory allocation at the app-level for chargeback. Contributed by Eric Payne & Andrey Klochkov
(cherry picked from commit 83be3ad444 )
|
2014-09-10 18:22:07 -07:00 |
XuanGong
|
5ca99b5297
|
Fix CHANGES.txt. Credit Mayank Bansal for his contributions on YARN-2459
|
2014-09-10 15:21:41 -07:00 |
Jian He
|
f58a076dbc
|
YARN-2158. Fixed TestRMWebServicesAppsModification#testSingleAppKill test failure. Contributed by Varun Vasudev
(cherry picked from commit cbfe26370b )
|
2014-09-10 12:48:40 -07:00 |
XUAN
|
b91ef0c502
|
YARN-2459. RM crashes if App gets rejected for any reason and HA is enabled. Contributed by Jian He
|
2014-09-10 11:51:57 -07:00 |
Vinod Kumar Vavilapalli
|
b4b59ef749
|
YARN-2448. Changed ApplicationMasterProtocol to expose RM-recognized resource types to the AMs. Contributed by Varun Vasudev.
(cherry picked from commit b67d5ba784 )
|
2014-09-10 10:17:30 -07:00 |