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 33d85ec commit 6539b83Copy full SHA for 6539b83
docker/notebook/startup.py
@@ -102,9 +102,10 @@ def _repr_html_(self):
102
"""
103
104
def create_spark_dev():
105
- response = requests.get("http://localhost:5002/directory/work/user_0@gmail.com/")
106
- print(response.json())
107
- logging.info("Got response from server: %s", response.json())
+ # response = requests.get("http://localhost:5002/directory/work/user_0@gmail.com/")
+ # print(response.json())
+ # logging.info("Got response from server: %s", response.json())
108
+ logging.info("Creating Spark session")
109
110
spark = PawMarkSparkSession(SparkSession.builder \
111
.appName("PySpark Example") \
0 commit comments