Wangda Tan
|
3d937457ee
|
MAPREDUCE-6310. Add jdiff support to MapReduce. (Li Lu/vinodkv via wangda)
|
2016-08-19 16:26:29 -07:00 |
|
Andrew Wang
|
da456ffd62
|
Preparing for 3.0.0-alpha2 development
|
2016-07-15 19:04:17 -07:00 |
|
Robert Kanter
|
0881ed3fc3
|
MAPREDUCE-6652. Add configuration property to prevent JHS from loading jobs with a task count greater than X (haibochen via rkanter)
|
2016-07-15 13:30:03 -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
|
605b4b6136
|
MAPREDUCE-6719. The list of -libjars archives should be replaced with a wildcard in the distributed cache to reduce the application footprint in the state store (Daniel Templeton via sjlee)
|
2016-06-21 11:25:11 -07: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 |
|
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 |
|
Junping Du
|
22fcd819f0
|
YARN-5076. YARN web interfaces lack XFS protection. Contributed by Jonathan Maron.
(cherry picked from commit 2703ec68712279494d67b0d76b7ac10e7a1628be)
|
2016-05-19 14:15:21 -07:00 |
|
Akira Ajisaka
|
b357930526
|
MAPREDUCE-6693. ArrayIndexOutOfBoundsException occurs when the length of the job name is equal to mapreduce.jobhistory.jobname.limit. Contributed by Ajith S.
|
2016-05-17 20:19:01 +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 |
|
Akira Ajisaka
|
4ee4e5ca2b
|
MAPREDUCE-6526. Remove usage of metrics v1 from hadoop-mapreduce. (aajisaka)
|
2016-05-03 10:46:11 +09:00 |
|
Varun Vasudev
|
e51a8c1056
|
YARN-4737. Add CSRF filter support in YARN. Contributed by Jonathan Maron.
|
2016-03-07 15:26:44 +05:30 |
|
Robert Kanter
|
0f72da7e28
|
MAPREDUCE-6622. Add capability to set JHS job cache to a task-based limit (rchiang via rkanter)
|
2016-02-26 17:57:17 -08:00 |
|
Robert Kanter
|
4343a4cf77
|
MAPREDUCE-6640. mapred job -history command should be able to take Job ID (rkanter)
|
2016-02-23 17:37:49 -08:00 |
|
Robert Kanter
|
6eae4337d1
|
MAPREDUCE-6613. Change mapreduce.jobhistory.jhist.format default from json to binary (rchiang via rkanter)
|
2016-02-19 17:15:54 -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
|
df99ea8a92
|
MAPREDUCE-6616. Fail to create jobhistory file if there are some multibyte characters in the job name. Contributed by Kousuke Saruta.
|
2016-01-29 16:20:29 +09:00 |
|
Robert Kanter
|
dca0dc8ac2
|
MAPREDUCE-6431. JobClient should be an AutoClosable (haibochen via rkanter)
|
2016-01-27 17:11:07 -08: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 |
|
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 |
|
Zhihai Xu
|
cbb249534a
|
MAPREDUCE-6452. NPE when intermediate encrypt enabled for LocalRunner. Contributed by Zhihai Xu
|
2015-08-28 12:13:23 -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 |
|
Jason Lowe
|
2ac87df578
|
MAPREDUCE-6376. Add avro binary support for jhist files. Contributed by Ray Chiang
|
2015-07-01 16:00:03 +00: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 |
|
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 |
|
Xuan
|
0f95921447
|
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-13 13:10:53 -07:00 |
|
Devaraj K
|
2401ff76be
|
MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith.
|
2015-05-08 15:17:52 +05:30 |
|
Akira Ajisaka
|
d335071398
|
MAPREDUCE-6356. Misspelling of threshold in log4j.properties for tests. Contributed by Brahma Reddy Battula.
|
2015-05-07 19:39:24 +09:00 |
|
Gera Shegalov
|
725eb52ddc
|
MAPREDUCE-6293. Set job classloader on uber-job's LocalContainerLauncher event thread. (Sangjin Lee via gera)
|
2015-04-21 13:57:22 -07:00 |
|
Robert Kanter
|
d50e8f0928
|
MAPREDUCE-6238. MR2 can't run local jobs with -libjars command options which is a regression from MR1 (zxu via rkanter)
|
2015-04-20 14:14:08 -07:00 |
|
Vinod Kumar Vavilapalli
|
cc0a01c503
|
Revert "MAPREDUCE-6288. Changed permissions on JobHistory server's done directory so that user's client can load the conf files directly. Contributed by Robert Kanter."
This reverts commit 5358b83167 .
|
2015-03-30 14:48:21 -07:00 |
|
Vinod Kumar Vavilapalli
|
5358b83167
|
MAPREDUCE-6288. Changed permissions on JobHistory server's done directory so that user's client can load the conf files directly. Contributed by Robert Kanter.
|
2015-03-30 10:27:19 -07:00 |
|
Harsh J
|
e1e09052e8
|
MAPREDUCE-6213. NullPointerException caused by job history server addr not resolvable. Contributed by Peng Zhang.
|
2015-03-22 02:44:36 +05:30 |
|
Tsuyoshi Ozawa
|
9ae7f9eb7b
|
MAPREDUCE-5657. Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Akira AJISAKA.
|
2015-03-03 18:06:26 +09:00 |
|
Tsuyoshi Ozawa
|
d1c6accb6f
|
HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)
|
2015-03-03 14:17:52 +09:00 |
|
Tsuyoshi Ozawa
|
9cedad11d8
|
Revert "HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)"
This reverts commit 946456c6d8 .
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/QuotaByStorageTypeEntry.java
|
2015-02-25 00:32:04 +09:00 |
|
Tsuyoshi Ozawa
|
946456c6d8
|
HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)
|
2015-02-19 13:06:53 +09:00 |
|
Akira Ajisaka
|
cc6bbfceae
|
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project. (aajisaka)
|
2015-02-04 17:46:01 -08:00 |
|
Jason Lowe
|
56b7ec71a6
|
MAPREDUCE-6141. History server leveldb recovery store. Contributed by Jason Lowe
|
2015-01-26 16:28:55 +00:00 |
|
Jason Lowe
|
03ab24aa01
|
MAPREDUCE-5932. Provide an option to use a dedicated reduce-side shuffle log. Contributed by Gera Shegalov
|
2014-12-03 17:02:14 +00:00 |
|
Jason Lowe
|
09b3dee122
|
MAPREDUCE-6162. mapred hsadmin fails on a secure cluster. Contributed by Jason Lowe
|
2014-11-17 22:59:59 +00:00 |
|
Zhijie Shen
|
ed63b11646
|
MAPREDUCE-6052. Supported overriding the default container-log4j.properties file per job. Contributed by Junping Du.
|
2014-11-01 00:47:57 -07:00 |
|
Jason Lowe
|
cf4631d7c9
|
HADOOP-11049. javax package system class default is too broad. Contributed by Sangjin Lee
|
2014-09-29 14:36:29 +00:00 |
|
Zhijie Shen
|
662fc11ae7
|
MAPREDUCE-5831. Make MR client ignore unknown counters received from AM. Contributed by Junping Du.
|
2014-09-25 23:45:07 -07:00 |
|
Jason Lowe
|
7039b98e1c
|
MAPREDUCE-6095. Enable DistributedCache for uber-mode Jobs. Contributed by Gera Shegalov
|
2014-09-22 15:20:59 +00:00 |
|
Zhijie Shen
|
524a63e59e
|
MAPREDUCE-6044. Fully qualified intermediate done dir path breaks per-user dir creation on Windows. Contributed by Zhijie Shen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619863 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-22 17:06:23 +00:00 |
|
Jason Darrell Lowe
|
da4ba50269
|
HADOOP-10893. isolated classloader on the client side. Contributed by Sangjin Lee
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1619604 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-21 21:38:16 +00:00 |
|
Zhijie Shen
|
84bc2fe402
|
MAPREDUCE-6032. Made MR jobs write job history files on the default FS when the current context’s FS is different. Contributed by Benjamin Zhitomirsky.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1618269 13f79535-47bb-0310-9956-ffa450edef68
|
2014-08-15 20:17:45 +00:00 |
|