Skip to content

Commit 856d992

Browse files
authored
[SPARK] Remove unsupported configuration 'spark.mongodb.read.readPreference.name' (#234)
1 parent ed56bb3 commit 856d992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/includes/connection-read-config.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ specify them individually instead:
1515
1616
spark.mongodb.read.connection.uri=mongodb://127.0.0.1/
1717
spark.mongodb.read.database=myDB
18-
spark.mongodb.read.collection=myCollection
19-
spark.mongodb.read.readPreference.name=primaryPreferred
18+
spark.mongodb.read.collection=myCollection
2019
2120
.. important::
2221

0 commit comments

Comments
 (0)