JamJam
Results
1
comments of
JamJam
Hi, I am using branch 0.11 by Python API, but when I use it like the following: df = sqlContext.read.format("com.stratio.datasource.mongodb").options(host="serverhost:27017", database="db_name", collection="collection_name").load() It still not close its connections even my...