-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
When inferring a schema then local options should work:
spark.read.format("mongodb").option("uri", "mongodb://localhost").option("database", "test").option("collection", "test").load()