@@ -139,40 +139,33 @@ You can configure the following properties when writing data to MongoDB in strea
139139 |
140140 | **Default:** ``true``
141141
142+
142143 * - ``writeConcern.journal``
143144 - | Specifies ``j``, a write-concern option to enable request for
144145 acknowledgment that the data is confirmed on on-disk journal for
145146 the criteria specified in the ``w`` option. You can specify
146147 either ``true`` or ``false``.
147148 |
148- | For more information on ``j`` values, see the MongoDB server
149- guide on the
150- :manual:`WriteConcern j option </reference/write-concern/#j-option>`.
151-
152- * - ``writeConcern.w``
153- - | Specifies ``w``, a write-concern option to request acknowledgment
154- that the write operation has propagated to a specified number of
155- MongoDB nodes. For a list
156- of allowed values for this option, see :manual:`WriteConcern
157- </reference/write-concern/#w-option>` in the MongoDB manual.
158- |
159- | **Default:** ``1``
149+ | For more information on ``j`` values, see
150+ :manual:`WriteConcern j Option </reference/write-concern/#j-option>` in the
151+ {+mdb-server+} manual.
160152
161153 * - ``writeConcern.wTimeoutMS``
162154 - | Specifies ``wTimeoutMS``, a write-concern option to return an error
163155 when a write operation exceeds the number of milliseconds. If you
164156 use this optional setting, you must specify a nonnegative integer.
165157 |
166- | For more information on ``wTimeoutMS`` values, see the MongoDB server
167- guide on the
168- :manual:`WriteConcern wtimeout option </reference/write-concern/#wtimeout>` .
158+ | For more information on ``wTimeoutMS`` values, see
159+ :manual:`WriteConcern wtimeout </reference/write-concern/#wtimeout>` in the
160+ {+mdb-server+} manual .
169161
170162 * - ``checkpointLocation``
171163 - | The absolute file path of the directory to which the connector writes checkpoint
172164 information.
173165 |
174- | For more information about checkpoints, see the
175- `Spark Structured Streaming Programming Guide <https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html#recovering-from-failures-with-checkpointing>`__
166+ | For more information about checkpoints, see the `Spark Structured
167+ Streaming Programming Guide
168+ <https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html#recovering-from-failures-with-checkpointing>`__
176169 |
177170 | **Default:** None
178171
0 commit comments