Skip to content

Releases: tencentyun/hadoop-cos

hadoop-cos v8.0.8

31 May 03:34
8528a3e
Compare
Choose a tag to compare

Dependence: cos java sdk 5.6.69

Features:

  • Cover complete MPU 503 access time out which lead to next try 409 by head object again.

hadoop-cos v8.1.1

19 May 04:17
da38a2f
Compare
Choose a tag to compare
hadoop-cos v8.1.1 Pre-release
Pre-release

Dependence: cos java sdk 5.6.69

Features:

  • Get user from ugi
  • Set temporary directory to 777
  • Fix the scm properties in pom
  • flush wait for finish part uploads
  • read task retry for all io exception
  • support multi compile way to support tencent cloud l5 support from the l5 branch
  • fix the preconditions of create method

hadoop-cos v8.1.0

13 May 02:20
dc81fe7
Compare
Choose a tag to compare

Dependence: cos java sdk 5.6.69

Features:

  • Fix the L5 support build
  • Support cosn://bucket-appid/ to query posix bucket
  • Support the extended posix capabilities
  • Add the enabled option for the upload part checksum
  • Fix the boundedIOThreadPool
  • Add the 503 mpu retry
  • Support get cos client from nativestore
  • From this version not support the hadoop version 2.6.*, because of these version not support the truncate

hadoop-cos v8.0.7

19 May 04:02
3aa7f33
Compare
Choose a tag to compare

Dependence: cos java sdk 5.6.69

Features:

  • Add retry to complete mpu, which caused by access time out 503

hadoop-cos v8.0.6

12 Apr 02:55
Compare
Choose a tag to compare

Dependence: cos java sdk 5.6.69

Features:

  • Get user from ugi
  • Set temporary directory to 777
  • Fix the scm properties in pom
  • flush wait for finish part uploads
  • read task retry for all io exception
  • support multi compile way to support tencent cloud l5 support from the l5 branch
  • fix the preconditions of create method

hadoop-cos v8.0.5

02 Mar 10:34
ff5dcee
Compare
Choose a tag to compare

Features:

  • Fix the retry policy of complete mpu 200
  • update cos java sdk to 5.6.69

hadoop-cos v8.0.3

25 Jan 07:41
e3fc1f2
Compare
Choose a tag to compare

(2022-1-25)

Features

  • Java SDK default use https, expose the configure to set, default is https now;
  • Catch the cos input stream read socket exception to retry, independent retry configuration which recommend less to set;

hadoop-cos v8.0.2

20 Jan 11:04
db8293f
Compare
Choose a tag to compare

(2022-1-20)

Features

  • Add new EMR instance provider host.
  • Add EMRInstanceCredentialsProvider to auth list
  • Improve the IOThreadPool

hadoop-cos v8.0.1

24 Dec 10:39
e86f604
Compare
Choose a tag to compare

(2021-12-24)

This is the unified version of cos ranger and CHDFS merge bucket support.

In the past, the cos ranger version is under the inner git control,
to keep the same version of inner git and GitHub, we come to a new version v8.0.

Features

  • Unified cos ranger code, fix some cos ranger bugs;
  • Add the support of CHDFS merge bucket;
  • Expose the config of list max-keys;
  • Expose the real exception of getting the object in reading task;
  • Unified inner git and Github version;
  • Bugfix;

hadoop-cos v5.10.0

05 Nov 11:19
8ba1c28
Compare
Choose a tag to compare

(2021-11-05)

Features

  • Add abortable implement for CosFsDataOutputStream;
  • Add CosFsInputStream available implement;
  • Repair the retry times by removing the useless storeFile and rename operations;
  • Fix the getFileStatus inconsistent issues by control the list max-keys counts;
  • Add the complete MPU double check;
  • Remove the useless sse exception logs;