Xuan
0562f382fa
MAPREDUCE-6173. Document the configuration of deploying MR over
...
distributed cache with enabling wired encryption at the same time.
Contributed by Junping Du.
(cherry picked from commit 10ac5abb867ead7131f3c76b27e48f7908b1d7f1)
2015-01-13 10:08:24 -08:00
Tsuyoshi Ozawa
132fd6ba58
HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
...
(cherry picked from commit a6ed4894b518351bf1b3290e725a475570a21296)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/test/java/org/apache/hadoop/mapred/nativetask/kvtest/KVJob.java
2015-01-08 15:00:02 +09:00
Jason Lowe
c22c27068e
MAPREDUCE-6206. TestAggregatedTransferRate fails on non-US systems. Contributed by Jens Rabe
...
(cherry picked from commit a0aeed100b839d5c122974bd0ea12f9168ee36a5)
2015-01-06 23:40:42 +00:00
Jason Lowe
2b408d8dc7
HADOOP-11445. Bzip2Codec: Data block is skipped when position of newly created stream is equal to start of split. Contributed by Ankit Kamboj
...
(cherry picked from commit d02fb53750bc592c23ba470ae82eb6f47d9a00ec)
2015-01-06 21:20:31 +00:00
Harsh J
6d65e74670
MAPREDUCE-6149. Document override log4j.properties in MR job. Contributed by Junping Du.
...
(cherry picked from commit 6621c3598e22279cde11eca73cfb5619a8bc8dee)
2014-12-30 23:13:19 +05:30
Robert Kanter
f9341c1e2c
MAPREDUCE-6199. AbstractCounters are not reset completely on deserialization (adhoot via rkanter)
...
(cherry picked from commit 390a7c12f543b2c94a74f08d6d2a28410472043a)
2014-12-19 15:44:01 -08:00
Karthik Kambatla
e6c73a1c1a
HADOOP-11213. Typos in html pages: SecureMode and EncryptedShuffle. (Wei Yan via kasha)
...
(cherry picked from commit 6f1e3667cff3e95f33ba14a3cb7d1e99518d502a)
2014-12-19 15:07:39 -08:00
Gera Shegalov
7c7bccfc31
MAPREDUCE-6166. Reducers do not validate checksum of map outputs when fetching directly to disk. (Eric Payne via gera)
...
(cherry picked from commit af006937e8ba82f98f468dc7375fe89c2e0a7912)
2014-12-15 19:21:46 -08:00
Harsh J
a3fa1f0761
MAPREDUCE-6194. Bubble up final exception in failures during creation of output collectors. Contributed by Varun Saxena.
...
(cherry picked from commit 298d09c9b583088f364038adcb1edf1eb1c2c196)
2014-12-15 14:27:49 +05:30
Gera Shegalov
8437c31b67
HADOOP-11211. mapreduce.job.classloader.system.classes semantics should be order-independent. (Yitong Zhou via gera)
...
(cherry picked from commit 0bcea111e5daa9a4315346cf6919a4cfc8d90e0d)
2014-12-11 13:29:40 -08:00
Harsh J
6e06a51e30
MAPREDUCE-5420. Remove mapreduce.task.tmp.dir from mapred-default.xml. Contributed by James Carman. (harsh)
...
(cherry picked from commit cb99f43305bd1577d4ba9527d237ac6cdb9ae730)
2014-12-11 09:46:08 +05:30
Harsh J
bb1fedfbc3
MAPREDUCE-6177. Minor typo in the EncryptedShuffle document about ssl-client.xml. Contributed by Yangping Wu. (harsh)
...
(cherry picked from commit 8963515b880b78068791f11abe4f5df332553be1)
2014-12-08 16:00:12 +05:30
Jason Lowe
db723a8499
MAPREDUCE-5932. Provide an option to use a dedicated reduce-side shuffle log. Contributed by Gera Shegalov
...
(cherry picked from commit 03ab24aa01ffea1cacf1fa9cbbf73c3f2904d981)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml
2014-12-03 17:12:47 +00:00
Jason Lowe
2bdef5697b
MAPREDUCE-6172. TestDbClasses timeouts are too aggressive. Contributed by Varun Saxena
...
(cherry picked from commit 2b30fb1053e70c128b98013fb63cf9a095623be6)
2014-12-01 21:52:51 +00:00
Karthik Kambatla
3a4211ec2c
MAPREDUCE-6169. MergeQueue should release reference to the current item from key and value at the end of the iteration to save memory. (Zhihai Xu via kasha)
...
(cherry picked from commit 90194ca1cbd695d48c3705121c2ac9a8554578a2)
2014-11-20 15:37:18 -08:00
Ravi Prakash
45692effe4
MAPREDUCE-5918. LineRecordReader can return the same decompressor to CodecPool multiple times (Sergey Murylev via raviprak)
2014-11-14 03:48:28 -08:00
Jason Lowe
e62a5f9d0a
MAPREDUCE-6156. Fetcher - connect() doesn't handle connection refused correctly. Contributed by Junping Du
...
(cherry picked from commit 177e8090f5809beb3ebcb656cd0affbb3f487de8)
2014-11-13 15:43:28 +00:00
cnauroth
69a7780ee5
HADOOP-7984. Add hadoop --loglevel option to change log level. Contributed by Aikira AJISAKA.
2014-11-12 21:44:05 -08:00
Arun C. Murthy
adfb830a2b
Preparing to release hadoop-2.6.0: Set version in branch-2 to 2.7.0-SNAPSHOT.
2014-11-09 19:19:02 -08:00
Arun C. Murthy
1f5bad04ce
HADOOP-11286. Copied LimitInputStream from guava-0.14 to hadoop to avoid issues with newer versions of guava in applications. Contributed by Christopher Tubbs.
...
(cherry picked from commit 6caa8100d5d2547e34356dc279fd5e65b81a925a)
2014-11-09 05:23:10 -08:00
Kihwal Lee
a19123df9a
MAPREDUCE-5958. Wrong reduce task progress if map output is compressed. Contributed by Emilio Coppa and Jason Lowe.
...
(cherry picked from commit 8f701ae07a0b1dc70b8e1eb8d4a5c35c0a1e76da)
2014-11-06 15:56:10 -06:00
Jason Lowe
c0bbb72912
MAPREDUCE-5960. JobSubmitter's check whether job.jar is local is incorrect with no authority in job jar path. Contributed by Gera Shegalov
...
(cherry picked from commit 10f9f5101c44be7c675a44ded4aad212627ecdee)
2014-11-06 15:12:06 +00:00
Zhijie Shen
c4aaa4db6c
MAPREDUCE-6052. Supported overriding the default container-log4j.properties file per job. Contributed by Junping Du.
...
(cherry picked from commit ed63b116465290fdb0acdf89170025f47b307599)
2014-11-01 00:49:38 -07:00
Karthik Kambatla
160aebcae2
HADOOP-11243. SSLFactory shouldn't allow SSLv3. (Wei Yan via kasha)
...
(cherry picked from commit 3c5f5af1184e85158dec962df0b0bc2be8d0d1e3)
2014-10-28 18:08:00 -07:00
Zhijie Shen
52695d38fc
MAPREDUCE-6018. Added an MR specific config to enable emitting job history data to the timeline server. Contributed by Robert Kanter.
...
(cherry picked from commit 971e91c8c03a23e4613ed3f071b4f982ee5a1b63)
2014-10-27 21:08:38 -07:00
Jian He
1c235a4448
YARN-2198. Remove the need to run NodeManager as privileged account for Windows Secure Container Executor. Contributed by Remus Rusanu
...
(cherry picked from commit 3b12fd6cfbf4cc91ef8e8616c7aafa9de006cde5)
2014-10-22 15:58:26 -07:00
Jian He
f93d2ea27e
YARN-2312. Deprecated old ContainerId#getId API and updated MapReduce to use ContainerId#getContainerId instead. Contributed by Tsuyoshi OZAWA
2014-10-15 15:28:26 -07:00
Jason Lowe
025b6c13e9
MAPREDUCE-5970. Provide a boolean switch to enable MR-AM profiling. Contributed by Gera Shegalov
...
(cherry picked from commit f19771a24c2f90982cf6dec35889836a6146c968)
2014-10-15 17:51:53 +00:00
Jason Lowe
1179a0cb07
MAPREDUCE-5873. Shuffle bandwidth computation includes time spent waiting for maps. Contributed by Siqi Li
...
(cherry picked from commit b9edad64034a9c8a121ec2b37792c190ba561e26)
2014-10-15 15:54:57 +00:00
Karthik Kambatla
7bfd9e068d
MAPREDUCE-5875. Make Counter limits consistent across JobClient, MRAppMaster, and YarnChild. (Gera Shegalov via kasha)
...
(cherry picked from commit ed0e0ef9748ce5b231de677ab41c3035137bbde4)
2014-10-11 22:49:46 -07:00
cnauroth
85a2b90740
MAPREDUCE-6122. TestLineRecordReader may fail due to test data files checked out of git with incorrect line endings. Contributed by Chris Nauroth.
...
(cherry picked from commit 684170d5efdc11bcd9967168f44a428d1a72af3c)
2014-10-09 22:27:40 -07:00
subru
30a370e705
MAPREDUCE-6103.Adding reservation APIs to MR resource manager delegate. Contributed by Subru Krishnan and Carlo Curino.
...
(cherry picked from commit aa92dd45f2d8c89a8a17ad2e4449aa3ff08bc53a)
(cherry picked from commit 3f282762d1afc916de9207d3adeda852ca344853)
2014-10-06 10:21:06 -07:00
Jian He
a6879b606e
MAPREDUCE-6087. Fixed wrong config name of MRJobConfig#MR_CLIENT_TO_AM_IPC_MAX_RETRIES_ON_TIMEOUTS. Contributed by Akira AJISAKA
...
(cherry picked from commit 5f16c98ad66b562760d5d947151a38f14875d21a)
2014-09-26 18:06:19 -07:00
Allen Wittenauer
e5d284664b
MAPREDUCE-5796. Use current version of the archive name in DistributedCacheDeploy document (Akira AJISAKA via aw)
2014-09-26 12:59:59 -07:00
Allen Wittenauer
fe8222998f
MAPREDUCE-6073. Description of mapreduce.job.speculative.slowtaskthreshold in mapred-default should be moved into description tags (Tsuyoshi OZAWA via aw)
2014-09-26 11:17:11 -07:00
Zhijie Shen
7b3ecc547f
MAPREDUCE-5831. Make MR client ignore unknown counters received from AM. Contributed by Junping Du.
...
(cherry picked from commit 662fc11ae7ccea9d05dfe54b2a794bb08cfd70a4)
2014-09-25 23:46:57 -07:00
Allen Wittenauer
7ffb636a54
MAPREDUCE-6093. minor distcp doc edits (Charles Lamb via aw)
2014-09-25 11:33:01 -07:00
Karthik Kambatla
372bf54072
MAPREDUCE-6086. mapreduce.job.credentials.binary should allow all URIs. (Zhihai Xu via kasha)
...
(cherry picked from commit 52945a33cc3fcb3b961cce0e7e3ca01291f2a223)
2014-09-18 15:47:21 -07:00
Jason Lowe
44c7113133
MAPREDUCE-5891. Improved shuffle error handling across NM restarts. Contributed by Junping Du
...
(cherry picked from commit 2c3da25fd718b3a9c1ed67f05b577975ae613f4e)
2014-09-18 22:01:42 +00:00
Andrew Wang
5bc71071d1
HADOOP-11106. Document considerations of HAR and Encryption. (clamb via wang)
...
(cherry picked from commit fe2f54d4cbd4b02bc3b8f642d0689b17dbfe169b)
2014-09-18 14:51:27 -07:00
Jason Lowe
6f8abe7efe
MAPREDUCE-6070. yarn.app.am.resource.mb/cpu-vcores affects uber mode but is not documented. Contributed by Tsuyoshi OZAWA
...
(cherry picked from commit 9e28e089c6bcb0b264751bdfa1f994ce002ef2de)
2014-09-11 16:20:51 +00:00
Chris Douglas
69ee11dc93
MAPREDUCE-6063. Correct spill size calculation for spills wrapping the circular buffer. Contributed by zhihai xu.
2014-09-03 17:02:17 -07:00
Andrew Wang
075bb9e380
HADOOP-11021. Configurable replication factor in the hadoop archive command. Contributed by Zhe Zhang.
...
(cherry picked from commit ea1c6f31c2d2ea5b38ed57e2aa241d122103a721)
2014-08-29 14:47:28 -07:00
Chris Douglas
4f95017602
Fix typos in log messages. Contributed by Ray Chiang
2014-08-28 16:30:13 -07:00
Alejandro Abdelnur
c77bd85b62
HDFS-6134 and HADOOP-10150 subtasks.
2014-08-28 15:03:08 -07:00
Sanford Ryza
c38e751bca
MAPREDUCE-5130. Fix mapred-default.xml after bad merge.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1619930 13f79535-47bb-0310-9956-ffa450edef68
2014-08-22 20:58:12 +00:00
Sanford Ryza
53da85efaf
MAPREDUCE-5130. Add missing job config options to mapred-default.xml (Ray Chiang via Sandy Ryza)
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1619631 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 23:54:38 +00:00
Jason Darrell Lowe
23b4c0b6c1
HADOOP-10893. isolated classloader on the client side. Contributed by Sangjin Lee
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1619605 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 21:41:24 +00:00
Karthik Kambatla
c9d7647826
MAPREDUCE-5974. Allow specifying multiple MapOutputCollectors with fallback. (Todd Lipcon via kasha)
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1619496 13f79535-47bb-0310-9956-ffa450edef68
2014-08-21 17:39:54 +00:00
Karthik Kambatla
c9702526a0
MAPREDUCE-6012. DBInputSplit creates invalid ranges on Oracle. (Wei Yan via kasha)
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1618696 13f79535-47bb-0310-9956-ffa450edef68
2014-08-18 18:33:59 +00:00