Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out unsupported session types #456

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Filter out unsupported session types #456

wants to merge 1 commit into from

Conversation

rytis
Copy link

@rytis rytis commented May 11, 2018

Right now SparkMagic cannot establish a new connection if there's already a connection of an unsupported kind (for example Zeppelin "shared" session).

This patch is to ignore already established sessions that have unsupported kinds.

@Tagar
Copy link

Tagar commented Jul 22, 2019

@rytis what currently happens if there is already an established session of type "shared"?

https://github.com/apache/incubator-livy/blob/branch-0.6/core/src/main/scala/org/apache/livy/sessions/Kind.scala#L34

It's an interesting idea for sparkmagic to support shared session across different notebooks. I see so many use cases for this.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants