Akira Ajisaka
|
0cff416c35
|
HDFS-10691. FileDistribution fails in hdfs oiv command due to ArrayIndexOutOfBoundsException. Contributed by Yiqun Lin.
(cherry picked from commit 204a2055b1 )
|
2016-07-29 15:40:59 +09:00 |
Xiao Chen
|
8fe4b2429a
|
HADOOP-13381. KMS clients should use KMS Delegation Tokens from current UGI. Contributed by Xiao Chen.
(cherry picked from commit 8ebf2e95d2 )
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
|
2016-07-28 18:39:59 -07:00 |
Li Lu
|
0b5d96abb5
|
YARN-5436. Race in AsyncDispatcher can cause random test failures in Tez (probably YARN also). (Zhiyuan Yang via gtcarrera9)
(cherry picked from commit 7086fc72ee )
|
2016-07-28 16:52:21 -07:00 |
Xiao Chen
|
24d464a150
|
HDFS-9276. Failed to Update HDFS Delegation Token for long running application in HA mode. Contributed by Liangliang Gu and John Zhuge
(cherry picked from commit d9aae22fdf )
|
2016-07-28 16:41:31 -07:00 |
Xiaoyu Yao
|
f03ad5677a
|
HDFS-10676. Add namenode metric to measure time spent in generating EDEKs. Contributed by Hanisha Koneru.
|
2016-07-28 16:16:21 -07:00 |
Subru Krishnan
|
2f4df2b851
|
YARN-5203.Return ResourceRequest JAXB object in ResourceManager Cluster Applications REST API. Contributed by Ellen Hui.
(cherry picked from commit 4e756d7271 )
|
2016-07-28 16:04:30 -07:00 |
Jason Lowe
|
2f854b8386
|
YARN-5438. TimelineClientImpl leaking FileSystem Instances causing Long running services like HiverServer2 daemon going OOM. Contributed by Rohith Sharma K S
(cherry picked from commit a1890c32c5 )
|
2016-07-28 21:48:40 +00:00 |
Li Lu
|
310245063b
|
YARN-5440. Use AHSClient in YarnClient when TimelineServer is running. (Xuan Gong via gtcarrera9)
(cherry picked from commit 26de4f0de7 )
|
2016-07-28 10:25:55 -07:00 |
Junping Du
|
932bf79244
|
YARN-5432. Lock already held by another process while LevelDB cache store creation for dag. Contributed by Li Lu.
(cherry picked from commit 7f3c306e2e )
|
2016-07-28 06:36:31 -07:00 |
Akira Ajisaka
|
ab49c2b399
|
HDFS-10696. TestHDFSCLI fails. Contributed by Kai Sasaki.
(cherry picked from commit 414fbfab41 )
|
2016-07-28 16:59:25 +09:00 |
Subru Krishnan
|
4ecfd05095
|
YARN-5441. Fixing minor Scheduler test case failures
(cherry picked from commit d2cbfd7de3 )
|
2016-07-27 18:26:29 -07:00 |
Chris Nauroth
|
59eec8248a
|
HADOOP-13354. Update WASB driver to use the latest version (4.2.0) of SDK for Microsoft Azure Storage Clients. Contributed by Sivaguru Sankaridurg.
(cherry picked from commit b43de80031 )
Conflicts:
hadoop-project/pom.xml
|
2016-07-27 15:52:07 -07:00 |
Yongjun Zhang
|
bd84cf3036
|
HDFS-10667. Report more accurate info about data corruption location. (Yuanbo Liu via Yongjun Zhang)
(cherry picked from commit eb7ff0c992 )
|
2016-07-27 15:23:38 -07:00 |
Brahma Reddy Battula
|
096d3fa25c
|
HDFS-10668. Fix intermittently failing UT TestDataNodeMXBean#testDataNodeMXBeanBlockCount. Contributed by Mingliang Liu.
|
2016-07-27 10:28:31 +05:30 |
Wangda Tan
|
77e0b6d1bf
|
YARN-5195. RM intermittently crashed with NPE while handling APP_ATTEMPT_REMOVED event when async-scheduling enabled in CapacityScheduler. (sandflee via wangda)
(cherry picked from commit d62e121ffc )
|
2016-07-26 21:36:37 -07:00 |
Wangda Tan
|
55fa19d576
|
YARN-5342. Improve non-exclusive node partition resource allocation in Capacity Scheduler. (Sunil G via wangda)
(cherry picked from commit 49969b16cd )
|
2016-07-26 21:16:12 -07:00 |
Arun Suresh
|
0f6ff20652
|
YARN-5351. ResourceRequest should take ExecutionType into account during comparison. (Konstantinos Karanasos via asuresh)
(cherry picked from commit 2d8d183b19 )
|
2016-07-26 19:09:22 -07:00 |
Chris Nauroth
|
df2ed6b2c4
|
HADOOP-13422. ZKDelegationTokenSecretManager JaasConfig does not work well with other ZK users in process. Contributed by Sergey Shelukhin.
(cherry picked from commit 255ea45e50 )
|
2016-07-26 15:33:30 -07:00 |
Arun Suresh
|
df509a8066
|
YARN-5392. Replace use of Priority in the Scheduling infrastructure with an opaque ShedulerRequestKey. (asuresh and subru)
(cherry picked from commit 5aace38b74 )
|
2016-07-26 14:58:54 -07:00 |
Arpit Agarwal
|
c08c7b7a94
|
HDFS-10642. TestLazyPersistReplicaRecovery#testDnRestartWithSavedReplicas fails intermittently. (Contributed by Mingliang Liu)
|
2016-07-26 12:44:36 -07:00 |
Wei-Chiu Chuang
|
0ee1644e39
|
HDFS-9937. Update dfsadmin command line help and HdfsQuotaAdminGuide. Contributed by Kai Sasaki.
(cherry picked from commit 25f0a9b3ab )
|
2016-07-26 08:05:14 -07:00 |
Steve Loughran
|
e5a4b6cb94
|
Revert "HDFS-10668. Fix intermittently failing UT TestDataNodeMXBean#testDataNodeMXBeanBlockCount. Contributed by Mingliang Liu."
This reverts commit b3ce778268 .
|
2016-07-26 14:30:31 +01:00 |
Masatake Iwasaki
|
f4207d0336
|
HDFS-10671. Fix typo in HdfsRollingUpgrade.md. Contributed by Yiqun Lin.
(cherry picked from commit 59466b8c18 )
|
2016-07-26 19:50:39 +09:00 |
Brahma Reddy Battula
|
b3ce778268
|
HDFS-10668. Fix intermittently failing UT TestDataNodeMXBean#testDataNodeMXBeanBlockCount. Contributed by Mingliang Liu.
(cherry picked from commit 7cac7655fd )
|
2016-07-26 11:02:23 +05:30 |
Akira Ajisaka
|
a04b193374
|
Revert "HDFS-10620. StringBuilder created and appended even if logging is disabled. Contributed by Staffan Friberg."
This reverts commit 2685e16f38 .
|
2016-07-26 11:04:05 +09:00 |
Vinitha Reddy Gankidi
|
0dde4035c9
|
HDFS-10301. Interleaving processing of storages from repeated block reports causes false zombie storage detection, removes valid blocks. Contributed by Vinitha Gankidi.
|
2016-07-25 18:55:00 -07:00 |
Jing Zhao
|
30c772fc59
|
HDFS-10688. BPServiceActor may run into a tight loop for sending block report when hitting IOException. Contributed by Chen Liang.
(cherry picked from commit 0cde9e12a7 )
|
2016-07-25 18:43:25 -07:00 |
Jason Lowe
|
26df6bd31a
|
MAPREDUCE-6744. Increase timeout on TestDFSIO tests. Contributed by Eric Badger
(cherry picked from commit 703fdf86c6 )
|
2016-07-25 21:55:58 +00:00 |
Steve Loughran
|
b757eff30c
|
HADOOP-13188 S3A file-create should throw error rather than overwrite directories. Contributed by Steve Loughran
|
2016-07-25 15:49:54 +01:00 |
Steve Loughran
|
271e7bb00b
|
HADOOP-13406 S3AFileSystem: Consider reusing filestatus in delete() and mkdirs(). Contributed by Rajesh Balamohan
|
2016-07-25 14:44:03 +01:00 |
Steve Loughran
|
bdde7edba5
|
HADOOP-13389 TestS3ATemporaryCredentials.testSTS error when using IAM credentials. Contributed by Steven K. Wong
|
2016-07-23 17:59:50 +01:00 |
Chris Nauroth
|
e6ba69b4db
|
HADOOP-13207. Specify FileSystem listStatus, listFiles and RemoteIterator. Contributed by Steve Loughran.
(cherry picked from commit 5fda66e4a3 )
|
2016-07-22 15:38:34 -07:00 |
Xiao Chen
|
1a115ea317
|
HDFS-10225. DataNode hot swap drives should disallow storage type changes. Contributed by Lei (Eddy) Xu.
(cherry picked from commit 132deb4cac )
|
2016-07-22 15:04:17 -07:00 |
Arpit Agarwal
|
2f1e352912
|
HDFS-10660. Expose storage policy apis via HDFSAdmin interface. (Contributed by Rakesh R)
|
2016-07-22 12:12:29 -07:00 |
mattf-horton
|
ea10e1384f
|
HADOOP-13382. Remove unneeded commons-httpclient dependencies from POM files in Hadoop and sub-projects, while adding it in to the only place it is still needed, hadoop-openstack. Contributed by Matt Foley.
|
2016-07-21 15:58:05 -07:00 |
Chris Nauroth
|
382bcf21e7
|
HADOOP-13240. TestAclCommands.testSetfaclValidations fail. Contributed by John Zhuge.
(cherry picked from commit 43cf6b101d )
|
2016-07-21 14:12:39 -07:00 |
Jakob Homan
|
43a40fa009
|
HADOOP-12009. Clarify FileSystem.listStatus() sorting order & fix FileSystemContractBaseTest:testListStatus. backport to 2.8
|
2016-07-21 21:50:38 +01:00 |
Akira Ajisaka
|
f4d94f2246
|
MAPREDUCE-6738. TestJobListCache.testAddExisting failed intermittently in slow VM testbed. Contributed by Junping Du.
(cherry picked from commit ecff7d0359 )
|
2016-07-21 11:38:02 -07:00 |
Akira Ajisaka
|
1222889f1a
|
HDFS-10287. MiniDFSCluster should implement AutoCloseable. Contributed by Andras Bokor.
(cherry picked from commit fcde6940e0 )
|
2016-07-21 11:28:19 -07:00 |
Jing Zhao
|
419d6ce19c
|
HDFS-10653. Optimize conversion from path string to components. Contributed by Daryn Sharp.
(cherry picked from commit bd3dcf46e2 )
|
2016-07-21 11:15:30 -07:00 |
Rohith Sharma K S
|
eff65463de
|
YARN-5092. TestRMDelegationTokens fails intermittently. Contributed by Jason Lowe.
(cherry picked from commit 557a245d83 )
|
2016-07-21 12:49:06 +05:30 |
Rohith Sharma K S
|
d9ed29e8c6
|
YARN-1126. Add validation of users input nodes-states options to nodes CLI. Contributed by Wei Yan.
(cherry picked from commit be34b2a8fd )
|
2016-07-21 12:22:34 +05:30 |
Akira Ajisaka
|
2bf5c4eb1a
|
YARN-4883. Make consistent operation name in AdminService. Contributed by Kai Sasaki.
(cherry picked from commit c63afdbe14 )
|
2016-07-20 16:51:44 -07:00 |
Sangjin Lee
|
a7e533444c
|
MAPREDUCE-6365. Refactor JobResourceUploader#uploadFilesInternal (Chris Trezzo via sjlee)
(cherry picked from commit 8f0d3d69d6 )
|
2016-07-20 11:25:25 -07:00 |
Vinod Kumar Vavilapalli
|
5641c28c1c
|
YARN-5340. Fixed a race condition in RollingLevelDBTimelineStore that caused loss of Timeline events. Contributed by Li Lu.
(cherry picked from commit 1c9d2ab503 )
|
2016-07-20 08:38:56 -07:00 |
Steve Loughran
|
d3df810dce
|
HADOOP-13387 users always get told off for using S3 —even when not using it. Contributed by stevel.
|
2016-07-20 14:01:30 +01:00 |
Steve Loughran
|
5490ed5f87
|
HADOOP-13212 Provide an option to set the socket buffers in S3AFileSystem (Rajesh Balamohan)
|
2016-07-20 13:42:33 +01:00 |
Varun Vasudev
|
9e326f4eeb
|
YARN-5309. Fix SSLFactory truststore reloader thread leak in TimelineClientImpl. Contributed by Weiwei Yang.
(cherry picked from commit 9ccf935b2c )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/client/api/impl/TimelineClientImpl.java
|
2016-07-20 12:55:38 +05:30 |
Arun Suresh
|
586cd0daa1
|
YARN-5350. Distributed Scheduling: Ensure sort order of allocatable nodes returned by the RM is not lost. (asuresh)
(cherry picked from commit 8fbe6ece24 )
|
2016-07-19 23:22:47 -07:00 |
Akira Ajisaka
|
8fe2c450b3
|
HADOOP-12991. Conflicting default ports in DelegateToFileSystem. Contributed by Kai Sasaki.
(cherry picked from commit dc065dd64c )
|
2016-07-19 16:06:16 -07:00 |