Re: Windows Supports

2019-02-26 Thread Jongyoul Lee
@Felix What I meant was the case that running Zeppelin in the Windows environment natively without a docker and a virtual Linux environment. People could run Zeppelin through these kinds of ways but in the case where they run Zeppelin natively, we didn't test that case and couldn't know the potenti

Re: Migrate Notebooks to new format

2019-02-26 Thread moon
https://issues.apache.org/jira/browse/ZEPPELIN-3758 addresses conversion to new format. Need to set following properties to let Zeppelin take care of the conversion zeppelin.notebook.new_format.convert zeppelin.notebook.new_format.delete_old See https://github.com/apache/zeppelin/pull/3189 descri

Re: Windows Supports

2019-02-26 Thread Jeff Zhang
I think the issue is about running spark interpreter in windows. This is due to some script changes in interpreter launch script interpreter.sh, but it is not applied in interpreter.cmd. We could still support windows by fixing this issue, but I don't have time on this right now. I would be very ap

Re: Windows Supports

2019-02-26 Thread Thomas Bernhardt
We had no trouble running 0.8.0 on Windows 10 professional. We even set up authentication. Maybe our case is special however since we don't use any of the provided interpreters and only have an own interpreter. -Tom On Monday, February 25, 2019, 9:29:14 PM EST, Jongyoul Lee wrote: Hi