Spark Connector to support reading and writing to collection in Couchbase 7.0 Beta

Couchbase Spark connector can not read/write collections, it seems to be because old v2 libraries only support bucket level operations. Is that correct? Do you have a timeline to update Spark Connector to Scala library and therefore to v3 JVM libraries?

Currently, we use a shaded library to make our applications interoperable with both v3 and v2 libraries. We also updated the connector to SBT:

This may come in handy while upgrading the connector since an SBT model is more natural to Scala.

Hello @zoltan.zvara, yes the upgrade of Spark Connector to SDK 3.0 is tentatively slated for March 2021.

1 Like