[jira] [Created] (ZEPPELIN-5767) Resolve build error on Windows

2022-07-12 Thread Hyewon Park (Jira)
Hyewon Park created ZEPPELIN-5767: - Summary: Resolve build error on Windows Key: ZEPPELIN-5767 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5767 Project: Zeppelin Issue Type: Bug

[jira] [Created] (ZEPPELIN-5766) Window Build Error

2022-07-11 Thread Henry Joo (Jira)
Henry Joo created ZEPPELIN-5766: --- Summary: Window Build Error Key: ZEPPELIN-5766 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5766 Project: Zeppelin Issue Type: Bug Components

[GitHub] [zeppelin] resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error

2019-11-04 Thread GitBox
resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-549542447 @zjffdu That's it. It's working now. Thanks. This is an automated message

[GitHub] [zeppelin] zjffdu commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error

2019-11-03 Thread GitBox
zjffdu commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-549202461 @resdevd You need to pass env ZEPPELIN_ADDR='0.0.0.0', otherwise it would listen on 127.0.0.1. Will update the document

[GitHub] [zeppelin] resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error

2019-11-03 Thread GitBox
resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-549165528 @zjffdu Yes, I can launch the container with command:- docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.8.2 However

[GitHub] [zeppelin] zjffdu commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error

2019-10-28 Thread GitBox
zjffdu commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-547229448 @resdevd What do you mean failing ? I see the docker image is built successfully on docker hub. Do you mean you fail to start zeppelin

[GitHub] [zeppelin] resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error

2019-10-28 Thread GitBox
resdevd commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-547147710 apache/zeppelin:0.8.2 from docker hub still failing This is an automated

[GitHub] [zeppelin] asfgit closed pull request #3455: [ZEPPELIN-4338] Fix docker image build error

2019-09-24 Thread GitBox
asfgit closed pull request #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [zeppelin] Leemoonsoo commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error

2019-09-24 Thread GitBox
Leemoonsoo commented on issue #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455#issuecomment-534651791 Thanks @felixcheung. merge to master and branch-0.8

[GitHub] [zeppelin] Leemoonsoo opened a new pull request #3455: [ZEPPELIN-4338] Fix docker image build error

2019-09-20 Thread GitBox
Leemoonsoo opened a new pull request #3455: [ZEPPELIN-4338] Fix docker image build error URL: https://github.com/apache/zeppelin/pull/3455 ### What is this PR for? This PR fixes docker image build error using /script/docker/zeppelin/bin/Dockerfile ### What type of PR

[jira] [Created] (ZEPPELIN-4338) Docker image build error

2019-09-19 Thread Lee moon soo (Jira)
Lee moon soo created ZEPPELIN-4338: -- Summary: Docker image build error Key: ZEPPELIN-4338 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4338 Project: Zeppelin Issue Type: Task

Re: Maven build error on branch-08

2019-04-20 Thread Andrew Musselman
Thanks Jeff On Sat, Apr 20, 2019 at 00:31 Jeff Zhang wrote: > This is because spark-2.4 don't support scala-2.10. Thanks Andrew, I > believe we need to update the doc. > > Andrew Musselman 于2019年4月20日周六 上午4:25写道: > > > Worked with `vn clean package -DskipTests -Pspark-2.0 -Pscala-2.11`; > >

Re: Maven build error on branch-08

2019-04-20 Thread Jeff Zhang
This is because spark-2.4 don't support scala-2.10. Thanks Andrew, I believe we need to update the doc. Andrew Musselman 于2019年4月20日周六 上午4:25写道: > Worked with `vn clean package -DskipTests -Pspark-2.0 -Pscala-2.11`; > thanks. > > On Fri, Apr 19, 2019 at 12:18 PM Andrew Musselman wrote: > > >

Re: Maven build error on branch-08

2019-04-19 Thread Andrew Musselman
Worked with `vn clean package -DskipTests -Pspark-2.0 -Pscala-2.11`; thanks. On Fri, Apr 19, 2019 at 12:18 PM Andrew Musselman wrote: > The command I was using was `mvn clean install -DskipTests`. > > Here's the error with package: > > [ERROR] Failed to execute goal on project

Re: Maven build error on branch-08

2019-04-19 Thread Andrew Musselman
The command I was using was `mvn clean install -DskipTests`. Here's the error with package: [ERROR] Failed to execute goal on project spark-interpreter: Could not resolve dependencies for project org.apache.zeppelin:spark-interpreter:jar:0.8.2-SNAPSHOT: The following artifacts could not be

