Re: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Federico Valeri
Hi Alexander, you were right!
I always do a clean build, but for some strange reason, I was stuck with
the old jars.
Now it works, thank you.

2016-08-31 12:55 GMT+02:00 Alexander Bezzubov <b...@apache.org>:

> Hi Federico,
>
> this looks a lot like an older version of zengine jar somewhere at runtime
> class path.
>
> Do you get the same after removing local maven repo
> ~/.m2/repository/org/Apache/zeppelin and building using 'mvn clean build'
> ?
>
> --
> Alex
>
> On Wed, Aug 31, 2016, 19:46 Federico Valeri <fedeval...@gmail.com> wrote:
>
> > Obviously I have cheked this method and I can find it in zeppelin-zengine
> > module.
> >
> > 2016-08-31 12:37 GMT+02:00 Federico Valeri <fedeval...@gmail.com>:
> >
> > > Hi all, I have just done a rebase from master branch and I have some
> > > problems.
> > > With 0.6.0 it all worked, while with 0.7.0 I cannot even start the
> > > Zeppelin Server.
> > >
> > > I'm on Windows7 and I'm using "bin/zeppelin.cmd" to launch the server.
> > > In order to compile all modules, including zeppelin-web, I have to
> > comment
> > > goog-webfont-dl but finally it ends with SUCCESS.
> > >
> > > Then, when I start the server I have this error:
> > >
> > > java.lang.NoSuchMethodError: org.apache.zeppelin.conf.
> > > ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
> > > at org.apache.zeppelin.server.ZeppelinServer.(
> > > ZeppelinServer.java:88)
> > >
> > > Any hints?
> > >
> >
>


Re: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Federico Valeri
Obviously I have cheked this method and I can find it in zeppelin-zengine
module.

2016-08-31 12:37 GMT+02:00 Federico Valeri <fedeval...@gmail.com>:

> Hi all, I have just done a rebase from master branch and I have some
> problems.
> With 0.6.0 it all worked, while with 0.7.0 I cannot even start the
> Zeppelin Server.
>
> I'm on Windows7 and I'm using "bin/zeppelin.cmd" to launch the server.
> In order to compile all modules, including zeppelin-web, I have to comment
> goog-webfont-dl but finally it ends with SUCCESS.
>
> Then, when I start the server I have this error:
>
> java.lang.NoSuchMethodError: org.apache.zeppelin.conf.
> ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
> at org.apache.zeppelin.server.ZeppelinServer.(
> ZeppelinServer.java:88)
>
> Any hints?
>


[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
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.6.0, 0.7.0
 Environment: Windows 7
Reporter: Federico Valeri
Priority: Minor


If I comment 'goog-webfont-dl' task in zeppelin-web/Gruntfile.js the build ends 
without errors.
...
[INFO] Running "jscs:all" (jscs) task
[INFO] >> 32 files without code style errors.
[INFO]
[INFO] Running "jscs:test" (jscs) task
[INFO] >> 6 files without code style errors.
[INFO]
[INFO] Running "eslint:all" (eslint) task
[INFO]
[INFO] Running "eslint:test" (eslint) task
[INFO]
[INFO] Running "htmlhint:src" (htmlhint) task
[INFO] >> 32 files lint free.
[INFO]
[INFO] Running "clean:dist" (clean) task
[INFO]
[INFO] Running "wiredep:app" (wiredep) task
[INFO]
[INFO] Running "wiredep:test" (wiredep) task
[INFO]
[INFO] Running "goog-webfont-dl:patuaOne" (goog-webfont-dl) task
[INFO] Start download of Google WebFont sourcefiles...Warning: spawn UNKNOWN 
Use --force to continue.
[INFO]
[INFO] Aborted due to warnings.
[INFO]
[INFO]
[INFO] Execution Time (2016-07-27 15:08:14 UTC)
[INFO] loading tasks  249ms   7%
[INFO] jscs:all1.7s  ■■ 46%
[INFO] jscs:test   93ms  ■■ 2%
[INFO] eslint:all  1.2s   33%
[INFO] eslint:test 78ms  ■ 2%
[INFO] htmlhint:src63ms  ■ 2%
[INFO] wiredep:app219ms  ■■■ 6%
[INFO] wiredep:test47ms  ■ 1%
[INFO] Total 3.7s
[INFO]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 16.615 s
[INFO] Finished at: 2016-07-27T17:08:18+02:00
[INFO] Final Memory: 22M/216M
[INFO] 
[ERROR] Failed to execute goal 
com.github.eirslett:frontend-maven-plugin:0.0.25:grunt (grunt build) on project 
zeppelin-web: Failed to run task: 'grunt build --no-color' failed. (error code 
3) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ZEPPELIN-1238) No such method error for Helium on startup (http 503)

2016-07-27 Thread Federico Valeri (JIRA)
Federico Valeri created ZEPPELIN-1238:
-

 Summary: No such method error for Helium on startup (http 503)
 Key: ZEPPELIN-1238
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1238
 Project: Zeppelin
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
 Environment: Windows 7
