Karthik Kambatla
2c6c701aff
YARN-2882. Add an OPPORTUNISTIC ExecutionType. (Konstantinos Karanasos and Inigo Goiri via kasha)
...
(cherry picked from commit fb00794368
)
2016-05-18 22:02:28 -07:00
Andrew Wang
686691df60
HADOOP-13157. Follow-on improvements to hadoop credential commands. Contributed by Mike Yoder.
2016-05-18 14:55:31 -07:00
Andrew Wang
a44c87c2d0
HDFS-2173. saveNamespace should not throw IOE when only one storage directory fails to write VERSION file. Contributed by Andras Bokor.
...
(cherry picked from commit 010e6ac328
)
2016-05-18 14:13:47 -07:00
Robert Kanter
27aabcab45
MAPREDUCE-6686. Add a way to download the job config from the mapred CLI (rkanter)
...
(cherry picked from commit 992a49353f
)
2016-05-18 12:16:45 -07:00
Xiaoyu Yao
1470af8c95
HDFS-10383. Safely close resources in DFSTestUtil. Contributed by Mingliang Liu.
...
(cherry picked from commit ccb1cade5b
)
2016-05-18 11:02:31 -07:00
Naganarasimha
a166286b9e
YARN-4925. ContainerRequest in AMRMClient, application should be able to specify nodes/racks together with nodeLabelExpression. Contributed by Bibin A Chundatt
...
(cherry picked from commit f04c81c9ce
)
2016-05-19 01:35:47 +08:00
Varun Vasudev
3c9392a31d
YARN-4913. Yarn logs should take a -out option to write to a directory. Contributed by Xuan Gong.
...
(cherry picked from commit ef1757790d
)
2016-05-18 22:45:06 +05:30
Chris Nauroth
42f64b3bcc
HADOOP-13138. Unable to append to a SequenceFile with Compression.NONE. Contributed by Vinayakumar B.
...
(cherry picked from commit 0a527196dcb35a699e12121165bc3738766b569e)
2016-05-18 09:32:15 -07:00
Arpit Agarwal
24bed7768d
HDFS-9926. MiniDFSCluster leaks dependency Mockito via DataNodeTestUtils. (Contributed by Josh Elser)
2016-05-18 09:21:41 -07:00
Colin Patrick Mccabe
feabfe9cda
HADOOP-13140. FileSystem#initialize must not attempt to create StorageStatistics objects with null or empty schemes (Mingliang Liu via cmccabe)
...
(cherry picked from commit f2c1d9181f
)
2016-05-18 09:19:45 -07:00
Akira Ajisaka
e9dd0d84e5
Revert "HADOOP-13157. Follow-on improvements to hadoop credential commands. Contributed by Mike Yoder."
...
This reverts commit e205421555
.
2016-05-18 17:57:46 +09:00
Andrew Wang
e205421555
HADOOP-13157. Follow-on improvements to hadoop credential commands. Contributed by Mike Yoder.
...
(cherry picked from commit 7154ace712
)
2016-05-17 17:44:34 -07:00
Lei Xu
2d1d2dde17
HDFS-10360. DataNode may format directory and lose blocks if current/VERSION is missing. (Wei-Chiu Chuang via lei)
...
(cherry picked from commit bae11b95d492e0be7c5576097424879c2539b474)
2016-05-17 16:37:36 -07:00
Yongjun Zhang
456fe08a6d
HDFS-10381, DataStreamer DataNode exclusion log message should be warning. (John Zhuge via Yongjun Zhang)
...
(cherry picked from commit 16c07cc68a
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/StripedDataStreamer.java
2016-05-17 15:59:00 -07:00
Jing Zhao
dd7f5a3b88
HDFS-10397. Distcp should ignore -delete option if -diff option is provided instead of exiting. Contributed by Mingliang Liu.
...
(cherry picked from commit 03788d3015
)
2016-05-17 15:53:39 -07:00
Xiaoyu Yao
937bc924cb
HADOOP-13159. Fix potential NPE in Metrics2 source for DecayRpcScheduler. Contributed by Xiaoyu Yao.
...
(cherry picked from commit 9478484845
)
(cherry picked from commit 744d5edc87
)
2016-05-17 15:51:47 -07:00
Jian He
264c06a438
YARN-4832. NM side resource value should get updated if change applied in RM side. Contributed by Junping Du
2016-05-17 15:02:14 -07:00
Junping Du
7e36b9159e
MAPREDUCE-6657. Job history server can fail on startup when NameNode is in start phase. Contributed by Haibo Chen.
...
(cherry picked from commit f6ef876fe1
)
2016-05-17 14:42:11 -07:00
Kihwal Lee
1e7eb2d2ac
Revert "HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu."
...
This reverts commit 70ee477e5f
.
2016-05-17 15:20:59 -05:00
Kihwal Lee
70ee477e5f
HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.
...
(cherry picked from commit 0942954e8a
)
2016-05-17 15:10:47 -05:00
Colin Patrick Mccabe
6ebb92c9c1
HDFS-10404. Fix formatting of CacheAdmin command usage help text (Yiqun Lin via cmccabe)
...
(cherry picked from commit 7cd5ae62f6
)
2016-05-17 11:59:10 -07:00
Jason Lowe
9c47862d87
MAPREDUCE-6698. Increase timeout on TestUnnecessaryBlockingOnHistoryFileInfo.testTwoThreadsQueryingDifferentJobOfSameUser. Contributed by Haibo Chen
...
(cherry picked from commit 34fddd1e91
)
2016-05-17 15:04:02 +00:00
Jason Lowe
51e06c085f
MAPREDUCE-6701. application master log can not be available when clicking jobhistory's am logs link. Contributed by Haibo Chen
...
(cherry picked from commit 12fa4ec141
)
2016-05-17 14:56:23 +00:00
Kihwal Lee
48be0ff67a
HDFS-10303. DataStreamer#ResponseProcessor calculates packet ack latency incorrectly. Contributed by Surendra Singh Lilhore.
...
(cherry picked from commit 4a5819dae2
)
2016-05-17 08:58:53 -05:00
Steve Loughran
dd0a8201bc
HADOOP-13158 S3AFileSystem#toString might throw NullPointerException due to null cannedACL. (Chris Nauroth via stevel)
2016-05-17 13:19:08 +01:00
Steve Loughran
dfc062a092
HADOOP-13163 Reuse pre-computed filestatus in Distcp-CopyMapper (Rajesh Balamohan via stevel)
2016-05-17 13:01:50 +01:00
Akira Ajisaka
19db965c27
MAPREDUCE-6693. ArrayIndexOutOfBoundsException occurs when the length of the job name is equal to mapreduce.jobhistory.jobname.limit. Contributed by Ajith S.
...
(cherry picked from commit b357930526
)
2016-05-17 20:22:46 +09:00
Akira Ajisaka
7f03c1c90e
HDFS-10242. Cannot create space quota of zero. Contributed by Takashi Ohnishi.
...
(cherry picked from commit 9fe5828f05
)
2016-05-17 15:56:21 +09:00
Sangjin Lee
9330a7b4de
HDFS-10208. Addendum for HDFS-9579: to handle the case when client machine can't resolve network path (Ming Ma via sjlee)
...
(cherry picked from commit 61f46be071
)
2016-05-16 18:59:19 -07:00
Lei Xu
09a613b023
HDFS-10410. RedundantEditLogInputStream.LOG is set to wrong class. (John Zhuge via lei)
...
(cherry picked from commit 6a6e74acf5
)
2016-05-16 17:07:03 -07:00
Jing Zhao
af70fc42e7
HADOOP-13146. Refactor RetryInvocationHandler. Contributed by Tsz Wo Nicholas Sze.
...
(cherry picked from commit a9a8297cad
)
2016-05-16 15:26:48 -07:00
Eric Payne
42b2a34ed8
YARN-5069. TestFifoScheduler.testResourceOverCommit race condition. Contributed by Eric Badger.
...
(cherry picked from commit 1217c8f6b4
)
2016-05-16 20:38:10 +00:00
Chris Nauroth
bb41547fb4
HADOOP-13148. TestDistCpViewFs to include IOExceptions in test error reports. Contributed by Steve Loughran.
...
(cherry picked from commit b9685e85d5
)
2016-05-16 11:53:25 -07:00
Jason Lowe
575c056357
YARN-4325. Nodemanager log handlers fail to send finished/failed events in some cases. Contributed by Junping Du
...
(cherry picked from commit 81effb7dcd
)
2016-05-16 15:43:20 +00:00
Rohith Sharma K S
a37b3694ea
YARN-5068. Expose scheduler queue to application master. (Harish Jaiprakash via rohithsharmaks)
2016-05-16 15:25:15 +05:30
Andrew Wang
413f3dabbd
HDFS-10333. Intermittent org.apache.hadoop.hdfs.TestFileAppend failure in trunk. Contributed by Yiqun Lin.
...
(cherry picked from commit 45788204ae
)
2016-05-15 22:15:10 -07:00
Xuan
3fe4107909
YARN-5080. Cannot obtain logs using YARN CLI -am for either KILLED or
...
RUNNING AM. Contributed by Xuan Gong
(cherry picked from commit 7be53b65f9
)
2016-05-14 12:22:06 -07:00
Li Lu
5c50c121aa
HADOOP-13083. The number of javadocs warnings is limited to 100. (Gergely Novák via gtcarrera9)
...
(cherry picked from commit 3fa1380c22
)
2016-05-13 13:45:05 -07:00
Sangjin Lee
8a316676b7
HADOOP-12971. FileSystemShell doc should explain relative path (John Zhuge via sale)
...
(cherry picked from commit 1f2794b4fa
)
2016-05-13 10:02:47 -07:00
Jason Lowe
08743edd70
MAPREDUCE-6558. multibyte delimiters with compressed input files generate duplicate records. Contributed by Wilfred Spiegelenburg
...
(cherry picked from commit 9227dfc25f
)
2016-05-13 14:35:34 +00:00
Steve Loughran
f14208d362
HADOOP-13113 Enable parallel test execution for hadoop-aws. Chris Nauroth via stevel
2016-05-13 10:46:37 +01:00
Andrew Wang
f6f20616c6
HADOOP-12868. Fix hadoop-openstack undeclared and unused dependencies. Contributed by Masatake Iwasaki.
...
(cherry picked from commit fa440a39b7
)
2016-05-12 23:58:24 -07:00
Andrew Wang
d6f6b99c83
HADOOP-11180. Change log message "token.Token: Cannot find class for token kind kms-dt" to debug. Contributed by Yi Liu.
...
(cherry picked from commit 3bfd29949f
)
2016-05-12 23:48:58 -07:00
Lei Xu
782441d47e
HDFS-9389. Add maintenance states to AdminStates. (Ming Ma via lei)
...
(cherry picked from commit a2774debf7
)
2016-05-12 15:44:07 -07:00
Jason Lowe
bb95a5e18f
YARN-5053. More informative diagnostics when applications killed by a user. Contributed by Eric Badger
...
(cherry picked from commit 013000fbc2
)
2016-05-12 20:30:10 +00:00
Steve Loughran
1370dfc775
HADOOP-13028 add low level counter metrics for S3A; use in read performance tests. contributed by: stevel
...
patch includes
HADOOP-12844 Recover when S3A fails on IOException in read()
HADOOP-13058 S3A FS fails during init against a read-only FS if multipart purge
HADOOP-13047 S3a Forward seek in stream length to be configurable
2016-05-12 19:23:31 +01:00
Steve Loughran
eab6e633ee
MAPREDUCE-6639 Process hangs in LocatedFileStatusFetcher if FileSystem.get throws. Ryan Blue via stevel
2016-05-12 19:00:08 +01:00
Sangjin Lee
d6d13ec670
YARN-4577. Enable aux services to have their own custom classpath/jar file (Xuan Gong via sale)
...
(cherry picked from commit 0bbe01f8d5
)
2016-05-12 10:14:24 -07:00
Steve Loughran
389dd91dd4
HADOOP-13116 Jets3tNativeS3FileSystemContractTest does not run.
2016-05-12 16:36:23 +01:00
Steve Loughran
257b2f5beb
HADOOP-13122 Customize User-Agent header sent in HTTP requests by S3A. Chris Nauroth via stevel.
2016-05-12 13:57:05 +01:00