Re: Zeppelin build fails

2015-12-16 Thread Alexander Bezzubov
CI on master is also failing https://travis-ci.org/apache/incubator-zeppelin Worth posting to dev@ and creating an issue Could this PR interfere with some Karma tests? master fixing z-index for all modals, backdrop and popups ### What is this PR for? This fixes z-index for all modals, backdrop.

Re: Zeppelin build fails

2015-12-16 Thread Jeff Zhang
BTW, I can also reproduce it in centos. On Wed, Dec 16, 2015 at 4:26 PM, Jeff Zhang wrote: > This workaround works for me, thanks Corneau. > > > > On Wed, Dec 16, 2015 at 4:16 PM, Corneau Damien > wrote: > >> No known solutions (hard to reproduce), the tests are failing but it is >> not saying

Re: Zeppelin build fails

2015-12-16 Thread Jeff Zhang
This workaround works for me, thanks Corneau. On Wed, Dec 16, 2015 at 4:16 PM, Corneau Damien wrote: > No known solutions (hard to reproduce), the tests are failing but it is > not saying why. > But there is hope, since you have source code, you can build after > removing this line: > https://

Re: Zeppelin build fails

2015-12-16 Thread Corneau Damien
No known solutions (hard to reproduce), the tests are failing but it is not saying why. But there is hope, since you have source code, you can build after removing this line: https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/Gruntfile.js#L437 On Wed, Dec 16, 2015 at 4:55 PM, J

Re: Zeppelin build fails

2015-12-15 Thread Jeff Zhang
I still see this issue on master, any solution for this ? On Thu, Nov 26, 2015 at 3:28 PM, Jeff Zhang wrote: > I am on mac os 10.9 > > Here's the debug info > > [INFO]at > /Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular/angular.js:4118 > [INFO]at forEach > (

Re: Zeppelin build fails

2015-11-25 Thread Jeff Zhang
I am on mac os 10.9 Here's the debug info [INFO]at /Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular/angular.js:4118 [INFO]at forEach (/Users/jzhang/github/incubator-zeppelin/zeppelin-web/bower_components/angular/angular.js:323) [INFO]at loadModules (/Users

Re: Zeppelin build fails

2015-11-25 Thread Corneau Damien
You can modify this line: https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-web/test/karma.conf.js#L111 with: LOG_DEBUG And rerun the test inside zeppelin-web folder: './grunt test' On Thu, Nov 26, 2015 at 4:13 PM, Corneau Damien wrote: > All the Karma tests are failing. > What

Re: Zeppelin build fails

2015-11-25 Thread Corneau Damien
All the Karma tests are failing. What OS are you using? On Thu, Nov 26, 2015 at 4:03 PM, Jeff Zhang wrote: > > Got this error when building zeppelin in master. > > Seems some else also meet this issue recently, but I didn't find a > solution on it. Any update on this issue ? > > > https://mail-a

Zeppelin build fails

2015-11-25 Thread Jeff Zhang
Got this error when building zeppelin in master. Seems some else also meet this issue recently, but I didn't find a solution on it. Any update on this issue ? https://mail-archives.apache.org/mod_mbox/incubator-zeppelin-users/201509.mbox/%3CCAKhwvQtTCDeXaQOhpu+wvxPj1io4ra+dG=meqe7evr5xbob...@mail

Re: Zeppelin build fails

2015-08-07 Thread Christian Tzolov
Hi Jeff, Indeed you can use the -Drat.numUnapprovedLicenses to suppress the error, but still you will need to resolve this in order to be able to commit (PR) code. Can you check the content of the /Users/jzhang/github/zeppelin/zeppelin-web/target/rat.txt file. It will tell you which files are offe

Re: Zeppelin build fails

2015-08-06 Thread manya cancerian
hi Jeff, Its majorly due to unapproved licences, you can try with option -Drat.numUnapprovedLicenses=50 , while building your project. Eg mvn clean install -DskipTests -Dspark.version=1.3.1 -Dhadoop.version=2.6.0 -Drat.numUnapprovedLicenses=50 Thanks Manya On Fri, Aug 7, 2015 at 9:13 AM, Jeff

Zeppelin build fails

2015-08-06 Thread Jeff Zhang
I meet the following errors when building zeppelin. Anyone can help on that ? Thanks [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (verify.rat) on project zeppelin-web: Too many files with unapproved license: 8 See RAT report in: /Users/jzhang/github/zeppelin/zeppelin