cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Get the external public IP of the Job Compute cluster

johnp
New Contributor III

We just moved our workflow from "all purpose compute cluster" to "job compute cluster". We need to find out the external public IP of the Job Compute cluster.  On the all purpose compute cluster, we get the IP by attaching a notebook and run the command "curl".  On Job compute cluster, we can not attach a notebook to it, so how can we get the public IP of the driver node?   The "Spark compute UI - Master" only give us the internal private IPs for driver node.

1 REPLY 1

johnp
New Contributor III

I found the following IPs from the Cluster JSON file:

"driver": {

"private_ip": "10.*.*.*",
"public_dns": "172.*.*.*",
"node_id": "80*****",

Similar the executors configuration
"executors": [
{
"private_ip": "10.*.*.*",
"public_dns": "172.*.*.*",
"node_id": "7a********",
I assumed the public_dns IP "172.*.*.*" is the public IPs of the driver/executor nodes. is it correct?

 

 

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now