Skip to content

Releases: steveloughran/cloudstore

release-2024-05-03-1921

03 May 18:23
c61faf4
Compare
Choose a tag to compare

Lots more diagnostics on abfs authentication settings

release-2024-05-03

03 May 10:02
020f3c0
Compare
Choose a tag to compare

abfs diagnostics print abfs.fs.ext values, with sanitization of .secret. and .pass* properties

release-2024-04-26

26 Apr 15:50
020f3c0
Compare
Choose a tag to compare

release of 2024-04-26

  • Cloudup and bandwidth commands print iostats (through reflection)
  • adds awareness of the new option fs.s3a.aws.credentials.provider.mapping
  • parquet.hadoop.vectored.io.enabled as an option to print everywhere.

release-2024-02-05-2

05 Feb 21:08
f157591
Compare
Choose a tag to compare

release of 2024-02-05 #2
Adds new command "constval"

hadoop jar cloudstore-1.0.jar constval org.apache.hadoop.fs.s3a.Constants DEFAULT_REQUEST_TIMEOUT
Value of org.apache.hadoop.fs.s3a.Constants.DEFAULT_REQUEST_TIMEOUT = "60000"

release-2024-02-05

05 Feb 17:44
f157591
Compare
Choose a tag to compare

release of 2024-02-05; updated s3a option list to be in sync with branch-3.4 commit 2e586c12e53b

release-2023-11-20

20 Nov 19:26
244b26e
Compare
Choose a tag to compare

First support of AWS V2 SDK

  • new profile sdk2 for v2 SDK and hadoop-3.4.0 snapshot
  • new "regions2" command to perform region resolution through v2 sdk.
  • more complex build where v1 build MUST be executed before v2

release-2023-11-07

07 Nov 16:54
21ee707
Compare
Choose a tag to compare

ongoing maintenance

-s3a diag prints a bit more about region vs endpoint settings. a losing battle
-help command highlights the s3 extras are v1 sdk only
-other minor changes

release-2023-11-03

03 Nov 14:49
cb3f731
Compare
Choose a tag to compare

improved tlsinfo + more

  • tlsinfo lets you filter certficates to match
  • an NPE bug in bandwidth may have been fixed. Please report if you
    see it, and try saving the output to -csvfile to see if that makes
    it go away.

new store capabilities to probe s3a for; only relevant for hadoop trunk builds

fs.s3a.directory.operations.purge.uploads
fs.s3a.capability.aws.v2

release-2023-10-26

26 Oct 18:53
c38dd43
Compare
Choose a tag to compare

storediag explains root dir not found

* adds listStatus(/) after getFileStatus(/) as some stores skip remote
  call on the latter
* lists likely causes of FileNotFound here, with key point
  "there is no store of that name for that account at that endpoint"
  • Don't do deep tree listing on stores other than s3.

release-2023-10-19-003

19 Oct 14:24
d72490b
Compare
Choose a tag to compare

fix bug in cloudstore.jar