Mingliang Liu
|
c571cda5c7
|
HADOOP-14048. REDO operation of WASB#AtomicRename should create placeholder blob for destination folder. Contributed by NITIN VERMA
|
2017-03-06 17:00:13 -08:00 |
|
Mingliang Liu
|
6b7cd62b8c
|
HADOOP-13930. Azure: Add Authorization support to WASB. Contributed by Sivaguru Sankaridurg and Dushyanth
|
2017-03-03 17:09:12 -08:00 |
|
Akira Ajisaka
|
490abfb10f
|
HADOOP-14057. Fix package.html to compile with Java 9.
|
2017-03-04 00:25:22 +09:00 |
|
Steve Loughran
|
a97833e0ed
|
HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry.
Contributed by Steve Loughran
(cherry picked from commit 51fefbe38bf40373d2855163fa6444821b0f994c)
|
2017-03-02 21:44:30 +00:00 |
|
Allen Wittenauer
|
989bd56b9f
|
HADOOP-12556. KafkaSink jar files are created but not copied to target dist (Babak Behzad via aw)
|
2017-02-28 16:15:40 -08:00 |
|
Wangda Tan
|
eac6b4c35c
|
YARN-6216. Unify Container Resizing code paths with Container Updates making it scheduler agnostic. (Arun Suresh via wangda)
|
2017-02-28 10:35:50 -08:00 |
|
Akira Ajisaka
|
258342e76c
|
HADOOP-14118. move jets3t into a dependency on hadoop-aws JAR.
|
2017-02-28 13:47:44 +09:00 |
|
Yongjun Zhang
|
d235dcdf0b
|
HADOOP-14127. Add log4j configuration to enable logging in hadoop-distcp's tests. (Xiao Chen via Yongjun Zhang)
|
2017-02-27 20:42:13 -08:00 |
|
Steve Loughran
|
dab00da19f
|
HADOOP-14028. S3A BlockOutputStreams doesn't delete temporary files in multipart uploads or handle part upload failures.
Contributed by Steve Loughran.
(cherry picked from commit 29fe5af017b945d8750c074ca39031b5b777eddd)
|
2017-02-25 15:35:19 +00:00 |
|
Sunil G
|
b32ffa2753
|
YARN-4779. Fix AM container allocation logic in SLS. Contributed by Wangda Tan.
|
2017-02-24 21:39:25 +05:30 |
|
Steve Loughran
|
e60c6543d5
|
HADOOP-14113. Review ADL Docs. Contributed by Steve Loughran
|
2017-02-24 13:24:59 +00:00 |
|
Steve Loughran
|
9c22a91662
|
HADOOP-14114 S3A can no longer handle unencoded + in URIs. Contributed by Sean Mackrory.
(cherry picked from commit ff87ca84418a710c6dc884fe8c70947fcc6489d5)
|
2017-02-24 10:41:36 +00:00 |
|
Mingliang Liu
|
82607fce39
|
HADOOP-14091. AbstractFileSystem implementaion for 'wasbs' scheme. Contributed Varada Hemeswari.
|
2017-02-23 13:48:44 -08:00 |
|
Mingliang Liu
|
a4d4a23785
|
HADOOP-13321. Deprecate FileSystem APIs that promote inefficient call patterns. Contributed by Chris Nauroth and Mingliang Liu
|
2017-02-23 12:55:40 -08:00 |
|
Mingliang Liu
|
0013090fb4
|
HADOOP-14102. Relax error message assertion in S3A test ITestS3AEncryptionSSEC. Contributed by Mingliang Liu
|
2017-02-22 13:34:20 -08:00 |
|
Steve Loughran
|
4f4250fbcc
|
HADOOP-14099 Split S3 testing documentation out into its own file. Contributed by Steve Loughran.
|
2017-02-22 11:43:48 +00:00 |
|
Mingliang Liu
|
924def7854
|
HADOOP-14017. User friendly name for ADLS user and group. Contributed by Vishwajeet Dusane
|
2017-02-21 13:44:42 -08:00 |
|
Steve Loughran
|
2158496f6b
|
HADOOP-13826. S3A Deadlock in multipart copy due to thread pool limits. Contributed by Sean Mackrory.
(cherry picked from commit e3a74e0369e6e2217d1280179b390227fe1b1684)
|
2017-02-21 18:28:49 +00:00 |
|
Steve Loughran
|
8035749c26
|
HADOOP-14081. S3A: Consider avoiding array copy in S3ABlockOutputStream (ByteArrayBlock). Contributed by Rajesh Balamohan
|
2017-02-20 16:21:46 +00:00 |
|
Steve Loughran
|
3a2e30fa9f
|
HADOOP-14092. Typo in hadoop-aws index.md. Contributed by John Zhuge
(cherry picked from commit b1c1f05b1dc997906390d653dfafb4f0d7e193c4)
|
2017-02-18 18:17:11 +00:00 |
|
Mingliang Liu
|
658702efff
|
HADOOP-14040. Use shaded aws-sdk uber-JAR 1.11.86. Contributed by Steve Loughran and Sean Mackrory
|
2017-02-16 16:51:03 -08:00 |
|
Mingliang Liu
|
bdad8b7b97
|
HADOOP-14019. Fix some typos in the s3a docs. Contributed by Steve Loughran
|
2017-02-16 16:41:31 -08:00 |
|
Mingliang Liu
|
f432999025
|
HADOOP-14049. Honour AclBit flag associated to file/folder permission for Azure datalake account. Contributed by Vishwajeet Dusane
|
2017-02-16 15:14:25 -08:00 |
|
Kai Zheng
|
cd3e59a3dc
|
HADOOP-14072. AliyunOSS: Failed to read from stream when seek beyond the download size. Contributed by Genmao Yu
|
2017-02-15 16:34:30 +08:00 |
|
Akira Ajisaka
|
b9f8491252
|
HADOOP-14058. Fix NativeS3FileSystemContractBaseTest#testDirWithDifferentMarkersWorks. Contributed by Yiqun Lin.
|
2017-02-15 01:45:56 +09:00 |
|
Lei Xu
|
71c23c9fc9
|
HADOOP-13929. ADLS connector should not check in contract-test-options.xml. (John Zhuge via lei)
|
2017-02-13 13:33:13 -08:00 |
|
Kai Zheng
|
01be4503c3
|
HADOOP-14069. AliyunOSS: listStatus returns wrong file info. Contributed by Fei Hui
|
2017-02-13 13:18:20 +08:00 |
|
Lei Xu
|
839b690ed5
|
HADOOP-13075. Add support for SSE-KMS and SSE-C in s3a filesystem. (Steve Moist via lei)
|
2017-02-11 13:59:03 -08:00 |
|
Arpit Agarwal
|
2b7a7bbe0f
|
HADOOP-14055. SwiftRestClient includes pass length in exception if auth fails. Contributed by Marcell Hegedus.
|
2017-02-10 10:09:31 -08:00 |
|
Kai Zheng
|
5b151290ae
|
HADOOP-13768. AliyunOSS: handle the failure in the batch delete operation deleteDirs . Contributed by Genmao Yu
|
2017-02-10 14:53:18 +08:00 |
|
Kai Zheng
|
a8a594b4c8
|
HADOOP-14065. AliyunOSS: oss directory filestatus should use meta time. Contributed by Fei Hui
|
2017-02-09 18:00:22 +08:00 |
|
Akira Ajisaka
|
98c35bb1a4
|
HADOOP-13858. TestGridmixMemoryEmulation and TestResourceUsageEmulators fail on the environment other than Linux or Windows.
|
2017-01-21 17:31:20 +09:00 |
|
Lei Xu
|
ccf2d66244
|
HADOOP-13962. Update ADLS SDK to 2.1.4. (John Zhuge via lei)
|
2017-01-21 10:52:40 +08:00 |
|
Lei Xu
|
e015b56319
|
HADOOP-13956. Read ADLS credentials from Credential Provider. (John Zhuge via lei)
|
2017-01-20 14:48:04 +08:00 |
|
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -08:00 |
|
Steve Loughran
|
ed33ce11dd
|
HADOOP-13496. Include file lengths in Mismatch in length error for distcp. Contributed by Ted Yu
(cherry picked from commit 77401bd5fcca5127c9908156971eeec468371f47)
|
2017-01-19 11:25:40 +00:00 |
|
Steve Loughran
|
e648b6e138
|
HADOOP-13336 S3A to support per-bucket configuration. Contributed by Steve Loughran
|
2017-01-11 17:25:15 +00:00 |
|
Wangda Tan
|
287d3d6804
|
YARN-3955. Support for application priority ACLs in queues of CapacityScheduler. (Sunil G via wangda)
|
2017-01-09 08:40:39 -08:00 |
|
Chris Nauroth
|
4c8f9e1302
|
HDFS-9483. Documentation does not cover use of "swebhdfs" as URL scheme for SSL-secured WebHDFS. Contributed by Surendra Singh Lilhore.
|
2017-01-05 15:04:47 -08:00 |
|
Wangda Tan
|
0a55bd841e
|
YARN-5959. RM changes to support change of container ExecutionType. (Arun Suresh via wangda)
|
2017-01-05 10:31:05 -08:00 |
|
Wangda Tan
|
5ed63e3e9d
|
YARN-4899. Queue metrics of SLS capacity scheduler only activated after app submit to the queue. (Jonathan Hung via wangda)
|
2017-01-04 19:17:11 -08:00 |
|
Akira Ajisaka
|
01d31fe938
|
HADOOP-12733. Remove references to obsolete io.seqfile configuration variables. Contributed by Ray Chiang.
|
2017-01-04 14:10:36 +09:00 |
|
Mingliang Liu
|
c6a5b689db
|
HADOOP-13942. Build failure due to errors of javadoc build in hadoop-azure. Contributed by Kai Sasaki
|
2016-12-29 16:24:06 -08:00 |
|
Mingliang Liu
|
e92a77099b
|
HADOOP-13863. Azure: Add a new SAS key mode for WASB. Contributed by Dushyanth
|
2016-12-22 20:15:18 -08:00 |
|
Akira Ajisaka
|
ae401539ea
|
YARN-4994. Use MiniYARNCluster with try-with-resources in tests. Contributed by Andras Bokor.
|
2016-12-22 14:32:24 +09:00 |
|
Wangda Tan
|
3bcfe3a9de
|
YARN-5706. Fail to launch SLSRunner due to NPE. (Kai Sasaki via wangda)
|
2016-12-20 11:03:29 -08:00 |
|
Mingliang Liu
|
f92913c35b
|
HADOOP-13831. Correct check for error code to detect Azure Storage Throttling and provide retries. Contributed by Gaurav Kanade
|
2016-12-15 12:35:08 -08:00 |
|
Mingliang Liu
|
ef34bf2bb9
|
HADOOP-13900. Remove snapshot version of SDK dependency from Azure Data Lake Store File System. Contributed by Vishwajeet Dusane
|
2016-12-13 10:34:32 -08:00 |
|
Mingliang Liu
|
c6a3923245
|
HADOOP-13871. ITestS3AInputStreamPerformance.testTimeToOpenAndReadWholeFileBlocks performance awful. Contributed by Steve Loughran
|
2016-12-12 14:55:34 -08:00 |
|
Mingliang Liu
|
15dd1f3381
|
HADOOP-13675. Bug in return value for delete() calls in WASB. Contributed by Dushyanth
|
2016-12-05 12:04:07 -08:00 |
|