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
|
cab3c7c889
|
MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly misleading. Contributed by Nathan Roberts
|
2015-11-24 22:01:03 +00:00 |
|
Jian He
|
8676a118a1
|
YARN-4349. Support CallerContext in YARN. Contributed by Wangda Tan
|
2015-11-23 17:19:48 -08:00 |
|
Haohui Mai
|
4bff073b4d
|
Revert "HADOOP-12572. Update Hadoop's lz4 to r131. Contributed by Kevin Bowling."
This reverts commit 4c061e607e .
|
2015-11-23 15:00:56 -08:00 |
|
Jason Lowe
|
aa2009c37b
|
Update CHANGES.txt for recent commits to branch-2.6.
|
2015-11-23 21:57:18 +00:00 |
|
Haohui Mai
|
000e12f6fa
|
HDFS-9153. Pretty-format the output for DFSIO. Contributed by Kai Zheng.
|
2015-11-22 16:18:07 -08:00 |
|
Haohui Mai
|
4c061e607e
|
HADOOP-12572. Update Hadoop's lz4 to r131. Contributed by Kevin Bowling.
|
2015-11-22 15:18:24 -08:00 |
|
Jason Lowe
|
be9f3bba73
|
Update CHANGES.txt to reflect commit of MR-6377 to branch-2.7 and branch-2.6.
|
2015-11-18 17:20:15 +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 |
|
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 |
|
Sangjin Lee
|
9ad708a0df
|
MAPREDUCE-6540. TestMRTimelineEventHandling fails (sjlee)
|
2015-11-11 15:37:24 -08:00 |
|
Jason Lowe
|
df68eac825
|
MAPREDUCE-6533. testDetermineCacheVisibilities of TestClientDistributedCacheManager is broken. Contributed by Chang Li
|
2015-11-11 17:26:16 +00: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
|
668e897538
|
MAPREDUCE-5763. Warn message about httpshuffle in NM logs. Contributed by Akira AJISAKA.
|
2015-11-09 15:25:31 +09:00 |
|
Allen Wittenauer
|
b76b0ce51e
|
HADOOP-12366. expose calculated paths (aw)
|
2015-11-07 08:32:56 -08:00 |
|
Allen Wittenauer
|
19a0c2660c
|
MAPREDUCE-1125. SerialUtils.cc: deserializeFloat is out of sync with SerialUtils.hh (Simone Leo via aw)
|
2015-11-05 16:57:22 -08:00 |
|
Allen Wittenauer
|
fc7cd46faf
|
MAPREDUCE-3914. Mismatched free() / delete / delete [] in HadoopPipes (Joe Mudd via aw)
|
2015-11-05 16:53:32 -08:00 |
|
Jason Lowe
|
0383a3973b
|
Add 2.7.3 release to CHANGES.txt
|
2015-11-04 16:26:14 +00:00 |
|
Varun Vasudev
|
73b9c7b82b
|
HADOOP-10787. Rename/remove non-HADOOP_*, etc from the shell scripts. Contributed by Allen Wittenauer.
|
2015-11-04 15:56:17 +05:30 |
|
Akira Ajisaka
|
04d97f8abb
|
MAPREDUCE-6525. Fix test failure of TestMiniMRClientCluster.testRestart. Contributed by Masatake Iwasaki.
|
2015-11-03 01:50:07 +09:00 |
|
Sangjin Lee
|
a4a6b5b4b4
|
Updated the 2.6.2 final release date.
|
2015-10-30 18:47:16 -07:00 |
|
Kihwal Lee
|
2868ca0328
|
MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla.
|
2015-10-30 14:56:41 -05: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
|
6ae9efaf59
|
Update CHANGES.txt to reflect commit of MR-6273 to branch-2.6
|
2015-10-30 15:18:53 +00:00 |
|
Jason Lowe
|
eadf7b3096
|
Creating 2.6.3 entries in CHANGES.txt files.
|
2015-10-30 14:50:50 +00: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 |
|
Xuan
|
7412ff48ee
|
YARN-4313. Race condition in MiniMRYarnCluster when getting history
server address. Contributed by Jian He
|
2015-10-29 17:36:36 -07:00 |
|
Jason Lowe
|
ecad1253b7
|
Update CHANGES.txt to reflect commit of MR-6273 to branch-2.7
|
2015-10-29 18:32:25 +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 |
|
Sangjin Lee
|
b0c818b60d
|
Set the release date for 2.6.2
|
2015-10-28 20:43:35 -07:00 |
|
Allen Wittenauer
|
68ce93c32e
|
MAPREDUCE-6435. MapReduce client assumes the world is x86 (Alan Burlison via aw)
|
2015-10-27 12:29:41 -07:00 |
|
Allen Wittenauer
|
5c24fe7f91
|
MAPREDUCE-6416. Not all platforms have d_type in struct dirent (Alan Burlison via aw)
|
2015-10-27 12:22:08 -07:00 |
|
Allen Wittenauer
|
ab99d953e4
|
MAPREDUCE-6412. Make hadoop-mapreduce-client Native code -Wall-clean (Alan Burlison via aw)
|
2015-10-27 12:15:11 -07:00 |
|
Allen Wittenauer
|
0e344902aa
|
fix changes.txt for MAPREDUCE-6391.
|
2015-10-27 12:07:18 -07:00 |
|
Allen Wittenauer
|
bcc4c746a8
|
MAPREDUCE-6391. util/Timer.cc completely misunderstands _POSIX_CPUTIME (Alan Burlison via aw)
|
2015-10-27 12:04:55 -07:00 |
|
Tsuyoshi Ozawa
|
96677bef00
|
YARN-3573. MiniMRYarnCluster constructor that starts the timeline server using a boolean should be marked deprecated. Contributed by Brahma Reddy Battula.
|
2015-10-27 12:35:01 +09:00 |
|
Junping Du
|
eb6379ca25
|
MAPREDUCE-6508. TestNetworkedJob fails consistently due to delegation token changes on RM. Contributed by Akira AJISAKA
|
2015-10-23 10:05:46 -07:00 |
|
Jason Lowe
|
ee9b80acf8
|
MAPREDUCE-6518. Set SO_KEEPALIVE on shuffle connections. Contributed by Chang Li
|
2015-10-21 21:44:43 +00:00 |
|
Jason Lowe
|
cb26cd4bee
|
MAPREDUCE-6489. Fail fast rogue tasks that write too much to local disk. Contributed by Maysam Yabandeh
|
2015-10-21 14:01:23 +00:00 |
|
Robert Kanter
|
0c4af0f998
|
MAPREDUCE-6495. Docs for archive-logs tool (rkanter)
|
2015-10-20 17:34:34 -07:00 |
|
Sangjin Lee
|
58590fef49
|
YARN-2556. Tool to measure the performance of the timeline server (Chang Li via sjlee)
|
2015-10-16 16:53:20 -07: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 |
|
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 |
|
Jason Lowe
|
a0bca2b5ad
|
YARN-261. Ability to fail AM attempts. Contributed by Andrey Klochkov and Rohith Sharma K S
|
2015-10-09 14:17:38 +00:00 |
|
Akira Ajisaka
|
584cf3bb35
|
MAPREDUCE-6479. Add missing mapred job command options in mapreduce document. Contributed by nijel.
|
2015-10-09 10:54:12 +09:00 |
|
Robert Kanter
|
1bca1bb517
|
MAPREDUCE-6503. archive-logs tool should use HADOOP_PREFIX instead of HADOOP_HOME (rkanter)
|
2015-10-06 16:49:50 -07:00 |
|
Xuan
|
8f08532bde
|
YARN-1897. CLI and core support for signal container functionality. Contributed by Ming Ma
|
2015-10-02 18:50:47 -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 |
|
Robert Kanter
|
5db371f52f
|
MAPREDUCE-6494. Permission issue when running archive-logs tool as different users (rkanter)
|
2015-09-30 17:33:53 -07: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 |
|
Harsh J
|
66dad854c0
|
MAPREDUCE-6471. Document distcp incremental copy. Contributed by Neelesh Srinivas Salian.
|
2015-09-28 13:12:43 +05:30 |
|
Robert Kanter
|
d3c49e7662
|
MAPREDUCE-6480. archive-logs tool may miss applications (rkanter)
|
2015-09-25 15:02:42 -07:00 |
|
Zhihai Xu
|
97a08807ec
|
MAPREDUCE-6484. Yarn Client uses local address instead of RM address as token renewer in a secure cluster when RM HA is enabled. Contributed by Zhihai Xu
|
2015-09-24 08:12:07 -07:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
1f707ecffd
|
Release process for 2.6.1: Set the release date for 2.6.1
|
2015-09-23 15:10:50 -07: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 |
|
Harsh J
|
cc2b473990
|
MAPREDUCE-5045. UtilTest#isCygwin method appears to be unused. Contributed by Neelesh Srinivas Salian.
|
2015-09-22 21:38:06 +05:30 |
|
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 |
|
Haohui Mai
|
602335dfe6
|
MAPREDUCE-6483. Replace deprecated method NameNode.getUri() with DFSUtilClient.getNNUri() in TestMRCredentials. Contributed by Mingliang Liu.
|
2015-09-18 13:36:09 -07:00 |
|
Jason Lowe
|
f97dc034fe
|
Update CHANGES.txt to reflect commit of MR-5982 to 2.7.2
|
2015-09-18 19:24:10 +00:00 |
|
Wangda Tan
|
372ad270a0
|
MAPREDUCE-6478. Add an option to skip cleanupJob stage or ignore cleanup failure during commitJob. (Junping Du via wangda)
|
2015-09-18 10:10:32 -07:00 |
|
Jason Lowe
|
288c8854a6
|
Update CHANGES.txt to reflect LineRecordReader fixes committed to 2.7.2
|
2015-09-18 15:14:18 +00: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 |
|
Jason Lowe
|
58d1a02b8d
|
MAPREDUCE-6481. LineRecordReader may give incomplete record and wrong position/key information for uncompressed input sometimes. Contributed by Zhihai Xu
|
2015-09-17 14:30:18 +00:00 |
|
Haohui Mai
|
941001bfa6
|
MAPREDUCE-6477. Replace usage of deprecated NameNode.DEFAULT_PORT in TestFileSystem. Contributed by Mingliang Liu.
|
2015-09-16 13:06:26 -07:00 |
|
Jason Lowe
|
62943b8e3a
|
MAPREDUCE-6472. MapReduce AM should have java.io.tmpdir=./tmp to be consistent with tasks. Contributed by Naganarasimha G R
|
2015-09-15 19:43:20 +00:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
fbbb7ff1ed
|
Updating all CHANGES.txt files to move entires from future releases into 2.6.1
section given the large number of backports to 2.6.1.
|
2015-09-10 13:45:57 -07:00 |
|
Jason Lowe
|
8e615588d5
|
MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla
|
2015-09-10 16:00:17 +00:00 |
|
Karthik Kambatla
|
119cc75e7e
|
MAPREDUCE-6415. Create a tool to combine aggregated logs into HAR files. (Robert Kanter via kasha)
|
2015-09-09 17:45:19 -07:00 |
|
Tsuyoshi Ozawa
|
9b685773ec
|
MAPREDUCE-6442. Stack trace is missing when error occurs in client protocol provider's constructor Contributed by Chang Li.
|
2015-09-05 11:21:03 +09:00 |
|
Andrew Wang
|
e1feaf6db0
|
HADOOP-12358. Add -safely flag to rm to prompt when deleting many files. Contributed by Xiaoyu Yao.
|
2015-09-04 13:42:55 -07:00 |
|
Akira Ajisaka
|
00804e2457
|
Revert "MAPREDUCE-6363. [NNBench] Lease mismatch error when running with multiple mappers. Contributed by Brahma Reddy Battula."
This reverts commit 75a2560e51 .
|
2015-09-02 12:22:16 +09: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 |
|
Andrew Wang
|
50fa383704
|
Revert "MAPREDUCE-6455. Unable to use surefire > 2.18. (Charlie Helin via kasha)"
This reverts commit 61bf9cae6f .
|
2015-08-27 10:15:19 -07:00 |
|
Jian He
|
57c7ae1aff
|
YARN-4014. Support user cli interface in for Application Priority. Contributed by Rohith Sharma K S
|
2015-08-24 20:36:44 -07:00 |
|
Karthik Kambatla
|
61bf9cae6f
|
MAPREDUCE-6455. Unable to use surefire > 2.18. (Charlie Helin via kasha)
|
2015-08-22 00:39:04 -07:00 |
|
Akira Ajisaka
|
2ba90c93d7
|
MAPREDUCE-6357. MultipleOutputs.write() API should document that output committing is not utilized when input path is absolute. Contributed by Dustin Cote.
|
2015-08-21 10:41:54 +09:00 |
|
Vinod Kumar Vavilapalli
|
33474939a0
|
Creating 2.6.2 entries in CHANGES.txt files.
|
2015-08-20 17:21:06 -07: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 |
|
Allen Wittenauer
|
fb1be0b310
|
MAPREDUCE-6257. Document encrypted spills (Bibin A Chundatt via aw)
|
2015-08-06 10:13:51 -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 |
|
Colin Patrick Mccabe
|
21d10ccc6e
|
HADOOP-7824. NativeIO.java flags and identifiers must be set correctly for each platform, not hardcoded to their Linux values (Martin Walsh via Colin P. McCabe)
|
2015-07-31 15:01:34 -07:00 |
|
Allen Wittenauer
|
666cafca8d
|
HADOOP-12249. pull argument parsing into a function (aw)
|
2015-07-31 14:32:21 -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 |
|
Allen Wittenauer
|
ee36f4f9b8
|
HADOOP-10979. Auto-entries in hadoop_usage (aw)
|
2015-07-16 16:58:11 -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 |
|
Akira Ajisaka
|
e04faf8e46
|
MAPREDUCE-6421. Fix findbugs warning in RMContainerAllocator.reduceNodeLabelExpression. Contributed by Brahma Reddy Battula.
|
2015-07-13 14:29:14 +09:00 |
|
Devaraj K
|
fffb15bb43
|
MAPREDUCE-6426. TestShuffleHandler#testGetMapOutputInfo is failing.
Contributed by zhihai xu.
|
2015-07-09 15:00:26 +05:30 |
|
Chris Douglas
|
7e2fe8c9f2
|
MAPREDUCE-6038. A boolean may be set error in the Word Count v2.0 in MapReduce Tutorial. Contributed by Tsuyoshi Ozawa
|
2015-07-07 10:27:04 -07:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
bf89ddb9b8
|
Release process for 2.7.1: Set the release date for 2.7.1.
|
2015-07-06 16:39:59 -07:00 |
|
Devaraj K
|
bff67dfe2f
|
MAPREDUCE-6425. ShuffleHandler passes wrong "base" parameter to
getMapOutputInfo if mapId is not in the cache. Contributed by zhihai xu.
|
2015-07-06 13:46:37 +05:30 |
|