Hi all,
When attempting to connect to Databricks with Spark ODBC using the regular host ip and port, everything is successful. However, we need to send the connection through an internal proxy service that re-maps the server's endpoint to a local port number (essentially, the host property is replaced with 'localhost' and the port number is replaced with the proxy port). When we do this, we get the error as per the subject. What could be the way to resolve this problem?
Thanks, Valerio