Skip to content

Commit

Permalink
change config file
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchunfu committed Sep 3, 2022
1 parent 543bcbe commit daa82fc
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ env {
source {
# This is a example source plugin **only for test and demonstrate the feature source plugin**
MongoDB {
uri = "mongodb://flink_e2e_mongodb:27017/test_db?retryWrites=true&writeConcern=majority"
database = "test_db"
collection = "test_table"
spark.mongodb.input.partitioner = "MongoPaginateBySizePartitioner",
schema = "{\"id\":\"string\",\"key_aa\":\"string\",\"key_bb\":\"string\"}",
readconfig.uri = "mongodb://flink_e2e_mongodb:27017/test_db?retryWrites=true&writeConcern=majority"
readconfig.database = "test_db"
readconfig.collection = "test_table"
readconfig.spark.mongodb.input.partitioner = "MongoPaginateBySizePartitioner",
readconfig.schema = "{\"id\":\"string\",\"key_aa\":\"string\",\"key_bb\":\"string\"}",
result_table_name = "test_table"
}

Expand Down

0 comments on commit daa82fc

Please sign in to comment.