Akira Ajisaka
|
d4aa9e3c69
|
HADOOP-14415. Use java.lang.AssertionError instead of junit.framework.AssertionFailedError. Contributed by Chen Liang.
|
2017-05-17 15:38:28 -04:00 |
Robert Kanter
|
101852ca11
|
YARN-6535. Program needs to exit when SLS finishes. (yufeigu via rkanter)
|
2017-05-16 17:52:17 -07:00 |
Mingliang Liu
|
b415c6fe74
|
HADOOP-14416. Path starting with 'wasb:///' not resolved correctly while authorizing with WASB-Ranger. Contributed by Sivaguru Sankaridurg
|
2017-05-16 11:22:32 -07:00 |
Akira Ajisaka
|
0d5c8ed8e0
|
HADOOP-14401. maven-project-info-reports-plugin can be removed. Contributed by Andras Bokor.
|
2017-05-11 16:37:32 -05:00 |
Mingliang Liu
|
eed731496f
|
HADOOP-14361. Azure: NativeAzureFileSystem.getDelegationToken() call fails sometimes when invoked concurrently. Contributed by Santhosh G Nayak
|
2017-05-10 15:05:11 -07:00 |
Carlo Curino
|
5cb6e3e082
|
YARN-6473. Create ReservationInvariantChecker to validate ReservationSystem + Scheduler operations.
|
2017-05-10 14:49:25 -07:00 |
Akira Ajisaka
|
2ba9903932
|
HADOOP-14400. Fix warnings from spotbugs in hadoop-tools. Contributed by Weiwei Yang.
|
2017-05-10 05:57:12 -05:00 |
Akira Ajisaka
|
c60164fb60
|
HADOOP-14374. License error in GridmixTestUtils.java. Contributed by lixinglong.
|
2017-05-09 05:37:43 -05:00 |
Andrew Wang
|
54fd0e44b7
|
HDFS-11644. Support for querying outputstream capabilities. Contributed by Manoj Govindassamy.
|
2017-05-08 21:59:49 -07:00 |
Andrew Wang
|
8065129d87
|
HADOOP-14298. TestHadoopArchiveLogsRunner fails. Contribute dby Akira Ajisaka.
|
2017-05-07 13:59:15 -07:00 |
Steve Loughran
|
4e6bbd049d
|
HADOOP-14382 Remove usages of MoreObjects.toStringHelper.
Contributed by Andrew Wang
|
2017-05-05 13:03:09 +01:00 |
Robert Kanter
|
3082552b3b
|
YARN-6522. Make SLS JSON input file format simple and scalable (yufeigu via rkanter)
|
2017-05-04 17:21:46 -07:00 |
Mingliang Liu
|
83dded556d
|
HDFS-11739. Fix regression in tests caused by YARN-679. Contributed by Steve Loughran
|
2017-05-03 11:22:44 -07:00 |
Andrew Wang
|
b062b323b7
|
HADOOP-14281. Fix TestKafkaMetrics#testPutMetrics. Contributed by Alison Yu.
|
2017-05-02 11:49:19 -07:00 |
Akira Ajisaka
|
62579b69a0
|
HADOOP-11614. Remove httpclient dependency from hadoop-openstack. Contributed by Akira Ajisaka, Brahma Reddy Battula, and Steve Loughran.
|
2017-04-27 16:57:08 +09:00 |
Mingliang Liu
|
8b5f2c372e
|
HADOOP-14351. Azure: RemoteWasbAuthorizerImpl and RemoteSASKeyGeneratorImpl should not use Kerberos interactive user cache. Contributed by Santhosh G Nayak
|
2017-04-26 13:47:18 -07:00 |
Mingliang Liu
|
e4c32bccde
|
HADOOP-14349. Rename ADLS CONTRACT_ENABLE_KEY. Contributed by Mingliang Liu
|
2017-04-25 20:54:56 -07:00 |
Robert Kanter
|
475f933b41
|
YARN-6423. Queue metrics doesn't work for Fair Scheduler in SLS (yufeigu via rkanter)
|
2017-04-25 16:26:09 -07:00 |
Steve Loughran
|
5f934f8386
|
HADOOP-14305 S3A SSE tests won't run in parallel: Bad request in directory GetFileStatus.
Contributed by Steve Moist.
|
2017-04-24 20:33:19 +01:00 |
Wangda Tan
|
de69d6e811
|
YARN-6363. Extending SLS: Synthetic Load Generator. (Carlo Curino via wangda)
|
2017-04-20 21:54:30 -07:00 |
Mingliang Liu
|
667966c13c
|
HADOOP-14324. Refine S3 server-side-encryption key as encryption secret; improve error reporting and diagnostics. Contributed by Steve Loughran
|
2017-04-20 17:13:36 -07:00 |
Andrew Wang
|
7e075a50e3
|
YARN-6365. Get static SLS html resources from classpath. Contributed by Yufei Gu.
|
2017-04-19 11:08:59 -07:00 |
Steve Loughran
|
6b015d00c9
|
HADOOP-14321. explicitly exclude s3a root dir ITests from parallel runs.
Contributed by Steve Loughran
|
2017-04-19 10:21:44 +01:00 |
Mingliang Liu
|
0cab57223e
|
HADOOP-14274. Azure: Simplify Ranger-WASB policy model. Contributed by Sivaguru Sankaridurg
|
2017-04-12 16:07:10 -07:00 |
Mingliang Liu
|
b053fdc547
|
HADOOP-14255. S3A to delete unnecessary fake directory objects in mkdirs(). Contributed by Mingliang Liu
|
2017-04-12 14:30:34 -07:00 |
Chris Nauroth
|
b8305e6d06
|
HADOOP-14248. Retire SharedInstanceProfileCredentialsProvider in trunk. Contributed by Mingliang Liu.
|
2017-04-12 10:02:13 -07:00 |
John Zhuge
|
56e81f2a20
|
HADOOP-14174. Set default ADLS access token provider type to ClientCredential. Contributed by John Zhuge.
Signed-off-by: John Zhuge <jzhuge@apache.org>
|
2017-04-07 12:04:44 -07:00 |
Andrew Wang
|
7eea8d83fa
|
HADOOP-14280. Fix compilation of TestKafkaMetrics.
|
2017-04-05 15:12:03 -07:00 |
Mingliang Liu
|
56ab02eed9
|
HADOOP-14273. Azure: NativeAzureFileSystem should respect config for kerberosSupportEnabled flag. Contributed by Santhosh G Nayak
|
2017-04-04 11:10:28 -07:00 |
Mingliang Liu
|
27a44b60c1
|
HADOOP-14272. Azure: WasbRemoteCallHelper should use String equals for comparison. Contributed by Santhosh G Nayak
|
2017-04-04 11:03:59 -07:00 |
Chris Douglas
|
6eba79232f
|
HADOOP-14271. Correct spelling of 'occurred' and variants. Contributed by Yeliang Cang
|
2017-04-03 20:13:14 -07:00 |
Mingliang Liu
|
5faa949b78
|
HADOOP-14268. Fix markdown itemization in hadoop-aws documents. Contributed by Akira Ajisaka
|
2017-04-03 11:07:14 -07:00 |
Mingliang Liu
|
26172a94d6
|
HADOOP-14267. Make DistCpOptions immutable. Contributed by Mingliang Liu
|
2017-03-31 20:04:26 -07:00 |
Yongjun Zhang
|
bf3fb585aa
|
HADOOP-11794. Enable distcp to copy blocks in parallel. Contributed by Yongjun Zhang, Wei-Chiu Chuang, Xiao Chen, Rosie Li.
|
2017-03-30 17:38:56 -07:00 |
Yongjun Zhang
|
144f1cf765
|
Revert "HADOOP-11794. Enable distcp to copy blocks in parallel. Contributed by Yongjun Zhang, Wei-Chiu Chuang, Xiao Chen."
This reverts commit 064c8b25ec .
|
2017-03-30 17:38:18 -07:00 |
Yongjun Zhang
|
064c8b25ec
|
HADOOP-11794. Enable distcp to copy blocks in parallel. Contributed by Yongjun Zhang, Wei-Chiu Chuang, Xiao Chen.
|
2017-03-30 17:01:15 -07:00 |
Wei-Chiu Chuang
|
8c591b8d19
|
HDFS-10974. Document replication factor for EC files. Contributed by Yiqun Lin.
|
2017-03-30 11:16:05 -07:00 |
Akira Ajisaka
|
0d053eeb30
|
HADOOP-14256. [S3A DOC] Correct the format for "Seoul" example. Contributed by Brahma Reddy Battula.
|
2017-03-30 18:11:50 +09:00 |
Robert Kanter
|
6a5516c238
|
YARN-5654. Not be able to run SLS with FairScheduler (yufeigu via rkanter)
|
2017-03-29 16:18:13 -07:00 |
Andrew Wang
|
4966a6e26e
|
HADOOP-14223. Extend FileStatus#toString() to include details like Erasure Coding and Encryption. Contributed by Manoj Govindassamy.
|
2017-03-29 14:37:21 -07:00 |
Andrew Wang
|
0e6f8e4bc6
|
HDFS-10971. Distcp should not copy replication factor if source file is erasure coded. Contributed by Manoj Govindassamy.
|
2017-03-28 22:14:03 -07:00 |
John Zhuge
|
253e3e78ab
|
HADOOP-14038. Rename ADLS credential properties. Contributed by John Zhuge.
|
2017-03-27 23:05:57 -07:00 |
John Zhuge
|
d1b7439b48
|
HADOOP-14230. TestAdlFileSystemContractLive fails to clean up. Contributed by John Zhuge.
|
2017-03-24 13:37:04 -07:00 |
Andrew Wang
|
52b00600df
|
HADOOP-13715. Add isErasureCoded() API to FileStatus class. Contributed by Manoj Govindassamy.
|
2017-03-24 11:44:46 -07:00 |
Chris Douglas
|
c55195588f
|
HADOOP-14197. Fix ADLS doc for credential provider. Contributed by John Zhuge
|
2017-03-23 12:17:27 -07:00 |
Chris Douglas
|
03955612b7
|
HADOOP-14196. Azure Data Lake doc is missing required config entry. Contributed by Atul Sikaria
|
2017-03-23 12:13:23 -07:00 |
Mingliang Liu
|
2e30aa72e0
|
HADOOP-14135. Remove URI parameter in AWSCredentialProvider constructors. Contributed by Mingliang Liu
|
2017-03-23 11:33:29 -07:00 |
Steve Loughran
|
a5a4867f3b
|
HADOOP-14120 needless S3AFileSystem.setOptionalPutRequestParameters in S3ABlockOutputStream putObject().
Contributed by Yuanbo Liu
(cherry picked from commit 20878d052c )
|
2017-03-23 12:54:54 +00:00 |
Robert Kanter
|
cc938e99ec
|
YARN-6326. Shouldn't use AppAttemptIds to fetch applications while AM Simulator tracks app in SLS (yufeigu via rkanter)
|
2017-03-21 15:21:11 -07:00 |
Steve Loughran
|
2841666f1f
|
HADOOP-14204 S3A multipart commit failing,
"UnsupportedOperationException at java.util.Collections$UnmodifiableList.sort".
Contributed by Steve Loughran
(cherry picked from commit 595501c9dd )
|
2017-03-21 13:15:15 +00:00 |
Mingliang Liu
|
8e15e24059
|
HADOOP-13945. Azure: Add Kerberos and Delegation token support to WASB client. Contributed by Santhosh G Nayak
Change-Id: I39fb0a3b0491bf2160571366939a0502a0045429
|
2017-03-20 16:31:24 -07:00 |
Arpit Agarwal
|
6c399a88e9
|
HADOOP-14059. typo in s3a rename(self, subdir) error message. Contributed by Steve Loughran.
|
2017-03-20 11:29:23 -07:00 |
Mingliang Liu
|
86035c1644
|
HADOOP-14192. Aliyun OSS FileSystem contract test should implement getTestBaseDir(). Contributed by Mingliang Liu
|
2017-03-17 11:01:00 -07:00 |
Mingliang Liu
|
fa67a96d7b
|
HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu
|
2017-03-14 14:38:21 -07:00 |
Mingliang Liu
|
e6cda5819b
|
Revert "HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu"
This reverts commit b8c69557b7 .
|
2017-03-14 13:03:42 -07:00 |
Mingliang Liu
|
b8c69557b7
|
HADOOP-14170. FileSystemContractBaseTest is not cleaning up test directory clearly. Contributed by Mingliang Liu
|
2017-03-13 14:15:02 -07:00 |
John Zhuge
|
5a40bafdae
|
HADOOP-14173. Remove unused AdlConfKeys#ADL_EVENTS_TRACKING_SOURCE. Contributed by John Zhuge.
Change-Id: I5dc6f885816b8834f718874542dfa373458b0333
|
2017-03-13 08:11:25 -07:00 |
Steve Loughran
|
092ec39fb9
|
HADOOP-14111 cut some obsolete, ignored s3 tests in TestS3Credentials.
Contributed by Yuanbo Liu
|
2017-03-10 17:43:22 +00:00 |
Mingliang Liu
|
881ec4d97b
|
HADOOP-14153. ADL module has messed doc structure. Contributed by Mingliang Liu
|
2017-03-10 00:16:09 -08:00 |
John Zhuge
|
c5ee7fded4
|
HADOOP-14123. Remove misplaced ADL service provider config file for FileSystem. Contributed by John Zhuge.
Change-Id: Ic956e2eb8189625916442eaffdc69163d32f730e
|
2017-03-09 18:30:17 -08:00 |
John Zhuge
|
98142d2f72
|
Revert "HADOOP-13606 swift FS to add a service load metadata file. Contributed by Steve Loughran"
This reverts commit 53a12fa721 .
|
2017-03-08 09:54:22 -08:00 |
Mingliang Liu
|
28daaf0eb2
|
HADOOP-14150. Implement getHomeDirectory() method in NativeAzureFileSystem. Contributed by Santhosh G Nayak
|
2017-03-07 14:55:52 -08:00 |
Robert Kanter
|
1598fd3b79
|
YARN-6275. Fail to show real-time tracking charts in SLS (yufeigu via rkanter)
|
2017-03-07 13:47:52 -08:00 |
Akira Ajisaka
|
f597f4c43e
|
HADOOP-14087. S3A typo in pom.xml test exclusions. Contributed by Aaron Fabbri.
|
2017-03-07 15:14:55 +09:00 |
Mingliang Liu
|
686823529b
|
HADOOP-13930. Azure: Add Authorization support to WASB. Contributed by Sivaguru Sankaridurg and Dushyanth
|
2017-03-06 17:16:36 -08:00 |
Mingliang Liu
|
52d7d5aa1a
|
Revert "HADOOP-13930. Azure: Add Authorization support to WASB. Contributed by Sivaguru Sankaridurg and Dushyanth"
This reverts commit 6b7cd62b8c .
|
2017-03-06 17:10:11 -08:00 |
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 51fefbe38b )
|
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 29fe5af017 )
|
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 ff87ca8441 )
|
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 b1c1f05b1d )
|
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 |