Junping Du
|
19d479168e
|
MAPREDUCE-6868. License check for jdiff output files should be ignored. Contributed by Akira Ajisaka.
(cherry picked from commit 945b006fe8 )
(cherry picked from commit 0e8beb214d )
|
2017-03-26 23:19:49 -07:00 |
Joe Mészáros
|
9909174677
|
MAPREDUCE-6866. Fix getNumMapTasks() documentation in JobConf.
This closes #205
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e0a2eb71e3 )
(cherry picked from commit 34a11b9108 )
|
2017-03-27 13:53:08 +09:00 |
Junping Du
|
7ec1e6e4f0
|
Add 2.8.0 RELEASENOTEs.md and CHANGES.md.
(cherry picked from commit d8e6d6df4c )
(cherry picked from commit e796105a6f )
|
2017-03-25 14:35:43 -07:00 |
Junping Du
|
070b9280af
|
Set jdiff.stable.api to 2.8.0
(cherry picked from commit e7b7c96a30 )
(cherry picked from commit 43f23e5021 )
|
2017-03-25 14:34:55 -07:00 |
Junping Du
|
86800b30a9
|
Add COMMON/MAPREDUCE/YARN jdiff of 2.8.0 release.
(cherry picked from commit 6df029db36 )
(cherry picked from commit 3ad4d37363 )
|
2017-03-25 14:34:55 -07:00 |
Junping Du
|
a4fcf1c7ca
|
Add HDFS jdiff for 2.8.0 release.
(cherry picked from commit d174c06b01 )
(cherry picked from commit 2fefa1fa2e )
|
2017-03-25 14:34:55 -07:00 |
John Zhuge
|
d370d8ddb8
|
HADOOP-14230. TestAdlFileSystemContractLive fails to clean up. Contributed by John Zhuge.
(cherry picked from commit d1b7439b48 )
|
2017-03-24 13:41:34 -07:00 |
Andrew Wang
|
5130128a31
|
HADOOP-14211. FilterFs and ChRootedFs are too aggressive about enforcing 'authorityNeeded'. Contributed by Erik Krogen.
(cherry picked from commit 0e556a5ba6 )
(cherry picked from commit 96fe940e59 )
|
2017-03-24 11:25:58 -07:00 |
John Zhuge
|
a92f654aa2
|
HADOOP-14195. CredentialProviderFactory$getProviders is not thread-safe. Contributed by Vihang Karajgaonkar.
(cherry picked from commit 128015584d )
|
2017-03-23 13:58:11 -07:00 |
Mingliang Liu
|
47d3c29e30
|
HADOOP-14214. DomainSocketWatcher::add()/delete() should not self interrupt while looping await(). Contributed by Mingliang Liu
(cherry picked from commit d35e79abc2 )
|
2017-03-23 13:39:42 -07:00 |
Chris Douglas
|
5e794c74e5
|
HADOOP-14197. Fix ADLS doc for credential provider. Contributed by John Zhuge
(cherry picked from commit c55195588f )
(cherry picked from commit 62b8665726 )
|
2017-03-23 12:17:52 -07:00 |
Chris Douglas
|
88252e85ad
|
HADOOP-14196. Azure Data Lake doc is missing required config entry. Contributed by Atul Sikaria
(cherry picked from commit 7d4884a57bcaf2ab1ad120c436f9c7e6739dbc2a)
(cherry picked from commit 2cea8293ef519ead772564750bd5e7f8b9d33da5)
|
2017-03-23 12:13:42 -07:00 |
Mingliang Liu
|
45956131b9
|
HADOOP-14135. Remove URI parameter in AWSCredentialProvider constructors. Contributed by Mingliang Liu
(cherry picked from commit 2e30aa72e0 )
|
2017-03-23 11:42:23 -07:00 |
John Zhuge
|
be58711e91
|
HDFS-11561. HttpFS doc errors. Contributed by Yuanbo Liu.
(cherry picked from commit ed2d03f2a5 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md
|
2017-03-22 22:42:48 -07:00 |
Zhe Zhang
|
8ca9915d0f
|
HADOOP-9631. ViewFs should use underlying FileSystem's server side defaults. Contributed by Lohit Vijayarenu and Erik Krogen.
(cherry picked from commit 59d69257a8 )
(cherry picked from commit f98f4bb6ca )
|
2017-03-22 22:32:41 -07:00 |
John Zhuge
|
3ed867fef3
|
HADOOP-13928. TestAdlFileContextMainOperationsLive.testGetFileContext1 runtime error. (John Zhuge via lei)
(cherry picked from commit 15066a3e8ddacd36bf7be9fba0b10c350ae45668)
(cherry picked from commit 00dec84cc2 )
|
2017-03-21 09:14:17 -07:00 |
John Zhuge
|
3a8b120c78
|
HADOOP-14205. No FileSystem for scheme: adl. Contributed by John Zhuge.
(cherry picked from commit 84e2c11f96 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestCommonConfigurationFields.java
|
2017-03-21 08:37:18 -07:00 |
Steve Loughran
|
595501c9dd
|
HADOOP-14204 S3A multipart commit failing,
"UnsupportedOperationException at java.util.Collections$UnmodifiableList.sort".
Contributed by Steve Loughran
|
2017-03-21 13:13:16 +00:00 |
John Zhuge
|
e792f1671d
|
HDFS-11132. Allow AccessControlException in contract tests when getFileStatus on subdirectory of existing files. Contributed by Vishwajeet Dusane
(cherry picked from commit 19f373a46b )
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/FileSystemContractBaseTest.java
|
2017-03-20 21:29:17 -07:00 |
Erik Krogen
|
c7b6e0dd6e
|
HADOOP-14169. Implement listStatusIterator, listLocatedStatus for ViewFs. Contributed by Erik Krogen.
(cherry picked from commit e1a99802fc )
|
2017-03-17 17:42:29 -07:00 |
Jason Lowe
|
6c8df1208a
|
YARN-6217. TestLocalCacheDirectoryManager test timeout is too aggressive. Contributed by Miklos Szegedi
(cherry picked from commit 4a8e304502 )
|
2017-03-17 14:08:14 -05:00 |
Kihwal Lee
|
66824b39fd
|
HDFS-10601. Improve log message to include hostname when the NameNode is in safemode. Contributed by Kuhu Shukla.
(cherry picked from commit ba62b50eba )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2017-03-16 11:07:13 -05:00 |
Jason Lowe
|
5d86ce7b0d
|
YARN-4051. ContainerKillEvent lost when container is still recovering and application finishes. Contributed by sandflee
(cherry picked from commit a16ba4296e )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/ContainerManagerImpl.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/container/Container.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/webapp/MockContainer.java
|
2017-03-16 09:36:34 -05:00 |
Steve Loughran
|
72fbdf708e
|
HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider.
Contributed by Steven Rand.
(cherry picked from commit b59dd4c798 )
|
2017-03-16 14:06:09 +00:00 |
Wei-Chiu Chuang
|
851ba7d9d1
|
HDFS-11499. Decommissioning stuck because of failing recovery. Contributed by Lukas Majercak and Manoj Govindassamy.
(cherry picked from commit 385d2cb777 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
(cherry picked from commit 60be2e5d8a )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
|
2017-03-13 13:43:00 -07:00 |
John Zhuge
|
72fc7e0520
|
HADOOP-14173. Remove unused AdlConfKeys#ADL_EVENTS_TRACKING_SOURCE. Contributed by John Zhuge.
Change-Id: I5dc6f885816b8834f718874542dfa373458b0333
(cherry picked from commit 5a40bafdae )
|
2017-03-13 09:15:09 -07:00 |
Yiqun Lin
|
1f2da39d05
|
HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger.
|
2017-03-13 18:29:57 +08:00 |
Mingliang Liu
|
b4d768123b
|
HADOOP-14153. ADL module has messed doc structure. Contributed by Mingliang Liu
(cherry picked from commit 881ec4d97b )
|
2017-03-10 13:23:17 -08:00 |
Steve Loughran
|
1f92a9dbae
|
HADOOP-14113. Review ADL Docs. Contributed by Steve Loughran
(cherry picked from commit e60c6543d5 )
|
2017-03-10 13:23:11 -08:00 |
Jason Lowe
|
dd7c688a94
|
YARN-6321. TestResources test timeouts are too aggressive. Contributed by Eric Badger
(cherry picked from commit 9649c27864 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/util/resource/TestResources.java
|
2017-03-10 13:09:20 -06:00 |
Jason Lowe
|
5c14eb6f18
|
YARN-6310. OutputStreams in AggregatedLogFormat.LogWriter can be left open upon exceptions. Contributed by Haibo Chen
(cherry picked from commit deb9f56946 )
|
2017-03-10 11:09:39 -06:00 |
Mingliang Liu
|
026ae87236
|
HADOOP-13946. Document how HDFS updates timestamps in the FS spec; compare with object stores. Contributed by Steve Loughran
(cherry picked from commit fd26783aaf )
|
2017-03-10 00:22:16 -08:00 |
John Zhuge
|
843fa685a6
|
HADOOP-14123. Remove misplaced ADL service provider config file for FileSystem. Contributed by John Zhuge.
Change-Id: Ic956e2eb8189625916442eaffdc69163d32f730e
(cherry picked from commit c5ee7fded4 )
|
2017-03-09 19:54:19 -08:00 |
Mingliang Liu
|
518705b8e3
|
HADOOP-14017. User friendly name for ADLS user and group. Contributed by Vishwajeet Dusane
(cherry picked from commit 924def7854 )
(cherry picked from commit acf20c8318 )
|
2017-03-09 15:21:33 -08:00 |
Mingliang Liu
|
f0df481c76
|
HADOOP-14049. Honour AclBit flag associated to file/folder permission for Azure datalake account. Contributed by Vishwajeet Dusane
(cherry picked from commit f432999025 )
(cherry picked from commit a146866802 )
|
2017-03-09 15:21:32 -08:00 |
Lei Xu
|
674b9cdab1
|
HADOOP-13929. ADLS connector should not check in contract-test-options.xml. (John Zhuge via lei)
(cherry picked from commit 71c23c9fc9 )
(cherry picked from commit ed4388f903 )
|
2017-03-09 15:21:32 -08:00 |
Lei Xu
|
87abe01ab1
|
HADOOP-13962. Update ADLS SDK to 2.1.4. (John Zhuge via lei)
(cherry picked from commit ccf2d66244 )
(cherry picked from commit d3a6124ffa )
|
2017-03-09 15:21:32 -08:00 |
Lei Xu
|
5eaec560d9
|
HADOOP-13956. Read ADLS credentials from Credential Provider. (John Zhuge via lei)
(cherry picked from commit e015b56319 )
(cherry picked from commit 01624f0c1b )
|
2017-03-09 15:21:32 -08:00 |
Mingliang Liu
|
8a51e4f89d
|
HADOOP-13900. Remove snapshot version of SDK dependency from Azure Data Lake Store File System. Contributed by Vishwajeet Dusane
(cherry picked from commit ef34bf2bb9 )
(cherry picked from commit 881b63499e )
|
2017-03-09 15:21:31 -08:00 |
Mingliang Liu
|
f1671e9519
|
HADOOP-13257. Improve Azure Data Lake contract tests. Contributed by Vishwajeet Dusane
(cherry picked from commit 4113ec5fa5 )
(cherry picked from commit 7fd0556b2b )
|
2017-03-09 15:21:31 -08:00 |
Chris Douglas
|
b4b4ca9199
|
HADOOP-13037. Refactor Azure Data Lake Store as an independent FileSystem. Contributed by Vishwajeet Dusane
(cherry picked from commit edf149b979 )
|
2017-03-09 15:21:21 -08:00 |
Jason Lowe
|
ffc00c57d4
|
YARN-6165. Intra-queue preemption occurs even when preemption is turned off for a specific queue. Contributed by Eric Payne
(cherry picked from commit d7762a5511 )
|
2017-03-08 16:50:26 -06:00 |
John Zhuge
|
cdfa86cadd
|
Revert "HADOOP-13606 swift FS to add a service load metadata file. Contributed by Steve Loughran"
This reverts commit 53a12fa721 .
(cherry picked from commit 98142d2f72 )
Change-Id: I3a7613a7f4f0e9c80bb6d3c40a53742f807fc689
|
2017-03-08 11:47:36 -08:00 |
Jian He
|
2e8e51ad40
|
HADOOP-14062. ApplicationMasterProtocolPBClientImpl.allocate fails with EOFException when RPC privacy is enabled. Contributed by Steven Rand
|
2017-03-08 10:49:42 -08:00 |
Akira Ajisaka
|
20fa7664d1
|
HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri.
(cherry picked from commit f597f4c43e )
(cherry picked from commit d2d0872f4d )
|
2017-03-07 15:17:42 +09:00 |
Akira Ajisaka
|
dd5d0103df
|
Treat encrypted files as private. Contributed by Daniel Templeton.
(cherry picked from commit f01a69f84f )
(cherry picked from commit 120f680318 )
|
2017-03-07 13:38:51 +09:00 |
Akira Ajisaka
|
8b5307c0e7
|
MAPREDUCE-6855. Specify charset when create String in CredentialsTestJob. Contributed by Kai Sasaki.
(cherry picked from commit 14413989ca )
(cherry picked from commit aa1f944bba )
|
2017-03-07 13:13:52 +09:00 |
Mingliang Liu
|
ff706261be
|
HADOOP-14048. REDO operation of WASB#AtomicRename should create placeholder blob for destination folder. Contributed by NITIN VERMA
(cherry picked from commit c571cda5c7 )
|
2017-03-06 17:01:26 -08:00 |
Andrew Wang
|
3f23d50c9a
|
HDFS-11498. Make RestCsrfPreventionHandler and WebHdfsHandler compatible with Netty 4.0.
(cherry picked from commit 5e74196ede )
(cherry picked from commit 6e75c1e2f0 )
|
2017-03-06 15:04:34 -08:00 |
Xiao Chen
|
83f1e3b10a
|
Revert "HDFS-8377. Support HTTP/2 in datanode. Contributed by Duo Zhang."
This reverts commit f70b9d9241 .
(cherry picked from commit 67d2875f8f )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/WebHdfsHandler.java
|
2017-03-06 14:59:07 -08:00 |