Skip to content

Commit a02ce80

Browse files
committed
DOCSP-48557 links and reorder
1 parent 3266e52 commit a02ce80

File tree

2 files changed

+24
-29
lines changed

2 files changed

+24
-29
lines changed

source/batch-mode/batch-write-config.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,24 +139,26 @@ You can configure the following properties when writing data to MongoDB in batch
139139
|
140140
| **Default:** ``true``
141141

142+
* - ``writeConcern.w``
143+
- | Specifies ``w``, a write-concern option to request acknowledgment that
144+
the write operation has propagated to a specified number of MongoDB
145+
nodes.
146+
|
147+
| For a list of allowed values for this option, see
148+
:manual:`WriteConcern w Option </reference/write-concern/#w-option>` in the
149+
MongoDB manual.
150+
|
151+
| **Default:** ``1``
152+
142153
* - ``writeConcern.journal``
143154
- | Specifies ``j``, a write-concern option to enable request for
144155
acknowledgment that the data is confirmed on on-disk journal for
145156
the criteria specified in the ``w`` option. You can specify
146157
either ``true`` or ``false``.
147158
|
148-
| For more information on ``j`` values, see the MongoDB server
159+
| For more information on ``j`` values, see the {+mdb-server+}
149160
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``
161+
:manual:`WriteConcern j Option </reference/write-concern/#j-option>`.
160162

161163
* - ``writeConcern.wTimeoutMS``
162164
- | Specifies ``wTimeoutMS``, a write-concern option to return an error
@@ -165,7 +167,7 @@ You can configure the following properties when writing data to MongoDB in batch
165167
|
166168
| For more information on ``wTimeoutMS`` values, see the MongoDB server
167169
guide on the
168-
:manual:`WriteConcern wtimeout option </reference/write-concern/#wtimeout>`.
170+
:manual:`WriteConcern wtimeout </reference/write-concern/#wtimeout>`.
169171

170172
Specifying Properties in ``connection.uri``
171173
-------------------------------------------

source/streaming-mode/streaming-write-config.txt

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)