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

does this support pyspark notebooks too? #2

Open
Tagar opened this issue Mar 13, 2018 · 2 comments
Open

does this support pyspark notebooks too? #2

Tagar opened this issue Mar 13, 2018 · 2 comments

Comments

@Tagar
Copy link

Tagar commented Mar 13, 2018

Found this on Zeppelin users list as shared by moon.

Great idea!

Does this support submitting pyspark notebooks too?

Thanks.

@lresende
Copy link
Collaborator

@Tagar currently it supports on scala notebooks, but adding support for pyspark should be simpler as you don't need to compile and generate a runnable jar and only create a single pyspark based py file. Would you like to give it a try and prototype pyspark support?

lresende added a commit that referenced this issue Mar 24, 2018
Add support to process multiple notebooks by providing
multiple --export parameters.

Fixes #3
Closes #2
lresende added a commit that referenced this issue Mar 24, 2018
Add support for exporting multiple notebooks by providing
multiple --export parameters.

Fixes #3
Closes #2
@Tagar
Copy link
Author

Tagar commented Mar 24, 2018

Thanks @lresende - I have a converter from Zeppelin pyspark notebooks to .py files (with some limitations ) - see https://github.com/Tagar/stuff/blob/master/znote.py . Hopefully this can be useful somehow here too. Unfortunately I wouldn't have time to work on this anytime soon.

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

No branches or pull requests

2 participants