We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960b527 commit 16d8d72Copy full SHA for 16d8d72
docker/notebook/startup.py
@@ -85,7 +85,7 @@ def __init__(self, spark_session):
85
self.history_server_base_url = "http://localhost:18080"
86
87
try:
88
- self.response = requests.get("http://localhost:5002/spark_app/config")
+ self.response = requests.get("server:5002/spark_app/config")
89
except requests.exceptions.RequestException as e:
90
self.response = f"Error: {e}"
91
0 commit comments