You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
I installed the new zeppelin package on a fresh AWS CloudFormation DC/OS 1.9 Stable cluster (with default settings) and tried to run the minimal example from https://github.com/dcos/examples/tree/master/zeppelin/1.9 .
After a few seconds it failed with status ERROR.
Investigating the interpreter logs inside the zeppelin docker container I found the following error: org.apache.spark.SparkException: Could not parse Master URL: 'mesos://leader.mesos:5050'
Applying the changes from #1257 did not change anything.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed the new zeppelin package on a fresh AWS CloudFormation DC/OS 1.9 Stable cluster (with default settings) and tried to run the minimal example from https://github.com/dcos/examples/tree/master/zeppelin/1.9 .
After a few seconds it failed with status ERROR.
Investigating the interpreter logs inside the zeppelin docker container I found the following error:
org.apache.spark.SparkException: Could not parse Master URL: 'mesos://leader.mesos:5050'
Applying the changes from #1257 did not change anything.
The text was updated successfully, but these errors were encountered: