github wgzhao/Addax 4.0.1

latest releases: 4.2.2, 4.2.1, 4.2.0...
3 years ago

4.0.1 has released!

The updated version 4.0.1 has relased

download

You can download pre-compiled binary files from Addax-4.0.1

Note: Because Aliyun drive does not support the sharing of compressed files currently, So, I add a .jpg suffix for each binary file, you need to remove this suffix before you can use them

Release notes

General

  • The program run script is changed to addax.sh to remove the dependency on Python (#253)
  • Strip part of the methods of the StorageReaderUtil class as a separate class, which has reduced the dependency of other plugins on plugin-storage-util (#227)
  • addax.py remove unused options, remove --mode, --jobid, --reader, --writer
  • Bump commons-compress from 1.20 to 1.21 (#232)
  • Change project structure (#234)
  • Bump commons-io from 2.10.0 to 2.11.0 (#236)
  • Extract the configuration items and default values used by each plugin into a common class to reduce redundant code (#239)
  • Bump logback.version from 1.2.3 to 1.2.4 (#243)
  • Bump slf4j-api from 1.7.31 to 1.7.32 (#246)
  • Fixed some typos (#250)

Reader plugins

dbf file reader

  • Fixed missing 3rd dependency jars ( #225)
  • Fixed null pointer exception when reading null value ( #229 )
  • Add support for wildcard to column item (#235)

hbase11xsql reader

  • Fix the problem that connecting hbase fails when kerberos is enabled (#241)

mongodb reader

  • Bump mongo-java-driver from 3.12.8 to 3.12.9 (#238)

redis reader

  • Bump redis-replicator from 3.5.4 to 3.5.5 (#221)
  • Bump jedis from 3.6.2 to 3.6.3 (#247)

stream reader

  • Add support for self-increment of time data type (#237)

textfile reader

  • Add support for get column by name to txtfilereader plugin (#251, #254)

Writer plugins

hbase11x writer

  • Add support for login with kerberos (#245)

hbase11xsql writer

  • Improve the performance of writing (#242)

hbase20xsql writer

  • Add support for kerberos authentication and phoenix thick connection mode (#248)

mongodb writer

  • Bump mongo-java-driver from 3.12.8 to 3.12.9 (#238)

redis writer

  • Bump jedis from 3.6.2 to 3.6.3 (#247)

Don't miss a new Addax release

NewReleases is sending notifications on new releases.