Replies: 1 comment
-
@SWATOPLUS Are you using Spark standalone cluster deployment? If yes, can you confirm where your Spark Master is running? That URL is the URL you would need to set at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use Azure DataBricks for local integration testing. I have write some test for this.
If I don't set SparkSession.Builder().Master() property test works well with local spark-submit started in debug mode. If I set some some spark url like "spark://4.2.2.2:8795" or just wrong address like "#" the builder throws network exception with localhost ip address (127.0.0.1)
Looks like this property do nothing and should be fixed.
By the way I also tried to connect to Azure DataBricks I get connection string for it from WebUI it also redirects to localhost.
Beta Was this translation helpful? Give feedback.
All reactions