Resolved! [Databricks][DatabricksJDBCDriver](500593) Communication link failure. Failed to connect to server. Reason: HTTP Response code: 403
I am trying to connect to databricks using java code. Can someone help me please? Here is the code so far I have got:: import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.Properties; ...
- 10091 Views
- 1 replies
- 4 kudos
Latest Reply
@Dipak Bachhav​ do you have any restriction in terms if IP to access databricks, in case of that you need to enable particular ip from security groups
- 4 kudos