Vivian_Wilfred
Databricks Employee
Databricks Employee

Hi @Abel Martinez​ 

Validate the connection between cluster and MongoDB server. Run a nc to the URL and see if the connection is working for MongoDB port (27017) ?

%sh nc -zv <url> <port>
%sh curl -vvv URL

If there are no issues on the networking side please share the complete error message to check further.