Skip to content

Releases: steveloughran/cloudstore

release 2018-11-12

12 Nov 19:12
Compare
Choose a tag to compare
release 2018-11-12 Pre-release
Pre-release

Release of 2018-11-12; -t -r and -j options.

Release 2018-11-08

08 Nov 20:44
Compare
Choose a tag to compare
Release 2018-11-08 Pre-release
Pre-release

For S3A, works out the temp dir used and tries to create a file there; catches problems sooner rather than later.

Release 2018-11-06-a

06 Nov 19:27
Compare
Choose a tag to compare
Release 2018-11-06-a Pre-release
Pre-release

HADOOP-14556 "Delegation token" edition

  • Changed the numbering
  • Added more logging of what security is up to now that S3A can optionally collect delegation tokens

release 2.8.3 rc1

12 Oct 13:59
6473009
Compare
Choose a tag to compare
release 2.8.3 rc1 Pre-release
Pre-release

Updated to deal with debugging classpath and handling secrets in credential files.

  • classpath is dumped in alphabetical order, with the filename first to help list it. Maybe in future: md5sum?
  • standard env vars include some of the hadoop common ones
  • secrets which stores retrieve first from using Configuration.getPassword() are tagged this way; we look for them first and add provenance as "credentials".

v 2.8.3

11 Oct 18:47
86d70d7
Compare
Choose a tag to compare
v 2.8.3 Pre-release
Pre-release

Built against Hadoop 2.8.3

  • slightly improved abfs & adls
  • remove 2.7 profile (doesn't link),

v2.8.1: extended ABFS support

31 Aug 17:00
Compare
Choose a tag to compare
Pre-release

For use with the HADOOP-15407 branch: now probes for abfs settings. This includes listing out the account-specific options, which is something which needs to be added to the wasb diagnostics.

also: knows that on branch-3+, commons-lang StringUtils is in commons-lang3; both classnames are considered optional for wasb.

hadoop trunk compatibility update

12 Jul 14:20
9550396
Compare
Choose a tag to compare
Pre-release
  1. Moves off commons-lang for string joining, as with HADOOP-15495 that jar isn't on the hadoop classpath no more.
  2. warns user if the GET of the endpoint returns 200, as it could be a security breach

Release of 2018-06-15: abfs support

15 Jun 16:18
Compare
Choose a tag to compare
Pre-release

Adds support for the ABFS filesystem of HADOOP-15407.

Specifically: it knows about all the dependent JARs and scans for those classpaths before trying to instantiate the FS.

Not done: anything related to endpoints or credential lookup

2018-04-11 release

11 Apr 12:23
Compare
Choose a tag to compare
2018-04-11 release Pre-release
Pre-release

Updated release

  • explicit wasb support (not including credentials yet, just classpath and some other options)
  • easier to invoke from applications

Using from the Spark REPL

bin/spark-shell --properties-file cloud-defaults.conf --jars cloudstore-2.8.jar 

then invoke

org.apache.hadoop.fs.store.diag.StoreDiag.diagnostics(sc.hadoopConfiguration, "s3a://landsat-pds/")

org.apache.hadoop.fs.store.diag.StoreDiag.diagnostics(sc.hadoopConfiguration, "wasb://user@container")

org.apache.hadoop.fs.store.diag.StoreDiag.diagnostics(sc.hadoopConfiguration, "adl://example.azuredatalakestore.net")

2018-02-28 release

28 Feb 13:57
Compare
Choose a tag to compare
2018-02-28 release Pre-release
Pre-release

New feature: takes the path supplied in and creates the test dir underneath it; avoids need to have write access to root