Akira Ajisaka
|
d4015f8628
|
MAPREDUCE-6887. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin.
|
2017-05-30 14:48:58 +09:00 |
|
Andrew Wang
|
16ad896d5c
|
Update maven version for 3.0.0-alpha4 development
|
2017-05-26 14:09:44 -07:00 |
|
Akira Ajisaka
|
3ed3062fe3
|
MAPREDUCE-6881. Fix warnings from Spotbugs in hadoop-mapreduce. Contributed by Weiwei Yang.
|
2017-04-27 15:45:33 +09:00 |
|
Daniel Templeton
|
dd43b895c2
|
YARN-6202. Configuration item Dispatcher.DISPATCHER_EXIT_ON_ERROR_KEY is disregarded
(Contributed by Yufei Gu via Daniel Templeton)
|
2017-04-19 11:44:55 -07:00 |
|
Masatake Iwasaki
|
3619ae32be
|
MAPREDUCE-6644. Use doxia macro to generate in-page TOC of MapReduce site documentation. (iwasakims)
|
2017-02-02 01:19:36 +09:00 |
|
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -08:00 |
|
Akira Ajisaka
|
01d31fe938
|
HADOOP-12733. Remove references to obsolete io.seqfile configuration variables. Contributed by Ray Chiang.
|
2017-01-04 14:10:36 +09:00 |
|
Robert Kanter
|
4b149a1e77
|
YARN-4457. Cleanup unchecked types for EventHandler (templedf via rkanter)
|
2016-12-09 17:28:25 -08:00 |
|
Karthik Kambatla
|
a793cec2c9
|
MAPREDUCE-6817. The format of job start time in JHS is different from those of submit and finish time. (Haibo Chen via kasha)
|
2016-12-07 13:36:49 -08:00 |
|
Robert Kanter
|
c87b3a448a
|
MAPREDUCE-6787. Allow job_conf.xml to be downloadable on the job overview page in JHS (haibochen via rkanter)
|
2016-12-01 17:29:38 -08:00 |
|
Akira Ajisaka
|
209e805430
|
HADOOP-13506. Redundant groupid warning in child projects. Contributed by Kai Sasaki.
|
2016-11-28 14:34:57 +09:00 |
|
Mingliang Liu
|
5af572b644
|
HADOOP-13427. Eliminate needless uses of FileSystem#{exists(), isFile(), isDirectory()}. Contributed by Steve Loughran and Mingliang Liu
|
2016-11-15 10:57:00 -08:00 |
|
Jason Lowe
|
99c2bbd337
|
MAPREDUCE-6797. Job history server scans can become blocked on a single, slow entry. Contributed by Prabhu Joseph
|
2016-11-14 20:20:50 +00:00 |
|
Varun Saxena
|
026b39ad9d
|
MAPREDUCE-6782. JHS task page search based on each individual column not working (Ajith S via Varun Saxena)
|
2016-11-08 14:57:56 +05:30 |
|
Akira Ajisaka
|
de0132748d
|
MAPREDUCE-6796. Remove unused properties from JTConfig.java. Contributed by Haibo Chen.
|
2016-11-05 03:49:19 +09:00 |
|
Robert Kanter
|
5877f20f9c
|
HADOOP-10075. Update jetty dependency to version 9 (rkanter)
|
2016-10-27 16:09:00 -07:00 |
|
Varun Saxena
|
8bd6d77a41
|
YARN-5757. RM REST API documentation is not up to date (Miklos Szegedi via Varun Saxena)
|
2016-10-27 17:21:01 +05:30 |
|
Varun Saxena
|
4e403def80
|
MAPREDUCE-6798. Fix intermittent failure of TestJobHistoryParsing.testJobHistoryMethods (Haibo Chen via Varun Saxena)
|
2016-10-27 15:36:59 +05:30 |
|
Robert Kanter
|
0d6778d800
|
MAPREDUCE-6718. add progress log to JHS during startup (haibochen via rkanter)
|
2016-09-28 15:41:40 -07:00 |
|
Kai Zheng
|
ea0c2b8b05
|
HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng
|
2016-09-15 10:46:00 +08:00 |
|
Kai Zheng
|
d355573f56
|
Revert "HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng"
This reverts commit 62a9667136
|
2016-09-08 05:50:17 +08:00 |
|
Kai Zheng
|
62a9667136
|
HADOOP-13218. Migrate other Hadoop side tests to prepare for removing WritableRPCEngine. Contributed by Wei Zhou and Kai Zheng
|
2016-09-07 17:05:33 +08:00 |
|
Varun Saxena
|
c4b77aed7e
|
MAPREDUCE-6750. Fix TestHSAdminServer#testRefreshSuperUserGroups (Kihwal Lee via Varun Saxena)
|
2016-08-09 23:35:44 +05:30 |
|
Akira Ajisaka
|
ecff7d0359
|
MAPREDUCE-6738. TestJobListCache.testAddExisting failed intermittently in slow VM testbed. Contributed by Junping Du.
|
2016-07-21 11:34:48 -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 |
|
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 |
|
Steve Loughran
|
96fa0f848b
|
HADOOP-12709 Cut s3:// from trunk. Contributed by Mingliang Liu.
|
2016-06-29 16:04:50 +01: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 |
|
Kai Zheng
|
93d8a7f2a2
|
Revert "HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng"
This reverts commit a6c79f92d5 .
|
2016-06-01 08:41:15 +08:00 |
|
Kai Zheng
|
a6c79f92d5
|
HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng
|
2016-05-27 04:29:42 +08:00 |
|
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 |
|
Junping Du
|
f6ef876fe1
|
MAPREDUCE-6657. Job history server can fail on startup when NameNode is in start phase. Contributed by Haibo Chen.
|
2016-05-17 14:41:47 -07:00 |
|
Jason Lowe
|
34fddd1e91
|
MAPREDUCE-6698. Increase timeout on TestUnnecessaryBlockingOnHistoryFileInfo.testTwoThreadsQueryingDifferentJobOfSameUser. Contributed by Haibo Chen
|
2016-05-17 15:01:33 +00:00 |
|
Jason Lowe
|
12fa4ec141
|
MAPREDUCE-6701. application master log can not be available when clicking jobhistory's am logs link. Contributed by Haibo Chen
|
2016-05-17 14:54:13 +00: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
|
5ffb54694b
|
MAPREDUCE-6684. High contention on scanning of user directory under immediate_done in Job History Server. Contributed by Haibo Chen
|
2016-05-10 16:03:49 +00:00 |
|
Jing Zhao
|
63e5412f1a
|
HDFS-9427. HDFS should not default to ephemeral ports. Contributed by Xiaobing Zhou.
|
2016-04-22 15:14:40 -07:00 |
|
Jian He
|
1e48eefe58
|
MAPREDUCE-6680. JHS UserLogDir scan algorithm sometime could skip directory with update in CloudFS (Azure FileSystem, S3, etc. Contributed by Junping Du
|
2016-04-20 19:02:10 -07:00 |
|
Eric Payne
|
cc8b83a8e8
|
MAPREDUCE-6649. getFailureInfo not returning any failure info. Contributed by Eric Badger
|
2016-04-16 22:07:27 +00:00 |
|
Junping Du
|
de96d7c88a
|
MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák.
|
2016-04-06 08:32:35 -07:00 |
|
Rohith Sharma K S
|
0ef8bbfd87
|
MAPREDUCE-6662. Clear ASF Warnings on test data files. Contributed by Vinayakumar B
|
2016-03-29 10:32:21 +08: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
|
c4d4df8de0
|
YARN-4701. When task logs are not available, port 8041 is referenced instead of port 8042 (haibochen via rkanter)
|
2016-02-25 12:48:02 -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 |
|
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 |
|
Robert Kanter
|
ccbba4a4de
|
MAPREDUCE-6620. Jobs that did not start are shown as starting in 1969 in the JHS web UI (haibochen via rkanter)
|
2016-02-02 15:19:35 -08:00 |
|
Karthik Kambatla
|
d40859fab1
|
YARN-4526. Make SystemClock singleton so AppSchedulingInfo could use it. (kasha)
|
2016-01-18 10:58:14 +01:00 |
|
Rohith Sharma K S
|
a308e86621
|
MAPREDUCE-6419. JobHistoryServer doesn't sort properly based on Job ID when Job id's exceed 9999. (Mohammad Shahid Khan via rohithsharmaks)
|
2015-12-24 11:55:42 +05:30 |
|
Zhihai Xu
|
5b7078d069
|
MAPREDUCE-6436. JobHistory cache issue. Contributed by Kai Sasaki
|
2015-12-15 00:58:23 -08:00 |
|
Steve Loughran
|
65f395226b
|
HADOOP-12321. Make JvmPauseMonitor an AbstractService. (Sunil G via Stevel) [includes HDFS-8947 MAPREDUCE-6462 and YARN-4072]
|
2015-12-06 17:43:35 +00:00 |
|
Akira Ajisaka
|
a7f776ffdf
|
MAPREDUCE-6499. Add elapsed time for retired job in JobHistoryServer WebUI. Contributed by Lin Yiqun.
|
2015-11-17 15:16:47 +09:00 |
|
Jason Lowe
|
6344b6a769
|
MAPREDUCE-6528. Memory leak for HistoryFileManager.getJobSummary(). Contributed by Junping Du
|
2015-10-30 15:31:38 +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 |
|
Haohui Mai
|
da8441d0fe
|
HDFS-9167. Update pom.xml in other modules to depend on hdfs-client instead of hdfs. Contributed by Mingliang Liu.
|
2015-10-13 15:24:24 -07:00 |
|
Junping Du
|
e73a928a63
|
MAPREDUCE-6443. Add JvmPauseMonitor to JobHistoryServer. Contributed by Robert Kanter.
(cherry picked from commit c8469357bad481ca8e341050553a5ae6d98bf8e5)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2015-08-06 07:03:46 -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 |
|
Vinod Kumar Vavilapalli
|
d481684c7c
|
MAPREDUCE-6410. Fixed MapReduce JobHistory server to use the right (login) UGI to refresh log and cleaner settings. Contributed by Varun Saxena.
|
2015-06-23 11:39:55 -07:00 |
|
Gera Shegalov
|
055cd5a9a1
|
MAPREDUCE-6305. AM/Task log page should be able to link back to the job. (Siqi Li via gera)
|
2015-06-20 12:38:36 -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
|
790a861766
|
MAPREDUCE-6377. JHS sorting on state column not working in webUi.
Contributed by zhihai xu.
|
2015-06-05 15:50:16 +05:30 |
|
Gera Shegalov
|
e8302071ff
|
MAPREDUCE-6382. Don't escape HTML links in Diagnostics in JHS job overview. (Siqi Li via gera)
|
2015-06-03 23:46:06 -07:00 |
|
Devaraj K
|
1ea90144d5
|
MAPREDUCE-6273. HistoryFileManager should check whether summaryFile exists
to avoid FileNotFoundException causing HistoryFileInfo into MOVE_FAILED
state. Contributed by zhihai xu.
|
2015-05-15 12:31:32 +05:30 |
|
Jason Lowe
|
444836b3dc
|
MAPREDUCE-5465. Tasks are often killed before they exit on their own. Contributed by Ming Ma
|
2015-05-11 22:37:35 +00:00 |
|
Junping Du
|
7e543c27fa
|
YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak.
|
2015-05-11 05:27:07 -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 |
|
Devaraj K
|
5e67c4d384
|
MAPREDUCE-6252. JobHistoryServer should not fail when encountering a
missing directory. Contributed by Craig Welch.
|
2015-04-27 15:01:42 +05:30 |
|
Allen Wittenauer
|
618ba707f0
|
MAPREDUCE-6057. Remove obsolete entries from mapred-default.xml (Ray Chiang via aw)
|
2015-04-26 20:31:40 -07:00 |
|
Tsuyoshi Ozawa
|
e33594dd87
|
MAPREDUCE-6330. Fix typo in some Task Attempt API's URL. Contributed by Ryu Kobayashi.
|
2015-04-23 03:21:42 +09:00 |
|
Gera Shegalov
|
89ded89e86
|
MAPREDUCE-6297. Task Id of the failed task in diagnostics should link to the task page. (Siqi Li via gera)
|
2015-04-21 13:57:23 -07:00 |
|
Akira Ajisaka
|
1fa8075794
|
MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li.
|
2015-04-16 10:04:09 -05:00 |
|
Akira Ajisaka
|
2c17da4208
|
Revert "MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li."
This reverts commit 6ac98b4804 .
|
2015-04-11 12:37:12 +09:00 |
|
Akira Ajisaka
|
6ac98b4804
|
MAPREDUCE-6300. Task list sort by task id broken. Contributed by Siqi Li.
|
2015-04-11 01:31:31 +09:00 |
|
Akira Ajisaka
|
83979e61a4
|
MAPREDUCE-6307. Remove property mapreduce.tasktracker.taskmemorymanager.monitoringinterval. Contributed by J.Andreina.
|
2015-04-10 20:21:00 +09:00 |
|
Robert Kanter
|
c4986b2d00
|
MAPREDUCE-6266. Job#getTrackingURL should consistently return a proper URL (rchiang via rkanter)
|
2015-04-09 13:48:14 -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 |
|
Robert Kanter
|
d4f7e2507f
|
MAPREDUCE-6282. Reuse historyFileAbsolute.getFileSystem in CompletedJob#loadFullHistoryData for code optimization. (zxu via rkanter)
|
2015-03-20 13:11:58 -07:00 |
|
Tsuyoshi Ozawa
|
742f9d90c0
|
MAPREDUCE-6268. Fix typo in Task Attempt API's URL. Contributed by Ryu Kobayashi.
|
2015-03-03 16:21:16 +09:00 |
|
Konstantin V Shvachko
|
8ca0d957c4
|
YARN-3255. RM, NM, JobHistoryServer, and WebAppProxyServer's main() should support generic options. Contributed by Konstantin Shvachko.
|
2015-02-26 17:12:19 -08:00 |
|
Allen Wittenauer
|
8b787e2fdb
|
MAPREDUCE-6260. Convert site documentation to markdown (Masatake Iwasaki via aw)
|
2015-02-17 06:52:14 -10:00 |
|
Devaraj K
|
76e309ead0
|
MAPREDUCE-6253. Update use of Iterator to Iterable. Contributed by Ray
Chiang.
|
2015-02-12 13:45:19 +05:30 |
|
Akira Ajisaka
|
cc6bbfceae
|
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project. (aajisaka)
|
2015-02-04 17:46:01 -08:00 |
|
Allen Wittenauer
|
fd57ab2002
|
MAPREDUCE-6059. Speed up history server startup time (Siqi Li via aw)
|
2015-02-04 17:36:28 -08:00 |
|
Akira Ajisaka
|
342efa110a
|
HADOOP-9907. Webapp http://hostname:port/metrics link is not working. (aajisaka)
|
2015-01-30 02:49:10 +09:00 |
|
Allen Wittenauer
|
0a05ae1782
|
HDFS-7566. Remove obsolete entries from hdfs-default.xml (Ray Chiang via aw)
|
2015-01-27 14:31:27 -08:00 |
|
Jason Lowe
|
56b7ec71a6
|
MAPREDUCE-6141. History server leveldb recovery store. Contributed by Jason Lowe
|
2015-01-26 16:28:55 +00:00 |
|
Allen Wittenauer
|
42715547f0
|
HADOOP-11256. Some site docs have inconsistent appearance (Masatake Iwasaki via aw)
|
2015-01-21 08:44:22 -08:00 |
|
Harsh J
|
cb99f43305
|
MAPREDUCE-5420. Remove mapreduce.task.tmp.dir from mapred-default.xml. Contributed by James Carman. (harsh)
|
2014-12-11 09:45:49 +05:30 |
|
Haohui Mai
|
d777a1e4ca
|
HADOOP-11369. Fix new findbugs warnings in hadoop-mapreduce-client, non-core directories. Contributed by Li Lu.
|
2014-12-09 10:46:13 -08:00 |
|
Jason Lowe
|
0c588904f8
|
MAPREDUCE-6160. Potential NullPointerException in MRClientProtocol interface implementation. Contributed by Rohith
|
2014-12-01 22:39:22 +00:00 |
|
Jian He
|
78f7cdbfd6
|
MAPREDUCE-5568. Fixed CompletedJob in JHS to show progress percentage correctly in case the number of mappers or reducers is zero. Contributed by MinJi Kim
|
2014-11-25 13:02:55 -08: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 |
|
Arun C. Murthy
|
43cd07b408
|
YARN-2830. Add backwords compatible ContainerId.newInstance constructor. Contributed by Jonathan Eagles.
|
2014-11-09 14:57:37 -08:00 |
|
Karthik Kambatla
|
e8a31f2e1c
|
MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)
|
2014-10-11 22:49:06 -07:00 |
|