Spark Streaming migration from Couchbase Server 4.5 to Couchbase EE 5.0.0-beta

Our Spark Streaming applications can’t authenticate to our new Couchbase EE 5.0.0 deployment. What modifications are required (for example on configuration of SparkConf) to enable Spark Streaming to connect to CB?

Thanks,
Zoltán

@zoltan.zvara right now you need to create a user with the same name of the bucket and give it a password (and then use that user/bucket name and password for the bucket credentials).

I’m working on getting proper RBAC support in soon.

1 Like