Skip to content

Releases: tencentyun/hadoop-cos

hadoop-cos v8.2.6

02 Mar 14:14
Compare
Choose a tag to compare

Improves:

  • Remove logic to recursively check directories to improve the create operation performance;

Bug Fixes:

  • Fix the seekable write operation bug.

hadoop-cos v8.2.4

03 Feb 08:42
c798aac
Compare
Choose a tag to compare

Features:

  • fix close() add super.close(), avoid not returning to cache but close, next time occur fs already close exception
  • fix close() which now only releases resources once.
  • fix listStatus() symbolic calling.

ps: typically only use Hadoop-cos and cos_api-bundle pkg,
if you need to use the random write feature add the ofs-sdk-definition pkg,
if you need to use client-side encryption add the tencentcloud-sdk-java-kms and tencentcloud-sdk-java-common pkg.

hadoop-cos v8.2.3

02 Feb 04:13
c083016
Compare
Choose a tag to compare
hadoop-cos v8.2.3 Pre-release
Pre-release

Features:

  • support independent bucket configuration;
  • support client-side encryption;
  • change the class load of seekable write, avoid classNoDefine of Seekable class.
  • add list parts to double-check upload part conflict;

ps: typically only use Hadoop-cos and cos_api-bundle pkg,
if you need to use the random write feature add the ofs-sdk-definition pkg,
if you need to use client-side encryption add the tencentcloud-sdk-java-kms and tencentcloud-sdk-java-common pkg.

hadoop-cos v8.2.2

01 Feb 11:46
Compare
Choose a tag to compare

fix:

  • refactor: Modify the internal abort interface to adapt the hadoop-3.3.0 or later.

hadoop-cos v8.2.1

11 Jan 18:55
Compare
Choose a tag to compare

hadoop-cos v8.2.0

11 Jan 17:37
Compare
Choose a tag to compare
hadoop-cos v8.2.0 Pre-release
Pre-release

Features:

  • support seekable write: CosNSeekableFSDataOutputStream implementing PosixSeekable interface (requires ofs-sdk-definition-1.0.4.jar);
  • support symbolic link;
  • improve some code style and design;

hadoop-cos v8.1.8

27 Oct 08:47
3f70428
Compare
Choose a tag to compare

hadoop-cos v8.1.7

14 Sep 07:33
3b33083
Compare
Choose a tag to compare

hadoop-cos v8.1.6

11 Aug 07:41
52ea809
Compare
Choose a tag to compare

Dependence: cos java sdk 5.6.69

Features:

  • pass through the ranger policy URL and auth Etag to POSIX bucket which used the ofs java SDK mount fs.
  • change the order of init real file system, avoid classNodef error when not use POSIX bucket.
  • add the configurations of the list max key size.

hadoop-cos v8.1.5

19 Jul 09:27
ba4cbb7
Compare
Choose a tag to compare

Dependence: cos java sdk 5.6.69

Features:

  • support fs.cosn.flush.enabled(default true) to close flush data to cos
  • support fs.cosn.map_disk.delete_on_exit.enabled(default true) to disable the map disk channel file delete on exit