Releases: steveloughran/cloudstore
Releases · steveloughran/cloudstore
release-2024-05-03-1921
Lots more diagnostics on abfs authentication settings
release-2024-05-03
abfs diagnostics print abfs.fs.ext values, with sanitization of .secret. and .pass* properties
release-2024-04-26
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
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
release of 2024-02-05; updated s3a option list to be in sync with branch-3.4 commit 2e586c12e53b
release-2023-11-20
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
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
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
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
fix bug in cloudstore.jar