Robert Kanter
|
ff0ee84d77
|
MAPREDUCE-4785. TestMRApp occasionally fails (haibochen via rkanter)
|
2016-03-03 16:38:07 -08:00 |
|
Varun Vasudev
|
2440671a11
|
MAPREDUCE-6634. Log uncaught exceptions/errors in various thread pools in mapreduce. Contributed by Sidharta Seethana.
|
2016-02-18 14:18:36 +05:30 |
|
Akira Ajisaka
|
5e565ce7a7
|
Revert "HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta."
This reverts commit fe124da5ff .
|
2016-02-10 23:43:33 +09:00 |
|
Akira Ajisaka
|
a0b1f10a30
|
MAPREDUCE-6626. Reuse ObjectMapper instance in MapReduce. Contributed by Lin Yiqun.
|
2016-02-10 03:05:07 +09:00 |
|
Akira Ajisaka
|
fe124da5ff
|
HDFS-9686. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
|
2016-02-06 19:31:01 +09:00 |
|
Jian He
|
d0d7c22168
|
MAPREDUCE-6610. JobHistoryEventHandler should not swallow timeline response. Contributed by Li Lu
|
2016-01-25 23:01:03 -08:00 |
|
Karthik Kambatla
|
d40859fab1
|
YARN-4526. Make SystemClock singleton so AppSchedulingInfo could use it. (kasha)
|
2016-01-18 10:58:14 +01:00 |
|
Wangda Tan
|
9e792da014
|
YARN-4582. Label-related invalid resource request exception should be able to properly handled by application. (Bibin A Chundatt via wangda)
|
2016-01-12 12:53:31 +08:00 |
|
Akira Ajisaka
|
7dafee11d8
|
MAPREDUCE-6593. TestJobHistoryEventHandler.testTimelineEventHandling fails on trunk because of NPE. Contributed by Naganarasimha G R.
|
2016-01-04 16:30:55 +09:00 |
|
Wangda Tan
|
32b3dc11eb
|
MAPREDUCE-6574. MR AM should print host of failed tasks. (Mohammad Shahid Khan via wangda)
|
2015-12-28 11:03:23 -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 |
|
Junping Du
|
15d577bfbb
|
Tests in mapreduce-client-app are writing outside of target. Contributed by Akira AJISAKA.
|
2015-11-25 09:15:26 -08:00 |
|
Tsuyoshi Ozawa
|
3e85542a7a
|
MAPREDUCE-6555. TestMRAppMaster fails on trunk. (Junping Du via ozawa)
|
2015-11-26 01:02:27 +09:00 |
|
Akira Ajisaka
|
5ec44fc35c
|
MAPREDUCE-6553. Replace '\u2b05' with '<-' in rendering job configuration. Contributed by Gabor Liptak.
|
2015-11-25 16:30:23 +09:00 |
|
Jason Lowe
|
f634505d48
|
MAPREDUCE-5870. Support for passing Job priority through Application Submission Context in Mapreduce Side. Contributed by Sunil G
|
2015-11-24 22:07:26 +00:00 |
|
Jian He
|
8676a118a1
|
YARN-4349. Support CallerContext in YARN. Contributed by Wangda Tan
|
2015-11-23 17:19:48 -08:00 |
|
Jian He
|
fcd7888029
|
Revert "YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan"
This reverts commit 8fbea531d7 .
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2015-11-16 20:18:44 -08:00 |
|
Jian He
|
6502d59e73
|
MAPREDUCE-5485. Allow repeating job commit by extending OutputCommitter API. Contributed by Junping Du
|
2015-11-16 17:06:41 -08:00 |
|
Jian He
|
8fbea531d7
|
YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan
|
2015-11-09 10:43:45 -08:00 |
|
Tsuyoshi Ozawa
|
ce31b22739
|
YARN-4320. TestJobHistoryEventHandler fails as AHS in MiniYarnCluster no longer binds to default port 8188. Contributed by Varun Saxena.
|
2015-10-30 18:00:20 +09:00 |
|
Jason Lowe
|
cf953b6258
|
MAPREDUCE-6515. Update Application priority in AM side from AM-RM heartbeat. Contributed by Sunil G
|
2015-10-29 18:05:01 +00:00 |
|
Karthik Kambatla
|
4aa9b3e75c
|
MAPREDUCE-6302. Incorrect headroom can lead to a deadlock between map and reduce allocations. (kasha)
|
2015-10-09 07:37:39 -07:00 |
|
rohithsharmaks
|
439f43ad3d
|
MAPREDUCE-6485. Create a new task attempt with failed map task priority if in-progress attempts are unassigned. (Xianyin Xin via rohithsharmaks)
|
2015-10-02 20:34:34 +05:30 |
|
Akira Ajisaka
|
195793c6f3
|
MAPREDUCE-6497. Fix wrong value of JOB_FINISHED event in JobHistoryEventHandler. Contributed by Shinichi Yamashita.
|
2015-10-01 10:22:45 +02:00 |
|
Jason Lowe
|
ab11085b81
|
MAPREDUCE-6492. AsyncDispatcher exit with NPE on TaskAttemptImpl#sendJHStartEventForAssignedFailTask. Contributed by Bibin A Chundatt
|
2015-09-28 22:12:03 +00:00 |
|
Jian He
|
89cab1ba5f
|
YARN-1651. CapacityScheduler side changes to support container resize. Contributed by Wangda Tan
|
2015-09-23 13:29:38 -07:00 |
|
Jian He
|
83a18add10
|
YARN-1449. AM-NM protocol changes to support container resizing. Contributed by Meng Ding & Wangda Tan)
|
2015-09-23 13:29:36 -07:00 |
|
Jian He
|
dfe2cb849f
|
YARN-3866. AM-RM protocol changes to support container resizing. Contributed by Meng Ding
|
2015-09-23 13:29:36 -07:00 |
|
Tsuyoshi Ozawa
|
dfd807afab
|
HADOOP-12428. Fix inconsistency between log-level guards and statements. Contributed by Jagadesh Kiran N and Jackie Chang.
|
2015-09-22 12:54:29 +09:00 |
|
Zhihai Xu
|
e3ace31e2b
|
MAPREDUCE-6460. TestRMContainerAllocator.testAttemptNotFoundCausesRMCommunicatorException fails. Contributed by Zhihai Xu.
|
2015-09-19 00:10:06 -07:00 |
|
Jason Lowe
|
ee4ee6af6a
|
MAPREDUCE-5982. Task attempts that fail from the ASSIGNED state can disappear. Contributed by Chang Li
|
2015-09-17 21:37:39 +00:00 |
|
Jason Lowe
|
3f82f582e5
|
MAPREDUCE-5002. AM could potentially allocate a reduce container to a map attempt. Contributed by Chang Li
|
2015-09-17 18:17:29 +00:00 |
|
Karthik Kambatla
|
8dfec7a197
|
MAPREDUCE-6439. AM may fail instead of retrying if RM shuts down during the allocate call. (Anubhav Dhoot via kasha)
|
2015-08-15 00:52:11 -07:00 |
|
Karthik Kambatla
|
27d24f96ab
|
MAPREDUCE-5817. Mappers get rescheduled on node transition even after all reducers are completed. (Sangjin Lee via kasha)
|
2015-08-14 12:29:50 -07:00 |
|
Jason Lowe
|
d0e0ba8010
|
MAPREDUCE-6394. Speed up Task processing loop in HsTasksBlock#render(). Contributed by Ray Chiang
|
2015-07-31 18:17:54 +00:00 |
|
Zhihai Xu
|
93d50b7824
|
MAPREDUCE-6433. launchTime may be negative. Contributed by Zhihai Xu
|
2015-07-30 23:07:31 -07:00 |
|
Allen Wittenauer
|
cf74772064
|
MAPREDUCE-5801. Uber mode's log message is missing a vcore reason (Steven Wong via aw)
|
2015-07-21 10:58:52 -07:00 |
|
Chris Douglas
|
f4ccdb11dc
|
MAPREDUCE-6427. Fix typo in JobHistoryEventHandler. Contributed by Ray Chiang
|
2015-07-14 14:55:43 -07:00 |
|
Akira Ajisaka
|
19295b36d9
|
YARN-3381. Fix typo InvalidStateTransitonException. Contributed by Brahma Reddy Battula.
|
2015-07-13 17:52:13 +09:00 |
|
Jason Lowe
|
eac1d18943
|
MAPREDUCE-6418. MRApp should not shutdown LogManager during shutdown. Contributed by Chang Li
|
2015-07-01 18:01:22 +00:00 |
|
Jason Lowe
|
826715622e
|
MAPREDUCE-6420. Interrupted Exception in LocalContainerLauncher should be logged in warn/info level. Contributed by Chang Li
|
2015-07-01 17:50:02 +00:00 |
|
Jason Lowe
|
2ac87df578
|
MAPREDUCE-6376. Add avro binary support for jhist files. Contributed by Ray Chiang
|
2015-07-01 16:00:03 +00:00 |
|
Jason Lowe
|
b6ba56457c
|
MAPREDUCE-6384. Add the last reporting reducer info for too many fetch failure diagnostics. Contributed by Chang Li
|
2015-06-30 21:22:30 +00:00 |
|
Gera Shegalov
|
11ac848207
|
MAPREDUCE-6408. Queue name and user name should be printed on the job page. (Siqi Li via gera)
|
2015-06-22 14:40:32 -07:00 |
|
Gera Shegalov
|
63d40d5286
|
MAPREDUCE-6316. Task Attempt List entries should link to the task overview. (Siqi Li via gera)
|
2015-06-20 11:38:21 -07:00 |
|
Devaraj K
|
311a4179cc
|
MAPREDUCE-6405. NullPointerException in App Attempts page. Contributed by
Siqi Li and Gera Shegalov.
|
2015-06-20 10:35:04 +05:30 |
|
Gera Shegalov
|
10107243be
|
MAPREDUCE-6395. Improve the commit failure messages in MRAppMaster recovery. (Brahma Reddy Battula via gera)
|
2015-06-19 02:22:59 -07:00 |
|
Devaraj K
|
6785661e55
|
MAPREDUCE-6350. JobHistory doesn't support fully-functional search.
Contributed by Siqi Li.
|
2015-06-10 12:40:29 +05:30 |
|
Tsuyoshi Ozawa
|
6afe20a7a4
|
MAPREDUCE-6388. Remove deprecation warnings from JobHistoryServer classes. Contributed by Ray Chiang.
|
2015-06-08 15:06:10 -07:00 |
|
cnauroth
|
4102e5882e
|
YARN-3626. On Windows localized resources are not moved to the front of the classpath when they should be. Contributed by Craig Welch.
|
2015-05-27 14:31:49 -07:00 |
|