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
I setup almond sh kernel for jupyter-lab on windows. When i create NotebookSparkSession on YARN, i facing an issue like that
ERROR Execute exception in user code (java.lang.RuntimeException: **Failed to connect to timeline server**. Connection retries limit exceeded. The posted timeline event may be missing)
java.io.IOException: java.lang.RuntimeException: Failed to connect to timeline server. Connection retries limit exceeded. The posted timeline event may be missing
But I still run spark-shell on promt, it's work well and security firewall policy from my pc to timeline server is opened on port 8188. How to fix it? Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I setup almond sh kernel for jupyter-lab on windows. When i create NotebookSparkSession on YARN, i facing an issue like that
But I still run spark-shell on promt, it's work well and security firewall policy from my pc to timeline server is opened on port 8188. How to fix it? Thank you
The text was updated successfully, but these errors were encountered: