How to add the mongoDB driver and connector to the jupyter notebook?
How to add the mongoDB driver and connector to the jupyter notebook? I would like to add the MongoDB Spark Connector v2.2 to the Jupyter notebook to pull data as dataframes from a mongodb database. However I keep on getting that error, I am not sure how to proceed from here. MongoDB Spark Connector v2.2 An error occurred while calling o40.load. : java.lang.NoClassDefFoundError: com/mongodb/ConnectionString The Spark version I am using is 2.3.1 2.3.1 The Python version I am using is 3.6.5 |Anaconda, Inc.| 3.6.5 |Anaconda, Inc.| I am running the Jupyter notebook on Windows 10 Windows 10 I downloaded the .jar files from the following link, specifically Version: 2.2.3-s_2.11 2.2.3-s_2.11 How to add the mongoDB driver and connector to the jupyter notebook ? I am not quite sure how to point the jupyter notebook to the correct location in windows 10 The code is as follows import findspark findspark.init() import os %env os.environ['PYSPARK_SUBMIT_ARGS'] = '--packages org.mongod...