Akira Ajisaka
|
438901f6c8
|
MAPREDUCE-6824. TaskAttemptImpl#createCommonContainerLaunchContext is longer than 150 lines. Contributed by Chris Trezzo.
|
2017-04-05 16:45:38 +09:00 |
Jason Lowe
|
3ae529ba54
|
YARN-6411. Clean up the overwrite of createDispatcher() in subclass of MockRM. Contributed by Yufei Gu
(cherry picked from commit 4d1fac5df2 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/api/impl/TestAMRMClientOnRMRestart.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/security/TestClientToAMTokens.java
|
2017-03-31 10:21:44 -05:00 |
Jason Lowe
|
a52b30f7e8
|
MAPREDUCE-6836. exception thrown when accessing the job configuration web UI. Contributed by Haibo Chen
(cherry picked from commit c9b7ce9273 )
|
2017-03-30 12:56:04 -05:00 |
Jason Lowe
|
526499533e
|
MAPREDUCE-6850. Shuffle Handler keep-alive connections are closed from the server side. Contributed by Jonathan Eagles
(cherry picked from commit c8bd5fc7a8 )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/ShuffleHandler.java
|
2017-03-30 11:10:20 -05:00 |
Zhe Zhang
|
3f5dc51ec9
|
MAPREDUCE-6873. MR Job Submission Fails if MR framework application path not on defaultFS. Contributed by Erik Krogen.
(cherry picked from commit de7efd2687 )
|
2017-03-29 22:11:22 -07:00 |
Ming Ma
|
2ae9ae1864
|
MAPREDUCE-6862. Fragments are not handled correctly by resource limit checking. (Chris Trezzo via mingma)
(cherry picked from commit ceab00ac62 )
|
2017-03-29 17:42:40 -07:00 |
Robert Kanter
|
a65011a128
|
YARN-6050. AMs can't be scheduled on racks or nodes (rkanter)
|
2017-03-28 14:33:08 -07:00 |
Joe Mészáros
|
34a11b9108
|
MAPREDUCE-6866. Fix getNumMapTasks() documentation in JobConf.
This closes #205
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e0a2eb71e3 )
|
2017-03-27 13:52:26 +09:00 |
Naganarasimha
|
0cfa6ec6c8
|
MAPREDUCE-6865. Fix typo in javadoc for DistributedCache. Contributed by Attila Sasvari.
(cherry picked from commit 34a931c0fa )
|
2017-03-20 08:26:05 +05:30 |
Robert Kanter
|
7953ac4da6
|
MAPREDUCE-6839. TestRecovery.testCrashed failed (pairg via rkanter)
(cherry picked from commit 38d75dfd3a )
|
2017-03-07 13:39:40 -08:00 |
Akira Ajisaka
|
120f680318
|
Treat encrypted files as private. Contributed by Daniel Templeton.
(cherry picked from commit f01a69f84f )
|
2017-03-07 13:38:20 +09:00 |
Akira Ajisaka
|
aa1f944bba
|
MAPREDUCE-6855. Specify charset when create String in CredentialsTestJob. Contributed by Kai Sasaki.
(cherry picked from commit 14413989ca )
|
2017-03-07 13:12:58 +09:00 |
Akira Ajisaka
|
ed55bcee1f
|
HADOOP-14108. CLI MiniCluster: add an option to specify NameNode HTTP port. Contributed by Takanobu Asanuma.
(cherry picked from commit 209ecd1a5c )
|
2017-03-07 01:36:10 +09:00 |
Akira Ajisaka
|
e2fb9538f0
|
MAPREDUCE-6753. Variable in byte printed directly in mapreduce client. Contributed by Kai Sasaki.
(cherry picked from commit 19a1fc6373 )
|
2017-03-03 16:13:26 +09:00 |
Akira Ajisaka
|
e563cd8692
|
MAPREDUCE-6841. Fix dead link in MapReduce tutorial document. Contributed by Victor Nee.
(cherry picked from commit 4d33683882 )
|
2017-03-03 16:12:56 +09:00 |
Jian He
|
b8b605bfc5
|
MAPREDUCE-6852. Job#updateStatus() failed with NPE due to race condition. Contributed by Junping Du
|
2017-03-02 10:59:18 -08:00 |
Wangda Tan
|
650ff95e00
|
YARN-5959. RM changes to support change of container ExecutionType. (Arun Suresh via wangda)
(cherry picked from commit 0a55bd841e )
|
2017-02-23 17:22:25 -08:00 |
Wangda Tan
|
a82480c7d4
|
YARN-6143. Fix incompatible issue caused by YARN-3583. (Sunil G via wangda)
|
2017-02-23 13:59:20 -08:00 |
Daniel Templeton
|
4c883f331c
|
MAPREDUCE-6825. YARNRunner#createApplicationSubmissionContext method is longer than 150 lines (Contributed by Gergely Novák via Daniel Templeton)
(cherry picked from commit 732ee6f0b5 )
|
2017-02-22 15:40:12 -08:00 |
Junping Du
|
81e2d54ac6
|
MAPREDUCE-6404. Allow AM to specify a port range for starting its webapp. Contributed by Varun Saxena.
(cherry picked from commit 7afe5b1a31 )
|
2017-02-07 01:46:17 -08:00 |
Junping Du
|
378d62663f
|
MAPREDUCE-6338. MR AppMaster does not honor ephemeral port range. Contributed by Frank Nguyen.
(cherry picked from commit d401e63b6c )
|
2017-02-05 19:28:53 -08:00 |
Masatake Iwasaki
|
2f4cf07fb1
|
MAPREDUCE-6644. Use doxia macro to generate in-page TOC of MapReduce site documentation. (iwasakims)
(cherry picked from commit 3619ae32be )
|
2017-02-02 01:23:02 +09:00 |
Karthik Kambatla
|
a91cc63d37
|
MAPREDUCE-6829. Add peak memory usage counter for each task. (Miklos Szegedi via kasha)
(cherry picked from commit c65f884fc7 )
|
2017-01-26 11:08:53 -08:00 |
Jason Lowe
|
94b326f2c8
|
YARN-5910. Support for multi-cluster delegation tokens. Contributed by Jian He
(cherry picked from commit 69fa81679f )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAppManager.java
|
2017-01-23 17:23:32 +00:00 |
Jason Lowe
|
bec7c56ce5
|
MAPREDUCE-6831. Flaky test TestJobImpl.testKilledDuringKillAbort. Contributed by Peter Bacsko
(cherry picked from commit 78b487bde1 )
|
2017-01-17 16:03:20 +00:00 |
Arun Suresh
|
4985217de4
|
YARN-6066. Opportunistic containers Minor fixes : API annotations, parameter name changes, checkstyles. (asuresh)
|
2017-01-08 08:27:10 -08:00 |
Junping Du
|
bf87c523ab
|
MAPREDUCE-6711. JobImpl fails to handle preemption events on state COMMITTING. Contributed by Prabhu Joseph.
(cherry picked from commit 679478d0c6 )
|
2017-01-07 22:05:16 -08:00 |
Arun Suresh
|
2b4d3e8506
|
YARN-5646. Add documentation and update config parameter names for scheduling of OPPORTUNISTIC containers. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 2273a74c1f )
(cherry picked from commit 9e17ffe599e12c59c48f4355de645c31a4735d04)
|
2017-01-06 11:15:10 -08:00 |
Arun Suresh
|
368565f0ce
|
YARN-4597. Introduce ContainerScheduler and a SCHEDULED state to NodeManager container lifecycle. (asuresh)
(cherry picked from commit 3219b7b4ac )
(cherry picked from commit 49921678858a17ca58ca2ae704ced1ff584e0859)
|
2017-01-06 11:15:09 -08:00 |
Arun Suresh
|
7437252102
|
YARN-2995. Enhance UI to show cluster resource utilization of various container Execution types. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 0aafc122d4 )
(cherry picked from commit 25598b6e7118bacd33a167fb496e9cda5e9f9ad0)
|
2017-01-06 11:15:09 -08:00 |
Jason Lowe
|
937f739804
|
MAPREDUCE-6682. TestMRCJCFileOutputCommitter fails intermittently Contributed by Akira Ajisaka.
(cherry picked from commit 8f1c374bec )
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestMRTimelineEventHandling.java
|
2017-01-06 18:46:28 +00:00 |
Daniel Templeton
|
d1aa844dc6
|
MAPREDUCE-6715. Fix Several Unsafe Practices (Contributed by Yufei Gu via Daniel Templeton)
(cherry picked from commit 0b8a7c18dd )
|
2017-01-05 17:57:14 -08:00 |
Akira Ajisaka
|
3e2d26a97f
|
HADOOP-12733. Remove references to obsolete io.seqfile configuration variables. Contributed by Ray Chiang.
(cherry picked from commit 01d31fe938 )
|
2017-01-04 14:15:00 +09:00 |
Brahma Reddy Battula
|
d6e5e4288c
|
HADOOP-13883. Addendum patch to correct the message and alphabetized with the earlier patch. Contributed by Yiqun Lin.
(cherry picked from commit 6938b67711 )
|
2016-12-31 16:17:15 +05:30 |
Daniel Templeton
|
28b605dd1a
|
HADOOP-13940. Document the missing envvars commands (Contributed by Yiqun Lin via Daniel Templeton)
(cherry picked from commit d432173737a532b7106682116013b751ba162ff0)
|
2016-12-27 07:19:37 -08:00 |
Akira Ajisaka
|
522bc98026
|
YARN-4994. Use MiniYARNCluster with try-with-resources in tests. Contributed by Andras Bokor.
(cherry picked from commit ae401539ea )
|
2016-12-23 04:06:53 +09:00 |
Akira Ajisaka
|
1e1ab9bc1b
|
MAPREDUCE-6820. Fix dead links in Job relevant classes. Contributed by Yiqun Lin.
(cherry picked from commit 92a8917ca5 )
|
2016-12-10 10:57:06 +09:00 |
Karthik Kambatla
|
0aaaeea268
|
MAPREDUCE-6817. The format of job start time in JHS is different from those of submit and finish time. (Haibo Chen via kasha)
(cherry picked from commit a793cec2c9 )
|
2016-12-07 13:37:12 -08:00 |
Akira Ajisaka
|
03854f0bc5
|
MAPREDUCE-6816. Progress bars in Web UI always at 100%. Contributed by Shen Yinjie.
(cherry picked from commit da4ecc9f82 )
|
2016-12-07 06:44:03 +09:00 |
Robert Kanter
|
1585b4f7ce
|
MAPREDUCE-6571. JobEndNotification info logs are missing in AM container syslog (haibochen via rkanter)
(cherry picked from commit 6b4a9970f1 )
|
2016-12-06 13:11:20 -08:00 |
Jason Lowe
|
e8cd9dc200
|
MAPREDUCE-6815. Fix flaky TestKill.testKillTask(). Contributed by Haibo Chen
(cherry picked from commit 0cfd7ad21f )
|
2016-12-02 17:23:10 +00:00 |
Robert Kanter
|
99b046f8a9
|
MAPREDUCE-6787. Allow job_conf.xml to be downloadable on the job overview page in JHS (haibochen via rkanter)
(cherry picked from commit c87b3a448a )
|
2016-12-01 17:30:02 -08:00 |
Junping Du
|
376a2439db
|
MAPREDUCE-6565. Configuration to use host name in delegation token service is not read from job.xml during MapReduce job execution. Contributed by Li Lu.
(cherry picked from commit 8f6e14399a )
|
2016-11-29 16:50:17 -08:00 |
Rohith Sharma K S
|
4b289d567e
|
MAPREDUCE-6793. io.sort.factor code default and mapred-default.xml values inconsistent. Contributed by Gera Shegalov.
(cherry picked from commit 683e0c71fe )
|
2016-11-21 22:11:59 +05:30 |
Varun Saxena
|
ca3b40306b
|
MAPREDUCE-6801. Fix flaky TestKill.testKillJob (Haibo Chen via Varun Saxena)
(cherry picked from commit 7584fbf4cb )
|
2016-11-19 01:39:47 +05:30 |
Varun Saxena
|
bcfa6d5384
|
MAPREDUCE-6811. TestPipeApplication#testSubmitter fails after HADOOP-13802 (Brahma Reddy Battula via Varun Saxena)
(cherry picked from commit b8690a9d25 )
|
2016-11-17 00:55:12 +05:30 |
Jason Lowe
|
41f8275c50
|
MAPREDUCE-6804. Add timeout when starting JobHistoryServer in MiniMRYarnCluster. Contributed by Andras Bokor
|
2016-11-16 15:26:19 +00:00 |
Mingliang Liu
|
4e0fcff8ab
|
HADOOP-13427. Eliminate needless uses of FileSystem#{exists(), isFile(), isDirectory()}. Contributed by Steve Loughran and Mingliang Liu
(cherry picked from commit 5af572b644 )
|
2016-11-15 11:36:08 -08:00 |
Jason Lowe
|
5ffb26c2a9
|
MAPREDUCE-6797. Job history server scans can become blocked on a single, slow entry. Contributed by Prabhu Joseph
(cherry picked from commit 99c2bbd337 )
|
2016-11-14 20:30:36 +00:00 |
Jian He
|
a422740bd7
|
YARN-5611. Provide an API to update lifetime of an application. Contributed by Rohith Sharma K S
|
2016-11-09 16:39:46 -08:00 |