Skip to content

Releases: datastax/cassandra-data-migrator

Added support for Cosmos migration & blank timestamp fix

23 Feb 14:30
39ab797
Compare
Choose a tag to compare

Added support for Cosmos migration (CQL API)
Handle rows with blank in timestamp primary-key fields

Add support for 'time' & 'smallint' data-types

13 Feb 15:46
f58ba3d
Compare
Choose a tag to compare

Add support for 'time' & 'smallint' data-types

cdm-spark3-upgrade

07 Feb 23:11
eee9a3f
Compare
Choose a tag to compare

CDM release 3.0.3 with spark-3.3 upgrade

Using semver

12 Dec 23:43
0338a9e
Compare
Choose a tag to compare

Using semver format

cdm-containerized

12 Dec 21:52
4f25eaa
Compare
Choose a tag to compare

CDM has been containerized & the image has all migration tooling (CDM + DSBulk + CQLSH + Spark + Java) packed.

Simplified config

12 Dec 04:58
69bb9ec
Compare
Choose a tag to compare

Removed Astra flag
Commented counter & filters
Fixed varint mapping
Fixed writetime Minor logging fixes
Fixed POSIX error

Customize fetch-size

01 Dec 22:21
baaf92c
Compare
Choose a tag to compare
  • Adds capability to customize fetch-size (fixes FrameTooLongException tables with large rows)
  • Set the spark.read.fetch.sizeInRows property to applicable value (defaults to 1000). If you are getting FrameTooLongException, reduce this value to a lower number until the issue is resolved.