PJ Fanning
|
f609460bda
|
HADOOP-18957. Use StandardCharsets.UTF_8 (#6231). Contributed by PJ Fanning.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
|
2023-11-20 23:44:48 +05:30 |
|
Szilard Nemeth
|
1c15987ee3
|
MAPREDUCE-7441. Fix race condition in closing FadvisedFileRegion. Contributed by Benjamin Teke
|
2023-06-23 14:40:03 -04:00 |
|
Szilard Nemeth
|
8f6be3678d
|
MAPREDUCE-7434. Fix ShuffleHandler tests. Contributed by Tamas Domok
|
2023-03-01 16:10:05 +01:00 |
|
Tamas Domok
|
e4b5314991
|
MAPREDUCE-7433. Remove unused mapred/LoggingHttpResponseEncoder.java. (#5388)
|
2023-02-13 16:21:27 +01:00 |
|
Tamas Domok
|
151b71d7af
|
MAPREDUCE-7431. ShuffleHandler refactor and fix after Netty4 upgrade. (#5311)
|
2023-02-10 17:40:21 +01:00 |
|
Szilard Nemeth
|
5bb11cecea
|
HADOOP-15327. Upgrade MR ShuffleHandler to use Netty4 #3259. Contributed by Szilard Nemeth.
|
2022-11-11 09:05:01 +01:00 |
|
Viraj Jasani
|
b1ad4eab9a
|
HADOOP-17959. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-cloud-storage-project and hadoop-mapreduce-project modules (#3537)
Reviewed-by: Ahmed Hussein <ahussein@apache.org>
|
2021-10-11 16:22:50 +09:00 |
|
Eric Badger
|
462561654b
|
MAPREDUCE-7319. Log list of mappers at trace level in ShuffleHandler audit log.
Contributed by Jim Brennan.
|
2021-02-09 19:01:38 +00:00 |
|
Ayush Saxena
|
1e3a6efcef
|
HADOOP-17288. Use shaded guava from thirdparty. (#2342). Contributed by Ayush Saxena.
|
2020-10-17 12:01:18 +05:30 |
|
Wanqiang Ji
|
f8e598f278
|
MAPREDUCE-7268. Fix TestMapreduceConfigFields (#1935)
|
2020-04-03 10:59:07 +09:00 |
|
Wanqiang Ji
|
ea688631b0
|
MAPREDUCE-7237. Supports config the shuffle's path cache related parameters (#1397)
|
2020-03-16 11:28:36 +09:00 |
|
Vinayakumar B
|
7dac7e1d13
|
HADOOP-16596. [pb-upgrade] Use shaded protobuf classes from hadoop-thirdparty dependency (#1635). Contributed by Vinayakumar B.
|
2020-02-07 14:51:24 +05:30 |
|
Eric E Payne
|
93233a7d6e
|
YARN-9018. Add functionality to AuxiliaryLocalPathHandler to return all locations to read for a given path. Contributed by Kuhu Shukla (kshukla)
|
2020-01-09 17:18:44 +00:00 |
|
Duo Zhang
|
e8e7d7b4cd
|
HADOOP-16561. [MAPREDUCE] use protobuf-maven-plugin to generate protobuf classes (#1500)
Signed-off-by: Vinayakumar B <vinayakumarb@apache.org>
|
2019-09-24 08:52:12 +08:00 |
|
Akira Ajisaka
|
1129288cf5
|
HADOOP-14178. Move Mockito up to version 2.23.4. Contributed by Akira Ajisaka and Masatake Iwasaki.
|
2019-01-29 18:29:56 -08:00 |
|
Eric Yang
|
c7a5a4435e
|
YARN-9075. Add ability to register/remove auxiliary service without restart node manager.
Contributed by Billie Rinaldi
|
2018-12-18 17:05:51 -05:00 |
|
Jason Lowe
|
ba1f9d66d9
|
MAPREDUCE-7156. NullPointerException when reaching max shuffle connections. Contributed by Peter Bacsko
|
2018-11-06 17:55:51 -06:00 |
|
Haibo Chen
|
274eee3284
|
MAPREDUCE-7095. Race conditions in closing FadvisedChunkedFile. (Miklos Szegedi via Haibo Chen)
|
2018-05-10 10:46:55 -07:00 |
|
Eric E Payne
|
6bb128dfb8
|
YARN-8120. JVM can crash with SIGSEGV when exiting due to custom leveldb logger. Contributed by Jason Lowe.
|
2018-04-12 16:04:23 +00:00 |
|
Akira Ajisaka
|
e4c220ee4f
|
MAPREDUCE-7001. Moving logging APIs over to slf4j in hadoop-mapreduce-client-shuffle. Contributed by Jinjiang Ling.
|
2017-11-08 19:28:08 +09:00 |
|
Jason Lowe
|
665bb147aa
|
YARN-7244. ShuffleHandler is not aware of disks that are added. Contributed by Kuhu Shukla
|
2017-10-27 16:56:05 -05:00 |
|
Eric Payne
|
595d478408
|
MAPREDUCE-6960. Shuffle Handler prints disk error stack traces for every read failure.
|
2017-09-19 10:35:15 -05:00 |
|
Jason Lowe
|
3a20debdde
|
MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe
|
2017-09-19 09:13:17 -05:00 |
|
Jason Lowe
|
ea845ba58c
|
Revert "MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe"
This reverts commit b3d61304f2 .
|
2017-09-19 08:45:05 -05:00 |
|
Jason Lowe
|
b3d61304f2
|
MAPREDUCE-6958. Shuffle audit logger should log size of shuffle transfer. Contributed by Jason Lowe
|
2017-09-18 17:04:43 -05:00 |
|
Ravi Prakash
|
ac7d0604bc
|
MAPREDUCE-6923. Optimize MapReduce Shuffle I/O for small partitions. Contributed by Robert Schmidtke.
|
2017-08-09 15:39:52 -07:00 |
|
Akira Ajisaka
|
cca51e916b
|
HADOOP-14681. Remove MockitoMaker class. Contributed by Andras Bokor.
|
2017-07-25 15:24:56 +09:00 |
|
Jason Lowe
|
c8bd5fc7a8
|
MAPREDUCE-6850. Shuffle Handler keep-alive connections are closed from the server side. Contributed by Jonathan Eagles
|
2017-03-30 10:57:19 -05:00 |
|
Daniel Templeton
|
a7463b6c88
|
MAPREDUCE-6808. Log map attempts as part of shuffle handler audit log (Contributed by Gergő Pásztor via Daniel Templeton)
|
2017-01-25 14:32:40 -08:00 |
|
Robert Kanter
|
5877f20f9c
|
HADOOP-10075. Update jetty dependency to version 9 (rkanter)
|
2016-10-27 16:09:00 -07:00 |
|
Robert Kanter
|
d4725bfcb2
|
MAPREDUCE-6728. Give fetchers hint when ShuffleHandler rejects a shuffling connection (haibochen via rkanter)
|
2016-10-21 17:46:17 -07:00 |
|
Naganarasimha
|
7d21c280a8
|
MAPREDUCE-6777. Typos in 4 log messages. Contributed by Mehran Hassani
|
2016-09-17 10:19:59 +05:30 |
|
Varun Saxena
|
723facfa40
|
MAPREDUCE-6763. Shuffle server listen queue is too small (Jason Lowe via Varun Saxena)
|
2016-08-20 03:58:16 +05:30 |
|
Lei Xu
|
521f34317a
|
HADOOP-12928. Update netty to 3.10.5.Final to sync with zookeeper. (lei)
|
2016-07-20 20:38:20 -07:00 |
|
Jian He
|
d8107fcd1c
|
MAPREDUCE-6197. Cache MapOutputLocations in ShuffleHandler. Contributed by Junping Du
|
2016-06-21 14:25:58 -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 |
|
Eric Payne
|
cd35b692de
|
MAPREDUCE-6678. Allow ShuffleHandler readahead without drop-behind. Contributed by Nathan Roberts.
|
2016-05-10 15:45:01 +00: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 |
|
Tsuyoshi Ozawa
|
668e897538
|
MAPREDUCE-5763. Warn message about httpshuffle in NM logs. Contributed by Akira AJISAKA.
|
2015-11-09 15:25:31 +09: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
|
8e615588d5
|
MAPREDUCE-6474. ShuffleHandler can possibly exhaust nodemanager file descriptors. Contributed by Kuhu Shukla
|
2015-09-10 16:00:17 +00: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 |
|
Devaraj K
|
fffb15bb43
|
MAPREDUCE-6426. TestShuffleHandler#testGetMapOutputInfo is failing.
Contributed by zhihai xu.
|
2015-07-09 15:00:26 +05:30 |
|
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 |
|
Jason Lowe
|
b3ffa87003
|
MAPREDUCE-6354. ShuffleHandler should be able to log shuffle connections. Contributed by Chang Li
|
2015-06-05 22:38:31 +00:00 |
|
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 |
|
Jian He
|
808cba3821
|
YARN-2952. Fixed incorrect version check in StateStore. Contributed by Rohith Sharmaks
|
2014-12-19 16:56:30 -08:00 |
|
Zhijie Shen
|
1d6e178144
|
YARN-2347. Consolidated RMStateVersion and NMDBSchemaVersion into Version in yarn-server-common. Contributed by Junping Du.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1614838 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-31 09:27:43 +00:00 |
|
Jason Darrell Lowe
|
60b1e835e0
|
MAPREDUCE-5963. ShuffleHandler DB schema should be versioned with compatible/incompatible changes. Contributed by Junping Du
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612652 13f79535-47bb-0310-9956-ffa450edef68
|
2014-07-22 19:22:24 +00:00 |
|
Karthik Kambatla
|
f3c3d9e0c6
|
MAPREDUCE-5652. NM Recovery. ShuffleHandler should handle NM restarts. (Jason Lowe via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1594329 13f79535-47bb-0310-9956-ffa450edef68
|
2014-05-13 19:10:48 +00:00 |
|