-
Notifications
You must be signed in to change notification settings - Fork 62
DOCSP-48557 Update Spark streaming write configuration to include all batch options #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
3266e52
a02ce80
c5ee8a3
c3b319d
e49a0a3
e385628
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -139,33 +139,35 @@ You can configure the following properties when writing data to MongoDB in batch | |
| | | ||
| | **Default:** ``true`` | ||
|
|
||
| * - ``writeConcern.w`` | ||
| - | Specifies ``w``, a write-concern option to request acknowledgment that | ||
| the write operation has propagated to a specified number of MongoDB | ||
| nodes. | ||
| | | ||
| | For a list of allowed values for this option, see :manual:`WriteConcern | ||
| w Option </reference/write-concern/#w-option>` in the {+mdb-server+} | ||
| manual. | ||
| | | ||
| | **Default:** ``1`` | ||
|
||
|
|
||
| * - ``writeConcern.journal`` | ||
| - | Specifies ``j``, a write-concern option to enable request for | ||
mballard-mdb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| acknowledgment that the data is confirmed on on-disk journal for | ||
| the criteria specified in the ``w`` option. You can specify | ||
| either ``true`` or ``false``. | ||
| | | ||
| | For more information on ``j`` values, see the MongoDB server | ||
| guide on the | ||
| :manual:`WriteConcern j option </reference/write-concern/#j-option>`. | ||
|
|
||
| * - ``writeConcern.w`` | ||
| - | Specifies ``w``, a write-concern option to request acknowledgment | ||
| that the write operation has propagated to a specified number of | ||
| MongoDB nodes. For a list | ||
| of allowed values for this option, see :manual:`WriteConcern | ||
| </reference/write-concern/#w-option>` in the MongoDB manual. | ||
| | | ||
| | **Default:** ``1`` | ||
| | For more information on ``j`` values, see :manual:`WriteConcern j | ||
| Option </reference/write-concern/#j-option>` in the {+mdb-server+} | ||
| manual. | ||
|
|
||
| * - ``writeConcern.wTimeoutMS`` | ||
| - | Specifies ``wTimeoutMS``, a write-concern option to return an error | ||
| when a write operation exceeds the number of milliseconds. If you | ||
mballard-mdb marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| use this optional setting, you must specify a nonnegative integer. | ||
| | | ||
| | For more information on ``wTimeoutMS`` values, see the MongoDB server | ||
| guide on the | ||
| :manual:`WriteConcern wtimeout option </reference/write-concern/#wtimeout>`. | ||
| | For more information on ``wTimeoutMS`` values, see | ||
| :manual:`WriteConcern wtimeout </reference/write-concern/#wtimeout>` in | ||
| the {+mdb-server+} manual. | ||
|
|
||
| Specifying Properties in ``connection.uri`` | ||
| ------------------------------------------- | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.