Re: Build broken, GitHub issues, snapshot missing?

2017-12-11 Thread Jeff Chung
I had trouble building zeppelin too. My coworker could get it to build on his Mac though. However even after it built, when I ran my notebook it was looking for files in /zeppelin/build/spark*. I moved over the files from spark-dependencies/target/spark* into that directory, but now get a NullPo

Re: Personal mode with Per User in Scoped process not working for Angular

2017-12-07 Thread Jeff Chung
var scope = angular.element(element.parent('.ng-scope')).scope(). compiledScope; Is there a better way to get the per user Angular scope? I am using Zeppelin 0.7.3. On Thu, Dec 7, 2017 at 10:56 PM, Jeff Chung wrote: > I have set my notebook to personal mode and change

Personal mode with Per User in Scoped process not working for Angular

2017-12-07 Thread Jeff Chung
I have set my notebook to personal mode and changed the Angular interpreter and Spark interpreter to Per User in Scoped process. However change in the Angular UI for one user affect a different user. One possibility issue is that I am getting the Angular scope this way:

Personalized mode and git versioning

2017-11-27 Thread Jeff Chung
I am having trouble using git versioning with the personalized mode. Does the personal mode work? I tried it in 0.7.3. I can't find documentation about it. I am expecting it to run a personalized non-collaborative notebook, however it seems to behave strangely when using a committed version of

Downloading files from the notebook

2017-10-16 Thread Jeff Chung
I have a notebook that can create a PDF dynamically. I would like to be able to have a user to download the PDF. I tried storing the PDF in the notebook directory and creating a href link to http://localhost:8080/#/notebook/{notebook id}/mypdf.pdf but zeppelin just displays the zeppelin home inst