-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Stream
-
None
-
(copied to CRM)
Customer reported using writeConcern.w: "MAJORITY" causes the following error.
> Caused by: com.mongodb.spark.sql.connector.exceptions.ConfigException: writeConcern.w did not contain a valid int, got: MAJORITY
Reviewing the Spark document for 10.1.0, setting "spark.mongodb.write.writeConcern.w=" you can use the following values.
- MAJORITY
- W1, W2, or W3
- ACKNOWLEDGED
- UNACKNOWLEDGED
- clones
-
SPARK-370 Spark connector writeConcern not properly supported
- Closed