MongoDB工具 >MongoDB Spark连接器 > Release Notes
Released on June 6, 2019
null
values.ReadConfig.batchSize
property. For more information, see
Input Configuration.spark.mongodb.keep_alive_ms
to
mongodb.keep_alive_ms
.MongoDriverInformation
to the default MongoClient
.PartitionerHelper.matchQuery
to no longer include $ne
/$exists
checks.WriteConfig.extendedBsonTypes
setting so users can disable
extended BSON types when writing. For more information, see
Output Configuration.spark.read.format("mongo")
.spark.read.format("mongo")
can be used in place of
spark.read.format("com.mongodb.spark.sql")
and
spark.read.format("com.mongodb.spark.sql.DefaultSource")
.Released on December 7, 2018
WriteConfig.ordered
is applied to write operations.MongoSpark.toDF()
to use the provided MongoConnector
.