File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
hyperdrive-release_spark-2
hyperdrive-release_spark-3 Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,8 @@ Any additional properties for the `DataStreamWriter` can be added with the prefi
298298| Property Name | Required | Description |
299299| :--- | :---: | :--- |
300300| ` writer.mongodb.uri ` | Yes | Output MongoDB URI, e.g. ` mongodb://host:port/database.collection ` . |
301- | ` writer.parquet .database ` | No | Database name (if not specified as the part of URI). |
302- | ` writer.parquet .collection ` | No | Collection name (if not specified as the part of URI). |
301+ | ` writer.mongodb .database ` | No | Database name (if not specified as the part of URI). |
302+ | ` writer.mongodb .collection ` | No | Collection name (if not specified as the part of URI). |
303303| ` writer.common.trigger.type ` | No | See [ Combination writer properties] ( #common-writer-properties ) |
304304| ` writer.common.trigger.processing.time ` | No | See [ Combination writer properties] ( #common-writer-properties ) |
305305
Original file line number Diff line number Diff line change 7474 <Implementation-Version >${buildNumber} </Implementation-Version >
7575 </manifestEntries >
7676 </transformer >
77+ <!-- This allows to support several library data sources for Spark by referring to them by short name. -->
78+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
7779 </transformers >
7880 <filters >
7981 <filter >
Original file line number Diff line number Diff line change 7474 <Implementation-Version >${buildNumber} </Implementation-Version >
7575 </manifestEntries >
7676 </transformer >
77+ <!-- This allows to support several library data sources for Spark by referring to them by short name. -->
78+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
7779 </transformers >
7880 <filters >
7981 <filter >
You can’t perform that action at this time.
0 commit comments