Reporter: Federico Valeri
Priority: Blocker


After updating from master branch (0.7.0) I can build without problems but then 
when I call "bin/zeppelin.cmd" I have always the following error that leads to 
HTTP 503 (service unavailable):

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createSingletonInstance(CXFNonSpringJaxrsServlet.java:382)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createApplicationInstance(CXFNonSpringJaxrsServlet.java:454)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createServerFromApplication(CXFNonSpringJaxrsServlet.java:432)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.init(CXFNonSpringJaxrsServlet.java:93)
at 
org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:616)
at 
org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:396)
at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:871)
at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:298)
at 
org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
at 
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
at 
org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.server.Server.start(Server.java:387)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:354)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:133)
Caused by: java.lang.NoSuchMethodError: 
org.apache.zeppelin.conf.ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
at 
org.apache.zeppelin.server.ZeppelinServer.(ZeppelinServer.java:88)
... 29 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Apache Zeppelin release 0.6.0 (rc1)

2016-07-03 Thread Federico Valeri
I agree with felix.
These interpreters are strongly related in most spark use cases.
Il 02 lug 2016 8:31 PM, "Felix Cheung" <felixcheun...@hotmail.com> ha
scritto:

> We could follow up separately, I think we should at least include md and
> sh - they are small and if spark is there I think they should too. Just a
> thought.
>
>
> _
> From: mina lee <mina...@apache.org<mailto:mina...@apache.org>>
> Sent: Friday, July 1, 2016 2:41 AM
> Subject: Re: [VOTE] Apache Zeppelin release 0.6.0 (rc1)
> To: <dev@zeppelin.apache.org<mailto:dev@zeppelin.apache.org>>
>
>
> +1 (binding)
>
> Felix, Interpreter tab has been moved to right top drop-down menu after
> PR#1013 [1] and this change will be announced in release note. I am
> planning to create PR for release note once vote pass, will be appreciated
> if you review it :)
>
> zeppelin-0.6.0-bin-netinst package only includes spark interpreter by
> default. Other interpreters needs to be installed using bin/install.sh
> script following the instruction in doc [2]. I will make sure that I
> include the link of this doc in download page.
> Note that installing interpreter is not testable at the moment since
> interpreter's maven artifact hasn't published yet.
> In case you missed the discussion in user mailing list [3], the purpose of
> netinst package is to reduce binary package size.
>
> [1] https://github.com/apache/zeppelin/pull/1013
> [2]
>
> http://zeppelin.apache.org/docs/0.6.0-SNAPSHOT/manual/interpreterinstallation.html
> [3]
>
> http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Ask-opinion-regarding-0-6-0-release-package-tc3298.html
>
> Regards,
> Mina
> On Fri, Jul 1, 2016 at 12:49 AM Felix Cheung <felixcheun...@hotmail.com
> <mailto:felixcheun...@hotmail.com>>
> wrote:
>
> > +1 ... Or 0? (For netinst)
> >
> > Tested:
> > source build
> > hash ok
> > spark
> > flink
> > python
> >
> > binaries release - zeppelin-0.6.0-bin-netinst
> > spark
> > pyspark
> >
> > ISSUE -
> > %md is not setup "Interpreter md not found”
> > %sh is not setup "Interpreter sh not found"
> > No Interpreter tab to set Spark interpreter config?
> >
> >
> >
> >
> >
> > On Thu, Jun 30, 2016 at 10:42 PM -0700, "Jongyoul Lee" <
> jongy...@gmail.com<mailto:jongy...@gmail.com>
> > <mailto:jongy...@gmail.com>> wrote:
> >
> > +1 (binding)
> >
> > I've tested in my mac
> >
> > On Fri, Jul 1, 2016 at 2:32 PM, tog <guillaume.all...@gmail.com guillaume.all...@gmail.com>> wrote:
> >
> > > +1 (non binding)
> > >
> > > On Fri, 1 Jul 2016 at 07:01 Ahyoung Ryu <ahyoungry...@gmail.com
> <mailto:ahyoungry...@gmail.com>> wrote:
> > >
> > > > +1
> > > >
> > > > 2016년 6월 30일 (목) 오후 7:53, Khalid Huseynov <khalid...@nflabs.com
> <mailto:khalid...@nflabs.com>>님이 작성:
> > > >
> > > > > +1
> > > > >
> > > > > On Thu, Jun 30, 2016 at 12:53 PM, moon soo Lee <m...@apache.org
> <mailto:m...@apache.org>>
> > > wrote:
> > > > >
> > > > > > Thanks Mina for preparing the release.
> > > > > >
> > > > > > Verified
> > > > > >
> > > > > > - No unexpected binaries in source package
> > > > > > - LICENSE, NOTICE exists
> > > > > > - Build from source
> > > > > > - Signature
> > > > > > - Run binary packages (couldn't verify netinst script, while
> > > > interpreter
> > > > > > artifacts are not yet published)
> > > > > >
> > > > > > +1 for release rc1
> > > > > >
> > > > > > Mina, could you add your signing key into
> > > > > >
> https://dist.apache.org/repos/dist/release/incubator/zeppelin/KEYS
> > > and
> > > > > > place KEYS file under
> > > > > https://dist.apache.org/repos/dist/release/zeppelin/
> > > > > > ?
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Thu, Jun 30, 2016 at 11:05 AM Dirceu Semighini Filho <
> > > > > > dirceu.semigh...@gmail.com<mailto:dirceu.semigh...@gmail.com>>
> wrote:
> > > > > >
> > > > > > > +1 build it and done a basic testing
> > > > &g