Maven build error on branch-08

2019-04-19 Thread Andrew Musselman
I'm trying to build off branch-08 and am getting this error: [ERROR] Failed to execute goal on project spark-interpreter: Could not resolve dependencies for project org.apache.zeppelin:spark-interpreter:jar:0.8.2-SNAPSHOT: The following artifacts could not be resolved:

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-07-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2880 Thanks!! :-) ---

[GitHub] zeppelin pull request #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3...

2018-07-04 Thread woowahan-jaehoon
Github user woowahan-jaehoon closed the pull request at: https://github.com/apache/zeppelin/pull/2880 ---

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-07-04 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2880 Ok ---

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-07-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2880 @woowahan-jaehoon Can you please close this issue if it does not proceed any longer? ---

Re: Docker build error

2018-07-03 Thread Chaoran Yu
Thanks Jeff. It's working now. Any idea why it was failing though? On Mon, Jul 2, 2018 at 10:59 PM Jeff Zhang wrote: > I have published the Docker for 0.8.0, feel free to try again. > > > > Chaoran Yu 于2018年7月3日周二 上午1:51写道: > > > This is also blocking my adoption of 0.8.0. I filed a JIRA

Re: Docker build error

2018-07-02 Thread Jeff Zhang
I have published the Docker for 0.8.0, feel free to try again. Chaoran Yu 于2018年7月3日周二 上午1:51写道: > This is also blocking my adoption of 0.8.0. I filed a JIRA ticket for it: > https://issues.apache.org/jira/browse/ZEPPELIN-3571 > > > On Mon, Jul 2, 2018 at 1:16 PM Andrea Santurbano > wrote: >

Re: Docker build error

2018-07-02 Thread Chaoran Yu
This is also blocking my adoption of 0.8.0. I filed a JIRA ticket for it: https://issues.apache.org/jira/browse/ZEPPELIN-3571 On Mon, Jul 2, 2018 at 1:16 PM Andrea Santurbano wrote: > Dear group, > I'm trying to pull the latest Zeppelin's build from Docker, but I recive an > error message.

Docker build error

