Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/1534
Thanks @agoodm for great contribution.
I have tested this and it works really well on both %pyspark and %python.
Also verified `/lib/python` dir is packaged with -Pbuild-distr flag.
One thing is, with the tutorial note `/notebook/2BQA35CJZ`, Zeppelin fails
to start with error
```
Caused by: java.lang.NullPointerException
at
org.apache.zeppelin.notebook.Notebook.loadNoteFromRepo(Notebook.java:447)
at org.apache.zeppelin.notebook.Notebook.loadAllNotes(Notebook.java:469)
at org.apache.zeppelin.notebook.Notebook.<init>(Notebook.java:123)
at
org.apache.zeppelin.server.ZeppelinServer.<init>(ZeppelinServer.java:107)
... 29 more
```
Without tutorial note `notebook/2BQA35CJZ`, Zeppelin starts without problem.
Do you experience the same problem with tutorial note?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---