Re: Zeppelin-web build failure

2015-11-05 Thread Pablo Torre
Hi Fengdong, What did you get it working? Thanks 2015-11-05 3:30 GMT+01:00 Fengdong Yu : > I finally succeed on the Ubuntu VM. not use your PR > > > > > On Nov 5, 2015, at 9:40 AM, Corneau Damien wrote: > > I guess I will have to make an Ubuntu

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
I guess I will have to make an Ubuntu VM then On Thu, Nov 5, 2015 at 2:38 AM, Fengdong Yu wrote: > HI, > > > I tested your changes. the same failure. > > > > On Nov 4, 2015, at 11:04 PM, Corneau Damien wrote: > > Hi Feng, > > Can you try this PR

Re: Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
I finally succeed on the Ubuntu VM. not use your PR > On Nov 5, 2015, at 9:40 AM, Corneau Damien wrote: > > I guess I will have to make an Ubuntu VM then > > On Thu, Nov 5, 2015 at 2:38 AM, Fengdong Yu >

Re: Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
I ran: men -DskipTests package why it still run test cases? > On Nov 5, 2015, at 9:40 AM, Corneau Damien wrote: > > I guess I will have to make an Ubuntu VM then > > On Thu, Nov 5, 2015 at 2:38 AM, Fengdong Yu

Re: Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
HI, I tested your changes. the same failure. > On Nov 4, 2015, at 11:04 PM, Corneau Damien wrote: > > Hi Feng, > > Can you try this PR to build? > https://github.com/apache/incubator-zeppelin/pull/390 > > > On

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
The -DskipTests is to skip the Java test. It has no effect on the type of grunt rule to run. (which takes care of building the webapp) On Thu, Nov 5, 2015 at 3:30 AM, Fengdong Yu wrote: > I finally succeed on the Ubuntu VM. not use your PR > > > > > > On Nov 5, 2015,

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
Hi Feng, Can you try this PR to build? https://github.com/apache/incubator-zeppelin/pull/390 On Wed, Nov 4, 2015 at 12:01 PM, Fengdong Yu wrote: > Thanks for quick response. I tried ./grunt test: > > > Azuryy-MacBook-Pro:zeppelin-web root# ./grunt test > Running

Zeppelin-web build failure

2015-11-04 Thread Fengdong Yu
HI Team, I build Zeppelin-0.5.5 on Mac failed. can you tell me the reason, Thanks for your input. [INFO] [INFO] Building Zeppelin: web Application 0.5.5-incubating-SNAPSHOT [INFO]

Re: Zeppelin-web build failure

2015-11-04 Thread Corneau Damien
Just tried the Branch on Mac and didn't had any problems. That karma error appears a lot on Ubuntu lately. You can try running *./grunt test* inside zeppelin-web folder However I just realized that there is no number of test passed shown for me anymore (when I run ./grunt test). So we might have