Robert Kanter
|
fc2b69eba1
|
MAPREDUCE-6765. MR should not schedule container requests in cases where reducer or mapper containers demand resource larger than the maximum supported (haibochen via rkanter)
|
2016-11-01 20:47:25 -07:00 |
|
Robert Kanter
|
5877f20f9c
|
HADOOP-10075. Update jetty dependency to version 9 (rkanter)
|
2016-10-27 16:09:00 -07:00 |
|
Naganarasimha
|
060558c6f2
|
MAPREDUCE-6541. Exclude scheduled reducer memory when calculating available mapper slots from headroom to avoid deadlock. Contributed by Varun Saxena
|
2016-10-27 18:03:13 +05:30 |
|
Akira Ajisaka
|
272a21747e
|
MAPREDUCE-6789. Fix TestAMWebApp failure. Contributed by Daniel Templeton.
|
2016-10-06 15:57:15 +09:00 |
|
Karthik Kambatla
|
de7a0a92ca
|
MAPREDUCE-6638. Do not attempt to recover progress from previous job attempts if spill encryption is enabled. (Haibo Chen via kasha)
|
2016-10-03 10:30:22 -07:00 |
|
Jason Lowe
|
a1b8251bf7
|
MAPREDUCE-6771. RMContainerAllocator sends container diagnostics event after corresponding completion event. Contributed by Haibo Chen
|
2016-09-29 15:27:17 +00:00 |
|
Arun Suresh
|
4815d024c5
|
YARN-5609. Expose upgrade and restart API in ContainerManagementProtocol. Contributed by Arun Suresh
|
2016-09-26 08:46:54 -07:00 |
|
Arun Suresh
|
2f163cd5cf
|
Revert "YARN-5609. Expose upgrade and restart API in ContainerManagementProtocol. Contributed by Arun Suresh"
This reverts commit fe644bafe7 .
|
2016-09-26 08:36:59 -07:00 |
|
Jian He
|
fe644bafe7
|
YARN-5609. Expose upgrade and restart API in ContainerManagementProtocol. Contributed by Arun Suresh
|
2016-09-26 22:41:16 +08:00 |
|
Karthik Kambatla
|
537095d13c
|
MAPREDUCE-6740. Enforce mapreduce.task.timeout to be at least mapreduce.task.progress-report.interval. (Haibo Chen via kasha)
|
2016-09-21 18:30:11 -07:00 |
|
Naganarasimha
|
7d21c280a8
|
MAPREDUCE-6777. Typos in 4 log messages. Contributed by Mehran Hassani
|
2016-09-17 10:19:59 +05:30 |
|
Arun Suresh
|
d6d9cff21b
|
YARN-5221. Expose UpdateResourceRequest API to allow AM to request for change in container properties. (asuresh)
|
2016-08-30 15:52:29 -07:00 |
|
Jason Lowe
|
af508605a9
|
MAPREDUCE-4784. TestRecovery occasionally fails. Contributed by Haibo Chen
|
2016-08-30 13:59:57 +00:00 |
|
Jason Lowe
|
69f7277625
|
MAPREDUCE-6768. TestRecovery.testSpeculative failed with NPE. Contributed by Haibo Chen
|
2016-08-29 19:56:09 +00:00 |
|
Junping Du
|
9ef632f3b0
|
YARN-5557. Add localize API to the ContainerManagementProtocol. Contributed by Jian He.
|
2016-08-26 09:04:44 -07:00 |
|
Jason Lowe
|
4aba858750
|
MAPREDUCE-6741. Add MR support to redact job conf properties. Contributed by Haibo Chen
|
2016-08-09 15:55:35 +00:00 |
|
Andrew Wang
|
da456ffd62
|
Preparing for 3.0.0-alpha2 development
|
2016-07-15 19:04:17 -07:00 |
|
Junping Du
|
1d053836b1
|
MAPREDUCE-6733. MapReduce JerseyTest tests failing with java.net.BindException: Address already in use. Contributed by Vinod Kumar Vavilapalli.
|
2016-07-15 11:23:32 -07:00 |
|
Jian He
|
819224dcf9
|
YARN-5270. Solve miscellaneous issues caused by YARN-4844. Contributed by Wangda Tan
|
2016-07-11 22:36:20 -07:00 |
|
Sangjin Lee
|
6cf6ab7b78
|
Made a number of miscellaneous fixes for javac, javadoc, and checstyle warnings.
|
2016-07-10 08:46:05 -07:00 |
|
Naganarasimha
|
8bf87eede2
|
MAPREDUCE-6720. Inconsistent values of counters across tasks and job reported to timeline service. Contributed by Varun Saxena
|
2016-07-10 08:46:04 -07:00 |
|
Varun Saxena
|
1ff6833bba
|
YARN-5243. fix several rebase and other miscellaneous issues before merge. (Sangjin Lee via Varun Saxena)
|
2016-07-10 08:46:03 -07:00 |
|
Sangjin Lee
|
000a4d8e13
|
MAPREDUCE-6688. Store job configurations in Timeline Service v2 (Varun Saxena via sjlee)
|
2016-07-10 08:45:57 -07:00 |
|
Varun Saxena
|
f0dbd7a40f
|
MAPREDUCE-6424. Store MR counters as timeline metrics instead of event. (Naganarasimha G R via varunsaxena)
|
2016-07-10 08:45:57 -07:00 |
|
Sangjin Lee
|
0d02ab8729
|
YARN-3367. Replace starting a separate thread for post entity with event loop in TimelineClient (Naganarasimha G R via sjlee)
|
2016-07-10 08:45:53 -07:00 |
|
Sangjin Lee
|
960af7d471
|
YARN-4409. Fix javadoc and checkstyle issues in timelineservice code (Varun Saxena via sjlee)
|
2016-07-10 08:45:53 -07:00 |
|
Naganarasimha
|
6934b05c71
|
YARN-4238. createdTime and modifiedTime is not reported while publishing entities to ATSv2. (Varun Saxena via Naganarasimha G R)
|
2016-07-10 08:45:52 -07:00 |
|
Li Lu
|
89e5c44f9e
|
YARN-4356. Ensure the timeline service v.2 is disabled cleanly and has no
impact when it's turned off. Contributed by Sangjin Lee.
|
2016-07-10 08:45:48 -07:00 |
|
Sangjin Lee
|
ae72f1dc77
|
YARN-4297. TestJobHistoryEventHandler and TestRMContainerAllocator failing on YARN-2928 branch (Varun Saxena via sjlee)
|
2016-07-10 08:45:47 -07:00 |
|
Zhijie Shen
|
b50a6d78f5
|
MAPREDUCE-6327. Made MR AM use timeline service v2 API to write history events and counters. Contributed by Junping Du.
|
2016-07-10 08:45:34 -07:00 |
|
Rohith Sharma K S
|
4fd37eed90
|
MAPREDUCE-5803. Counters page display all task nevertheless of task type( Map or Reduce). Contributed by Kai Sasaki.
|
2016-06-28 09:42:42 +05:30 |
|
Akira Ajisaka
|
69c21d2db0
|
MAPREDUCE-6641. TestTaskAttempt fails in trunk. Contributed by Haibo Chen.
|
2016-06-23 13:26:10 +09:00 |
|
Tsuyoshi Ozawa
|
5d58858bb6
|
HADOOP-9613. [JDK8] Update jersey version to latest 1.x release.
|
2016-06-21 08:05:32 +09:00 |
|
Wangda Tan
|
c77a1095dc
|
YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda)
|
2016-06-14 15:06:38 -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 |
|
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 |
|
Jian He
|
ae353ea969
|
MAPREDUCE-6703. Add flag to allow MapReduce AM to request for OPPORTUNISTIC containers. Contributed by Arun Suresh
|
2016-05-24 19:47:50 -07:00 |
|
Akira Ajisaka
|
3b3b63081b
|
MAPREDUCE-6607. Enable regex pattern matching when mapreduce.task.files.preserve.filepattern is set. Contributed by Kai Sasaki.
|
2016-05-23 07:24:31 +09:00 |
|
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 |
|
Jason Lowe
|
c9bb96fa81
|
MAPREDUCE-6689. MapReduce job can infinitely increase number of reducer resource requests. Contributed by Wangda Tan
|
2016-05-06 22:25:47 +00:00 |
|
Vinod Kumar Vavilapalli
|
8d48266720
|
MAPREDUCE-6514. Fixed MapReduce ApplicationMaster to properly updated resources ask after ramping down of all reducers avoiding job hangs. Contributed by Varun Saxena and Wangda Tan.
|
2016-05-05 19:03:27 -07:00 |
|
Robert Kanter
|
9d3fcdfbb3
|
MAPREDUCE-6675. TestJobImpl.testUnusableNode failed (haibochen via rkanter)
|
2016-05-04 22:42:21 -07:00 |
|
Robert Kanter
|
ecce3b7d53
|
MAPREDUCE-6677. LocalContainerAllocator doesn't specify resource of the containers allocated (haibochen via rkanter)
|
2016-05-04 22:19:20 -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 |
|
Wangda Tan
|
8b2880c0b6
|
MAPREDUCE-6513. MR job got hanged forever when one NM unstable for some time. (Varun Saxena via wangda)
|
2016-04-14 11:00:53 -07:00 |
|
Robert Kanter
|
3be1ab485f
|
MAPREDUCE-6647. MR usage counters use the resources requested instead of the resources allocated (haibochen via rkanter)
|
2016-04-06 17:15:43 -07:00 |
|
Robert Kanter
|
ff0ee84d77
|
MAPREDUCE-4785. TestMRApp occasionally fails (haibochen via rkanter)
|
2016-03-03 16:38:07 -08:00 |
|