Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi Corneau & Rohit, Just as suggested I did a ./grunt in the zeppelin-web folder. It ran successfully and then prompted to use the following command as the module is missing: install karma-phantomjs-launcher --save-dev On attempting to install the same I received the following error: >

Re: Help in Zeppelin installation

2015-10-27 Thread Renjith Kamath
Hey Naveen, The issue is in PhantomJs dep. Please try "sudo apt-get install libfontconfig" Thanks & Regards, RK On Tue, Oct 27, 2015 at 12:32 PM, naveen xavier wrote: > Hi Corneau & Rohit, > > Just as suggested I did a ./grunt in the zeppelin-web folder. It ran >

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi Refer my earlier mail. I successfully installed phantomjs in the zeppelin-web. Now there is an additional folder phantomjs in zeppelin-web folder. However on running ./grunt from the zeppelin-web folder I am still getting the same error about missing module Running "karma:unit" (karma) task

Re: Help in Zeppelin installation

2015-10-27 Thread Renjith Kamath
I was able to see the earlier phantomjs error on a new vm and resolve it by installing libfontconfig. Can you check if "fontconfig" package is installed or not? sudo apt-get install fontconfig Thanks & Regards, RK On Tue, Oct 27, 2015 at 2:28 PM, rohit choudhary wrote: >

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi all, Just another update. On carrying out activities suggested by Renjith finally my ./grunt build error has been cleared. It gave some warnings but ran with --force switch. Apparently phantomjs has been successfully installed. The current versions displayed are npm: 1.4.21 node: 0.10.25

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi Renjith, Just installed nodesjs legacy as suggested by you. Now on giving the command nodejs -v I am getting v0.10.25 Secondly fontconfig is installed and is the latest version. The problem on running ./grunt in the zeppelin-web folder seems to be in the karma-phantomjs-launcher module. The

Re: Help in Zeppelin installation

2015-10-27 Thread Renjith Kamath
Tried again on a new vm "Ubuntu *15.04 x86_64*". This time everything worked fine just by doing "mvn clean install" in zeppelin-web java 1.8.0_66 maven 3.3.3 npm is supposed to install karma and other karma related deps may be you can delete node_modules and bower_components from zeppelin-web rm

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi Renjith, I just performed every step you told. deleted, removed and cleared cache... .. and I am back to square one. Same grunt errorphew [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.23:grunt (grunt build) on project zeppelin-web: Failed to run task:

Re: Help in Zeppelin installation

2015-10-27 Thread Corneau Damien
Hi naveen What does './grunt build' command in zeppelin-web is giving you? On Mon, Oct 26, 2015 at 9:34 PM, naveen xavier wrote: > Hi Rohit, > > Thank you so much for your quick response. > > Did exactly as you suggested and successfully installed npm inside >

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
Naveen, Glad! Look forward to your use cases with Zeppelin. Thanks, Rohit. On Tue, Oct 27, 2015 at 4:37 PM, naveen xavier wrote: > Hi Guys > > Yipee Did it > > I just figured that grunt is building only when I give the --force switch. > So I edited the pom.xml in

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi Guys Yipee Did it I just figured that grunt is building only when I give the --force switch. So I edited the pom.xml in zeppelin-web folder as given below and added it as an argument grunt build grunt *--force*

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi Corneau, Does that mean that my force installation of grunt could be a reason for blank page in my browser? Have any of you experienced a similar error? Very limited info available on the net in this regard. On Tue, Oct 27, 2015 at 9:38 PM, rohit choudhary wrote: > Hi

Re: Help in Zeppelin installation

2015-10-27 Thread Pablo Torre
I tried "./grunt --force" right now and it works 2015-10-27 15:39 GMT+01:00 naveen xavier : > Hi Pablo, > > Were you able to build grunt within the zeppelin-web folder? Use the > following command > ./grunt --force > > On Tue, Oct 27, 2015 at 8:05 PM, Pablo Torre

Re: Help in Zeppelin installation

2015-10-27 Thread Corneau Damien
I think that if you force zeppelin-web, then there is high chances that the process is not properly complete. These issues happen often, but since its so random, its hard to reproduce and therefore fix. I had than error once, and it just vanished after i changed branch a few times. On Oct 27,

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
Hi Rick, What are the things that you have in mind? I was thinking of this myself, including some items such as making npm/node etc be strictly local instead of global, a single script that abstracts some of these steps. I will be happy to help. Thanks, Rohit. On Tue, Oct 27, 2015 at 8:40 PM,

Re: Help in Zeppelin installation

2015-10-27 Thread Pablo Torre
Now, should I try to run mvn clean package inside incubador-zeppelin? 2015-10-27 15:50 GMT+01:00 Pablo Torre : > I tried "./grunt --force" right now and it works > > 2015-10-27 15:39 GMT+01:00 naveen xavier : > >> Hi Pablo, >> >> Were you able to

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
Yes. This will work. On Tuesday, October 27, 2015, Pablo Torre wrote: > I can skip the tests. So I should run now this inside incubator-zeppelin? > > mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 -Phadoop-2.2 > -DskipTests > > 2015-10-27 16:10 GMT+01:00 Rick

Re: Help in Zeppelin installation

2015-10-27 Thread rohit choudhary
Hi Pablo, Some more logs please? The most recent errors are? Also, what's your dev setup - mac/linux? Versions of npm/node/java? Thanks, Rohit. On Tue, Oct 27, 2015 at 10:21 PM, Pablo Torre wrote: > I executed mvn clean package -Pspark-1.4 -Dhadoop.version=2.2.0 >

Re: Help in Zeppelin installation

2015-10-27 Thread Pablo Torre
I am using a virtual machine with Ubuntu 14.04 $ npm -v 1.4.28 $ node -v v0.10.40 $ java -version java version "1.7.0_79" OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-0ubuntu1.14.04.1) OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode) Apache Maven 3.1.1

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
*Hi Corneau,* *I guess you are right as that is exactly what is happening in my case. I got a successful install that made me happy but the web app at 8080 serves a blank page.* *I reinstalled in a fresh folder and found the same error. However, I noticed that a lot of error messages are

Re: Help in Zeppelin installation

2015-10-27 Thread Pablo Torre
Hi guys, I was taking a look to this thread because I wasn't able to fix my issue. I followed your suggestions: Inside zeppelin-web: Remove node_modules and bower_components rm -rf ~/.npm npm cache clear mvn clean install And after this inside incubator-zeppelin I executed: mvn clean package

Re: Help in Zeppelin installation

2015-10-27 Thread naveen xavier
Hi Pablo, Were you able to build grunt within the zeppelin-web folder? Use the following command ./grunt --force On Tue, Oct 27, 2015 at 8:05 PM, Pablo Torre wrote: > Hi guys, > > I was taking a look to this thread because I wasn't able to fix my issue. > I followed