Releases: RADAR-base/radar-output-restructure
Releases · RADAR-base/radar-output-restructure
radar-hdfs-restructure version 0.5.0
Use a plugin architecture to specify:
- path layout: for binning (how many hours for a file) and organisation (project/user/topic/time.csv or topic/project/user/time.csv, project/user/topic.csv, etc.).
- file format: currently csv or json
- compression method: currently gzip or none
- storage driver: currently local, but could be minio or s3.
This makes the module much more extensible for other needs or projects.
Other updates:
- threaded task model
- deduplication now does not change ordering, and does not use another temporary file
- files are now atomically moved from staging directory if possible
- bins and offsets are written from separate thread, using single
Accountantclass - settings and factories are propagated through the application with the
FileStoreFactory.
Restructure-HDFS-topic version 0.4.0
Changes since version 0.3.2:
- Added command-line parser
- Add temporary file staging to prevent corrupt writes
- Documented proper start script usage
- Added docker distribution
Restructure-HDFS-topic release 0.3.2
Restructure HDFS topic version 0.3.1
Restructure HDFS topic version 0.3.1
Changes since version 0.3:
- hotfix: gzip files are correctly detected
Changes since version 0.2.1:
- use
java.nio.file - deduplicate files after closing
Restructure-HDFS-topic version 0.3
Restructure-HDFS-topic version 0.3
Changes since version 0.2.1:
- use
java.nio.file.Pathinstead ofjava.io.File - deduplicate files after closing
HDFS restructure version 0.2.1
RADAR restructure HDFS topics version 0.2
Restructures the repository created by the HDFS connector in the RADAR-Docker repository.
Changes since version 0.1.1:
- Added GZIP compression option
- Show progress bar indicator
- Split
FileCacheintoFileCacheStoreandFileCache
Restructure-HDFS version 0.1.1: bugfixes
Restructures the repository created by the HDFS connector in the RADAR-Docker repository.
Changes since version 0.1:
- Times in output files follow UTC timezone
- Fixed bug when reading a Frequency file
First release to restructure RADAR HDFS connector files
Restructures files created by the RADAR HDFS connector to CSV or JSON files.