2018-07-02 Thread Andrea Santurbano
Dear group, I'm trying to pull the latest Zeppelin's build from Docker, but I recive an error message. Looking through the docker hub page ( https://hub.docker.com/r/apache/zeppelin/builds/) I see a lot of errors related to the version 0.8. Is it possibile to fix this? Thanks Andrea

[jira] [Created] (ZEPPELIN-3525) Build Error - mvn clean package

2018-06-04 Thread FlorianKuckelkorn (JIRA)
FlorianKuckelkorn created ZEPPELIN-3525: --- Summary: Build Error - mvn clean package Key: ZEPPELIN-3525 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3525 Project: Zeppelin Issue

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-05-11 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2880 @usmanskhan It is because cron is disabled by default, you can set `zeppelin.notebook.cron.enable` in zeppelin-site.xml to true to enable it ---

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-05-11 Thread usmanskhan
Github user usmanskhan commented on the issue: https://github.com/apache/zeppelin/pull/2880 Hi, the latest release can't seem to show schedular icon on the zeppelin UI. ---

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-05-02 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2880 Oh, I missed. It is not urgent. ---

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-05-02 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2880 You don't need to build with profile spark2.3 to use spark 2.3 in zeppelin. You can just build it with the following simple command to use spark 2.3 ``` mvn clean package -DskipTests

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-05-02 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2880 I want to build for supporting spark-2.3. When I built with these commands, ``` ./dev/change_scala_version.sh 2.11 mvn package -DskipTests -Pspark-2.3 -Phadoop-2.7

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-05-02 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2880 You'd better specify your problem. If your issue is very urgent, we need to fix it as soon as we can. ---

[GitHub] zeppelin issue #2880: [ZEPPELIN-3351] Fix build error with 'spark-2.3' profi...

2018-05-02 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2880 I modified title and content. Is that enough or, I'll describe more information. ---

[jira] [Created] (ZEPPELIN-3363) Build error for macOS high siera. Failed installing plugin: zengine-plugins-parent

2018-03-24 Thread Amit Rathi (JIRA)
Amit Rathi created ZEPPELIN-3363: Summary: Build error for macOS high siera. Failed installing plugin: zengine-plugins-parent Key: ZEPPELIN-3363 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3363

[GitHub] zeppelin pull request #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2646 ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-04 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2646 Ok to me. ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2646 Awesome, merge if no more comments ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-04 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/2646 @zjffdu travis is green now ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2646 @conker84 Could you rebase and rerun ? ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/2646 CI is failling, the cause seems this: ``` Failed tests: IPySparkInterpreterTest.testBasics:96 expected: but was: ``` Do you think is related to the PR? ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2646 LGTM, wait for travis pass ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2646 @conker84 you can update this PR by removing this plugin. That should also work for you. ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/2646 @zjffdu so I have to close this PR, right? ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2646 Oops, it is caused by last PR. Actually we can just remove this plugin from zeppelin-interpreter module. Now all the interpreter depends on interpreter-parent module. ---

[GitHub] zeppelin issue #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-03 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/2646 @zjffdu the cause is totaly because of the `:` in the `project.name`, but it almost in every pom (Zeppelin: Elasticsearch interpreter, Zeppelin: Apache Cassandra interpreter, ecc...) so i think

[GitHub] zeppelin pull request #2646: [ZEPPELIN-3025] Windows Build Error

2017-11-02 Thread conker84
GitHub user conker84 opened a pull request: https://github.com/apache/zeppelin/pull/2646 [ZEPPELIN-3025] Windows Build Error ### What is this PR for? When i try to build Zeppelin from apache master repo on Windows 10 i get this error: ```bash [ERROR] Failed to execute

[jira] [Created] (ZEPPELIN-3025) Windows Build Error

2017-11-02 Thread Andrea Santurbano (JIRA)
Andrea Santurbano created ZEPPELIN-3025: --- Summary: Windows Build Error Key: ZEPPELIN-3025 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3025 Project: Zeppelin Issue Type: Bug

Re: Re: Build error on windows

2016-12-19 Thread Alexander Bezzubov
rom:* Jeff Zhang <zjf...@gmail.com> > > *Date:* 2016-12-19 09:27 > > *To:* users <us...@zeppelin.apache.org>; dev <dev@zeppelin.apache.org> > > *Subject:* Re: Build error on windows > > > > Attach npm-debug.log > > > > > > Alexander Bezzubov <b..

Re: Re: Build error on windows

2016-12-18 Thread Jeff Zhang
pelin/pull/1731 > > -- > zjp_j...@163.com > > > *From:* Jeff Zhang <zjf...@gmail.com> > *Date:* 2016-12-19 09:27 > *To:* users <us...@zeppelin.apache.org>; dev <dev@zeppelin.apache.org> > *Subject:* Re: Build error on windows > > Attach npm-debug.log > >

Re: Re: Build error on windows

2016-12-18 Thread zjp_j...@163.com
I think the following issue can help u. - JIRA : https://issues.apache.org/jira/browse/ZEPPELIN-1239 - PR : https://github.com/apache/zeppelin/pull/1731 zjp_j...@163.com From: Jeff Zhang Date: 2016-12-19 09:27 To: users; dev Subject: Re: Build error on windows Attach npm-debug.log Alexander

Re: Build error on windows

2016-12-18 Thread Jeff Zhang
eppelin-web\\node\\node.exe" "C:\\Users\\jzhang\\zeppelin\\zeppelin -web\\node\\node_modules\\npm\\bin\\npm-cli.js" "run" "build" [ERROR] npm ERR! node v6.9.1 [ERROR] npm ERR! npm v3.10.8 [ERROR] npm ERR! code ELIFECYCLE [ERROR] npm ERR! zeppelin-web@0.0.0 build:

Re: Build error on windows

2016-12-18 Thread Alexander Bezzubov
sers\\jzhang\\zeppelin\\zeppelin > -web\\node\\node_modules\\npm\\bin\\npm-cli.js" "run" "build" > [ERROR] npm ERR! node v6.9.1 > [ERROR] npm ERR! npm v3.10.8 > [ERROR] npm ERR! code ELIFECYCLE > [ERROR] npm ERR! zeppelin-web@0.0.0 build: `grunt build` > [ERROR] npm E

Build error on windows

2016-12-18 Thread Jeff Zhang
e\\node_modules\\npm\\bin\\npm-cli.js" "run" "build" [ERROR] npm ERR! node v6.9.1 [ERROR] npm ERR! npm v3.10.8 [ERROR] npm ERR! code ELIFECYCLE [ERROR] npm ERR! zeppelin-web@0.0.0 build: `grunt build` [ERROR] npm ERR! Exit status 3 [ERROR] npm ERR! [ERROR] npm ERR! Faile

[jira] [Created] (ZEPPELIN-1768) build error about goog-webfont-dl

2016-12-07 Thread Jingpeng (JIRA)
Jingpeng created ZEPPELIN-1768: -- Summary: build error about goog-webfont-dl Key: ZEPPELIN-1768 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1768 Project: Zeppelin Issue Type: Bug

Re: Build error in docker

2016-12-05 Thread Khalid Huseynov
possibly related to https://github.com/apache/zeppelin/pull/1725#issuecomment-265052203, did you try to build Zeppelin itself successfuly? On Mon, Dec 5, 2016 at 6:27 PM, Jeff Zhang wrote: > > > I try to build travis in local, so I follow the instruction here to build >

Build error in docker

2016-12-05 Thread Jeff Zhang
I try to build travis in local, so I follow the instruction here to build zeppelin in docker, but get the following error as following. Has anyone hit this issue before or successfully run travis locally ?

[GitHub] zeppelin pull request #1685: [ZEPPELIN-1714] Build error of scio Intepreter ...

2016-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1685 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #1685: [ZEPPELIN-1714] Build error of scio Intepreter on Cent...

2016-11-28 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1685 Merge into master if there are no more comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] zeppelin issue #1685: [ZEPPELIN-1714] Build error of scio Intepreter on Cent...

