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?

 

 

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group