Re: [GitHub] zeppelin issue #1114: [DOC] Proxy build - removed Bower note

2016-07-02 Thread Federico Valeri
Yes, now works fine, but additional reviews are welcome.
Il 02 lug 2016 8:24 PM, "Leemoonsoo"  ha scritto:

> Github user Leemoonsoo commented on the issue:
>
> https://github.com/apache/zeppelin/pull/1114
>
> LGTM. If someone behind proxy can provide additional review, that
> would be helpful.
>
>
> ---
> 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 enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>


Re: [VOTE] Apache Zeppelin release 0.6.0 (rc1)

2016-06-30 Thread Federico Valeri
+1

I have tested the "bin-all" package on Windows.
Thank to the community.



2016-06-30 10:49 GMT+02:00 Alexander Bezzubov :

> +1 for the first release as TLP!
>
> Thank you Mina for taking care and preparing this one.
>
> --
> Alex
>
> On Thu, Jun 30, 2016 at 7:00 AM, moon soo Lee  wrote:
>
> > Hi folks,
> >
> > I propose the following RC to be released for the Apache Zeppelin
> > 0.6.0 release.
> >
> > The commit id is fa2c0ff93cca49428df8792e7ee35d2b561669bd which is
> > corresponds to the tag v0.6.0-rc1:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=fa2c0ff93cca49428df8792e7ee35d2b561669bd
> >
> > The release archives (tgz), signature, and checksums are here
> > http://home.apache.org/~minalee/zeppelin-releases/zeppelin-0.6.0-rc1/
> >
> > The release candidate consists of the following source distribution
> archive
> > zeppelin-0.6.0.tgz
> >
> > In addition, the following supplementary binary distributions are
> provided
> > for user convenience at the same location
> > zeppelin-0.6.0-bin-all.tgz
> > zeppelin-0.6.0-netinst-all.tgz
> >
> > The maven artifacts are here
> >
> >
> https://repository.apache.org/content/repositories/orgapachezeppelin-1011/org/apache/zeppelin/
> >
> > You can find the KEYS file here:
> > https://people.apache.org/keys/committer/minalee.asc
> >
> > Release notes available at
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332761=Html=12316221
> >
> > Vote will be open for next 72 hours (close at 3pm 2/Jul PDT).
> >
> > [ ] +1 approve
> > [ ] 0 no opinion
> > [ ] -1 disapprove (and reason why)
> >
>


Re: [GitHub] zeppelin issue #1087: Shell interpreter test and doc

2016-06-30 Thread Federico Valeri
Done and tested again. Trevis is OK.
This is only a small refactoring to make it testable.


2016-06-30 1:50 GMT+02:00 jongyoul :

> Github user jongyoul commented on the issue:
>
> https://github.com/apache/zeppelin/pull/1087
>
> Could you please rebase this from current master?
>
>
> ---
> 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 enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>


What tool for GIF webapp previews?

2016-06-15 Thread Federico Valeri
Hi all, can I ask what tool do you use to create those useful preview GIFs
that we see in Github PRs?


Re: Problem on importing Notebook

2016-06-15 Thread Federico Valeri
Yes, it is planned with the next release 0.6.0 [1]

[1] https://issues.apache.org/jira/browse/ZEPPELIN-889

2016-06-15 9:08 GMT+02:00 Hyung Sung Shim :

> Hi.
> You are definitely right!
> I believe it'll be merged soon.
>
>
> 2016-06-15 16:02 GMT+09:00 Andrea Santurbano :
>
> > Hi thanks for the response!
> > When this will be merged?
> > This an important feature...
> >
> > Il giorno mer 15 giu 2016 alle ore 06:06 Hyung Sung Shim <
> > hss...@nflabs.com>
> > ha scritto:
> >
> > > Hi.
> > > It's a bug and is fixing in [1] PR.
> > >
> > > [1]
> > > https://github.com/apache/zeppelin/pull/933
> > >
> > > 2016-06-15 1:39 GMT+09:00 Andrea Santurbano :
> > >
> > > > I have cloned Zeppelin from master branch right now and the import
> > > > mechanism doesn't work.
> > > > I have tried to import the Zeppelin Tutorial notebook after having
> > > download
> > > > it and but it seems not work.
> > > > I miss something?
> > > > Is this a bug?
> > > >
> > >
> >
>