Re: Zeppelin for Windows

2015-09-21 Thread madhuka udantha
Hi check with .sh file for new line issue in windows try to replace /r/n to /n -- Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com

Re: Zeppelin for Windows

2015-09-18 Thread Sourav Mazumder
Hi Madhuka, I could successfully build the zeppelin using cygwin. However when I'm trying to run 'zeppelin-daemon.sh start' I get following error $ ./zeppelin-daemon.sh start ./zeppelin-daemon.sh: line 23: $'\r': command not found ./zeppelin-daemon.sh: line 25: $'\r': command not found ./zeppeli

Re: Zeppelin for Windows

2015-09-17 Thread madhuka udantha
If cygwin contain all modules. Build zeppelin is not hard. Try that way. I did not face patch issue when I build it in windows. When you run zeppelin in windows you will come across such issue as it is not tested in windows. To some level we can try to fix them (there is some issue in new line ch

Re: Zeppelin for Windows

2015-09-17 Thread Sourav Mazumder
Hi Madhuka, Thanks for your response. I tried out changing the class path and other things in the shell scripts. I reached to the level where I can run the basic 'java' command to start teh Zeppelin process from standard windows command prompt. I tried the command below from Windows command prom

Re: Zeppelin for Windows

2015-09-17 Thread madhuka udantha
Hi, Sourav On Fri, Sep 18, 2015 at 9:04 AM, Sourav Mazumder < sourav.mazumde...@gmail.com> wrote: > Hi Alexander, > > Thanks for your response. > > Is the only way to do this is to first build the project in Windows ? > Since there are some modules to be install in Cygwin (compatible versions) th

Re: Zeppelin for Windows

2015-09-17 Thread Sourav Mazumder
Hi Alexander, Thanks for your response. Is the only way to do this is to first build the project in Windows ? I have a build on RHEL. Can't I reuse the same on Cygwin/Git Bash with changes in ClassPath etc. ? Regards, Sourav On Thu, Sep 17, 2015 at 8:19 PM, Alexander Bezzubov wrote: > Hi > >

Re: Zeppelin for Windows

2015-09-17 Thread Alexander Bezzubov
Hi thank you for your interest in Zeppelin project! Sure, Zeppelin is a Java applicatoin, so you can run\build it on windows i.e like this http://madhukaudantha.blogspot.kr/2015/04/building-zeppelin-in-windows-8.html On Fri, Sep 18, 2015 at 9:08 AM, Sourav Mazumder < sourav.mazumde...@gmail.co

Zeppelin for Windows

2015-09-17 Thread Sourav Mazumder
Hi, Is there any plan to have a version ready for Windows so that people running standalone spark on Windows can use the same ? Regards, Sourav