You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -170,16 +170,14 @@ The following options control how the connector writes rows as documents to Mark
170
170
| spark.marklogic.write.batchSize | The number of documents written in a call to MarkLogic; defaults to 100. |
171
171
| spark.marklogic.write.collections | Comma-delimited string of collection names to add to each document. |
172
172
| spark.marklogic.write.permissions | Comma-delimited string of role names and capabilities to add to each document - e.g. role1,read,role2,update,role3,execute . |
173
-
| spark.marklogic.write.files.documentType | Forces a document type when MarkLogic does not recognize a URI extension; must
174
-
be one of `JSON`, `XML`, or `TEXT`. |
173
+
| spark.marklogic.write.fileRows.documentType | Forces a document type when MarkLogic does not recognize a URI extension; must be one of `JSON`, `XML`, or `TEXT`. |
175
174
| spark.marklogic.write.temporalCollection | Name of a temporal collection to assign each document to. |
176
175
| spark.marklogic.write.threadCount | The number of threads used within each partition to send documents to MarkLogic; defaults to 4. |
177
176
| spark.marklogic.write.transform | Name of a REST transform to apply to each document. |
178
177
| spark.marklogic.write.transformParams | Comma-delimited string of transform parameter names and values - e.g. param1,value1,param2,value2 . |
179
178
| spark.marklogic.write.transformParamsDelimiter | Delimiter to use instead of a command for the `transformParams` option. |
180
179
| spark.marklogic.write.uriPrefix | String to prepend to each document URI, where the URI defaults to a UUID. |
181
-
| spark.marklogic.write.uriReplace | Modify the initial URI for a row via a comma-delimited list of regular expression
182
-
and replacement string pairs - e.g. regex,'value',regex,'value'. Each replacement string must be enclosed by single quotes. |
180
+
| spark.marklogic.write.uriReplace | Modify the initial URI for a row via a comma-delimited list of regular expression and replacement string pairs - e.g. regex,'value',regex,'value'. Each replacement string must be enclosed by single quotes. |
183
181
| spark.marklogic.write.uriSuffix | String to append to each document URI, where the URI defaults to a UUID. |
184
182
| spark.marklogic.write.uriTemplate | String defining a template for constructing each document URI. See [Writing data](writing.md) for more information. |
0 commit comments