2016-11-28 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1685 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] zeppelin issue #1685: [ZEPPELIN-1714] Build error of scio Intepreter on Cent...

2016-11-28 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1685 @astroshim Tested on CentOS 7 again and faced the issue you described. Also I checked the other files that contains `import scala.tools.nsc.*` (e.g.

[GitHub] zeppelin issue #1685: [ZEPPELIN-1714] Build error of scio Intepreter on Cent...

2016-11-26 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1685 @AhyoungRyu Thank you for reviewing. I am using Zeppelin master on CentOS-7. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin issue #1683: Fix Travis build error with ls command

2016-11-26 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1683 thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] zeppelin pull request #1683: Fix Travis build error with ls command

2016-11-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1683 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #1683: Fix Travis build error with ls command

2016-11-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1683 LGTM! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] zeppelin issue #1685: [ZEPPELIN-1714] Build error of scio Intepreter on Cent...

2016-11-26 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1685 @astroshim Thanks for your contribution. Tested with master branch in `CentOS release 6.8 (Final)`, but I can successfully build latest master branch. ``` [INFO]

[jira] [Created] (ZEPPELIN-1714) Build error of scio Intepreter on Centos

2016-11-25 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-1714: Summary: Build error of scio Intepreter on Centos Key: ZEPPELIN-1714 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1714 Project: Zeppelin

[GitHub] zeppelin issue #1683: Fix Travis build error with ls command

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1683 output looks fine ``` 0.01s$ ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin || true /home/travis/.m2/repository/.cache/maven-download-plugin: total 0

[GitHub] zeppelin issue #1683: Fix Travis build error with ls command

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1683 @Leemoonsoo please have a look, thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

Re: Build error

2016-11-07 Thread moon soo Lee
Hi, A patch available for the error you have. https://github.com/apache/zeppelin/pull/1603 By the way, if you just want to build and use Zeppelin, you can try skip test by adding -DskipTests in your maven command. Thanks, moon On Mon, Nov 7, 2016 at 9:51 PM Andrii Pelekh

[jira] [Created] (ZEPPELIN-1239) Google WebFont: goog-webfont-dl Grunt task warning and build error

2016-07-27 Thread Federico Valeri (JIRA)
Federico Valeri created ZEPPELIN-1239: - Summary: Google WebFont: goog-webfont-dl Grunt task warning and build error Key: ZEPPELIN-1239 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1239

[GitHub] zeppelin issue #1018: Blocking the zeppelin-web build error.

2016-06-16 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1018 Sounds great, thank you for explanation --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] zeppelin issue #1018: Blocking the zeppelin-web build error.

2016-06-16 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1018 Merging if there is no more discussions --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] zeppelin issue #1018: Blocking the zeppelin-web build error.

2016-06-16 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1018 Looks good! +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] zeppelin issue #1018: Blocking the zeppelin-web build error.

2016-06-15 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1018 However some of those errors are more related to deprecated versions and might need more tests if we update the dependencies. Maybe it should be done in a different PR. --- If your

[GitHub] zeppelin issue #1018: Blocking the zeppelin-web build error.

2016-06-15 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1018 It's not actual error just error messsage. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] zeppelin issue #1018: Blocking the zeppelin-web build error.

2016-06-15 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1018 Is it a build WARNING or an actual error? Asking as have not seen CI build failure due to this error before --- If your project is set up for it, you can reply to this email and have your