Hitesh Shah
|
29ddce96a2
|
YARN-231. RM Restart - Add FS-based persistent store implementation for RMStateStore. Contributed by Bikas Saha
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1437245 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-23 00:57:37 +00:00 |
|
Alejandro Abdelnur
|
f85b583731
|
YARN-302. Fair scheduler assignmultiple should default to false. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1434996 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-18 00:48:22 +00:00 |
|
Todd Lipcon
|
e322e0a05f
|
HADOOP-9215. when using cmake-2.6, libhadoop.so doesn't get created (only libhadoop.so.1.0.0). Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1434530 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-17 01:37:41 +00:00 |
|
Siddharth Seth
|
6a2f2551fd
|
YARN-135. Client tokens should be per app-attempt, and should be unregistered on App-finish. Contributed by Vinod Kumar Vavilapalli
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433570 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-15 18:33:38 +00:00 |
|
Thomas White
|
72e631098d
|
YARN-336. Fair scheduler FIFO scheduling within a queue only allows 1 app at a time. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433526 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-15 17:09:48 +00:00 |
|
Thomas White
|
8447557333
|
YARN-335. Fair scheduler doesn't check whether rack needs containers before assigning to node. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433484 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-15 16:12:33 +00:00 |
|
Hitesh Shah
|
d7f9f9d177
|
YARN-330. Fix flakey test: TestNodeManagerShutdown#testKillContainersOnShutdown. Contributed by Sandy Ryza
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1433138 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 21:27:39 +00:00 |
|
Thomas Graves
|
ce9b0a05b0
|
YARN-334. Maven RAT plugin is not checking all source files (tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1432931 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-14 14:34:51 +00:00 |
|
Thomas Graves
|
106e2e27ff
|
YARN-325. RM CapacityScheduler can deadlock when getQueueInfo() is called and a container is completing (Arun C Murthy via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1431070 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-09 21:00:47 +00:00 |
|
Siddharth Seth
|
ba5b19fb5d
|
YARN-320. RM should always be able to renew its own tokens. Contributed by Daryn Sharp
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1431020 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-09 19:33:06 +00:00 |
|
Arun Murthy
|
4539263971
|
YARN-2. Enhanced CapacityScheduler to account for CPU alongwith memory for multi-dimensional resource scheduling. Contributed by Arun C. Murthy.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1430682 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-09 05:08:23 +00:00 |
|
Vinod Kumar Vavilapalli
|
9385dd50c7
|
YARN-253. Fixed container-launch to not fail when there are no local resources to localize. Contributed by Tom White.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1430269 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-08 13:20:07 +00:00 |
|
Vinod Kumar Vavilapalli
|
2cd41855d5
|
YARN-170. Change NodeManager stop to be reentrant. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1429796 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 13:43:52 +00:00 |
|
Vinod Kumar Vavilapalli
|
917ff03b2c
|
YARN-315. Using the common security token protobuf definition from hadoop common. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1429748 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 11:08:21 +00:00 |
|
Robert Joseph Evans
|
64e4fb983e
|
MAPREDUCE-4819. AM can rerun job after reporting final job status to the client (bobby and Bikas Saha via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1429114 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-04 20:35:56 +00:00 |
|
Thomas Graves
|
dd8fc7e499
|
YARN-50. Implement renewal / cancellation of Delegation Tokens(Siddharth Seth via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1429085 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-04 20:15:32 +00:00 |
|
Thomas White
|
8cd026d365
|
YARN-301. Fair scheduler throws ConcurrentModificationException when iterating over app's priorities. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1428400 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-03 15:26:55 +00:00 |
|
Thomas White
|
0768f96a83
|
YARN-300. After YARN-271, fair scheduler can infinite loop and not schedule any application. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1428387 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-03 15:07:22 +00:00 |
|
Thomas White
|
19a291a0d6
|
YARN-288. Fair scheduler queue doesn't accept any jobs when ACLs are configured. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1428362 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-03 14:32:01 +00:00 |
|
Thomas White
|
ba90c9c867
|
YARN-192. Node update causes NPE in the fair scheduler. Contributed by Sandy Ryza
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1428314 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-03 12:29:13 +00:00 |
|
Jason Darrell Lowe
|
16cf201042
|
YARN-293. Node Manager leaks LocalizerRunner object for every Container. Contributed by Robert Joseph Evans
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1428095 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-02 22:41:03 +00:00 |
|
Robert Joseph Evans
|
4b9f0443cb
|
YARN-225. Proxy Link in RM UI thows NPE in Secure mode (Devaraj K via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1426515 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-28 14:21:07 +00:00 |
|
Vinod Kumar Vavilapalli
|
5a408bdeac
|
YARN-285. Added a temporary plugin interface for RM to be able to redirect to JobHistory server for apps that it no longer tracks. Contributed by Derek Dagit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1425210 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-22 00:26:29 +00:00 |
|
Thomas Graves
|
a806a2aac6
|
YARN-280. RM does not reject app submission with invalid tokens (Daryn Sharp via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1425079 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-21 18:49:47 +00:00 |
|
Alejandro Abdelnur
|
a276f68b92
|
YARN-283. Fair scheduler fails to get queue info without root prefix. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1424998 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-21 16:20:12 +00:00 |
|
Alejandro Abdelnur
|
5014a4b133
|
YARN-282. Fair scheduler web UI double counts Apps Submitted. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1424995 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-21 16:12:20 +00:00 |
|
Alejandro Abdelnur
|
f121d1e333
|
YARN-278. Fair scheduler maxRunningApps config causes no apps to make progress. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1424989 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-21 16:07:11 +00:00 |
|
Alejandro Abdelnur
|
39ec437268
|
YARN-272. Fair scheduler log messages try to print objects without overridden toString methods. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1424984 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-21 16:01:48 +00:00 |
|
Thomas White
|
ee007d3f38
|
YARN-271. Fair scheduler hits IllegalStateException trying to reserve different apps on same node. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1424945 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-21 15:10:24 +00:00 |
|
Luke Lu
|
1a49c85438
|
YARN-223. Update process tree instead of getting new process trees. (Radim Kolar via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1424244 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-20 00:20:53 +00:00 |
|
Arun Murthy
|
6cd0736cc5
|
YARN-230. RM Restart phase 1 - includes support for saving/restarting all applications on an RM bounce. Contributed by Bikas Saha.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1423758 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-19 04:21:18 +00:00 |
|
Alejandro Abdelnur
|
595d52cf37
|
YARN-254. Update fair scheduler web UI for hierarchical queues. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1423742 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-19 03:04:39 +00:00 |
|
Alejandro Abdelnur
|
5032a694ed
|
YARN-3. Add support for CPU isolation/monitoring of containers. (adferguson via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1423706 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-18 22:58:32 +00:00 |
|
Alejandro Abdelnur
|
be8ef2ec33
|
YARN-264. y.s.rm.DelegationTokenRenewer attempts to renew token even after removing an app. (kkambatl via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1421575 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-13 22:16:29 +00:00 |
|
Thomas White
|
618fa6cd59
|
YARN-267. Fix fair scheduler web UI. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1420704 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-12 14:35:01 +00:00 |
|
Jason Darrell Lowe
|
b72b36009a
|
YARN-266. RM and JHS Web UIs are blank because AppsBlock is not escaping string properly. Contributed by Ravi Prakash
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1420232 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-11 15:45:10 +00:00 |
|
Jason Darrell Lowe
|
2d1237cbb0
|
YARN-258. RM web page UI shows Invalid Date for start and finish times. Contributed by Ravi Prakash
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1417948 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-06 15:39:30 +00:00 |
|
Thomas White
|
235749a8ab
|
YARN-72. NM should handle cleaning up containers when it shuts down. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1416484 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-03 12:12:11 +00:00 |
|
Jason Darrell Lowe
|
1573c1159a
|
YARN-251. Proxy URI generation fails for blank tracking URIs. Contributed by Tom White
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1415742 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-30 17:07:40 +00:00 |
|
Thomas White
|
ae6f1123f5
|
YARN-187. Add hierarchical queues to the fair scheduler. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1415592 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-30 12:03:25 +00:00 |
|
Arun Murthy
|
1943fdbec6
|
YARN-229. Remove old unused RM recovery code. Contributed by Bikas Saha.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1415029 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-29 01:56:33 +00:00 |
|
Thomas White
|
dd0ba9c0cc
|
MAPREDUCE-4778. Fair scheduler event log is only written if directory exists on HDFS. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1414729 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-28 14:40:40 +00:00 |
|
Thomas White
|
fcbd55d092
|
YARN-222. Fair scheduler should create queue for each user by default. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1414655 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-28 12:53:29 +00:00 |
|
Thomas White
|
d9050e1208
|
YARN-224. Fair scheduler logs too many nodeUpdate INFO messages. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1414647 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-28 12:27:30 +00:00 |
|
Robert Joseph Evans
|
f0a6d06485
|
YARN-219. NM should aggregate logs when application finishes. (bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1411289 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-19 16:41:11 +00:00 |
|
Alejandro Abdelnur
|
576f96f0ac
|
YARN-184. Remove unnecessary locking in fair scheduler, and address findbugs excludes. (sandyr via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1410826 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-18 05:00:56 +00:00 |
|
Robert Joseph Evans
|
a23e8b0929
|
YARN-151. Browser thinks RM main page JS is taking too long (Ravi Prakash via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1410564 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-16 20:56:08 +00:00 |
|
Robert Joseph Evans
|
ab5039d4f1
|
YARN-214. RMContainerImpl does not handle event EXPIRE at state RUNNING (jeagles via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1410522 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-16 18:26:19 +00:00 |
|
Robert Joseph Evans
|
1dedca8c9a
|
YARN-188. Coverage fixing for CapacityScheduler (Aleksey Gorshkov via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1409827 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-15 15:15:51 +00:00 |
|
Jason Darrell Lowe
|
397c261433
|
YARN-216. Remove jquery theming support. Contributed by Robert Joseph Evans.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1409313 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-14 19:22:11 +00:00 |
|