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 7a3f1c4 commit 9e5bda9Copy full SHA for 9e5bda9
docker/notebook/startup.py
@@ -84,7 +84,7 @@ def __init__(self, spark_session):
84
self._spark_session = spark_session
85
self.history_server_base_url = "http://localhost:18080"
86
87
- self.response = requests.get("http://llocalhost:5002/spark_app/config").json()
+ self.response = requests.get("http://localhost:5002/spark_app/config")
88
89
def __getattr__(self, name):
90
return getattr(self._spark_session, name)
0 commit comments