You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Hefei Li <lh...@gmail.com> on 2016/08/29 12:15:30 UTC

How to start Zeppelin By IDE

Hi,all:

    I want to try start Zeppelin server in development mode by IDE (Eclipse
or IDEA.).

    Now, can you give me some help and advice!
-- 

=====================================================

Hefei Li

MP: +86 18701581473
MSN: lhfei@live.cn
=================================================

Re: How to start Zeppelin By IDE

Posted by Kavin Kumar K S <ka...@imaginea.com>.
We can use the below commands to run the zeppelin server in IDE.

mvn antrun:run@start-zeppelin
mvn antrun:run@stop-zeppelin

Thanks,
Kavin



--
View this message in context: http://apache-zeppelin-dev-mailing-list.75694.x6.nabble.com/How-to-start-Zeppelin-By-IDE-tp14910p14959.html
Sent from the Apache Zeppelin dev mailing list mailing list archive at Nabble.com.

Re: How to start Zeppelin By IDE

Posted by Kavin Kumar K S <ka...@imaginea.com>.
We can use the below commands to run the zeppelin server in IDE.

mvn antrun:run@start-zeppelin
mvn antrun:run@stop-zeppelin

Thanks,
Kavin

On Fri, Sep 2, 2016 at 2:32 AM, moon soo Lee <mo...@apache.org> wrote:

> Hi,
>
> Eclipse, i used to create eclipse project file by running "mvn
> eclipse:eclipse".
> IDEA, just importing maven project and it usually works without problem.
>
> You can also check
> http://zeppelin.apache.org/docs/latest/development/howtocontribute.html#
> integrated-development-environment-ide
> http://zeppelin.apache.org/docs/latest/development/
> howtocontributewebsite.html
>
> Thanks,
> moon
>
>
> On Fri, Sep 2, 2016 at 6:58 AM Hefei Li <lh...@gmail.com> wrote:
>
> > Hi,all:
> >
> >     I want to try start Zeppelin server in development mode by IDE
> (Eclipse
> > or IDEA.).
> >
> >     Now, can you give me some help and advice!
> > --
> >
> > =====================================================
> >
> > Hefei Li
> >
> > MP: +86 18701581473
> > MSN: lhfei@live.cn
> > =================================================
> >
>

Re: How to start Zeppelin By IDE

Posted by Kavin Kumar K S <ka...@imaginea.com>.
Hi Andrea,

There are multiple versions of the below jars being pulled up.If you have
done some changes locally, ensure to exclude the unwanted version
dependencies from the source jars or define them explicitly.

org.codehaus.plexus:plexus-utils
commons-httpclient:commons-httpclient

Thanks,
Kavin

On Wed, Sep 14, 2016 at 4:47 PM, Andrea Santurbano <sa...@gmail.com>
wrote:

> Hi to all,
> i have some issue on executing
> mvn eclipse:eclipse
>
> Here is log error:
> https://gist.github.com/conker84/2c779224f4fb2212077a81d387fc0ffe
>
> Please can someone help me?
> Thanks
> Andrea
>
> Il giorno mar 6 set 2016 alle ore 18:17 Jongyoul Lee <jo...@gmail.com>
> ha scritto:
>
> > Hello,
> >
> > I'm using IntelliJ and there's my step below.
> >
> > 1. mvn clean pakcage -DskipTest
> > 2. Debug ZeppelinServer
> >
> > Regards,
> > Jongyoul
> >
> > On Fri, Sep 2, 2016 at 6:02 AM, moon soo Lee <mo...@apache.org> wrote:
> >
> > > Hi,
> > >
> > > Eclipse, i used to create eclipse project file by running "mvn
> > > eclipse:eclipse".
> > > IDEA, just importing maven project and it usually works without
> problem.
> > >
> > > You can also check
> > > http://zeppelin.apache.org/docs/latest/development/
> howtocontribute.html#
> > > integrated-development-environment-ide
> > > http://zeppelin.apache.org/docs/latest/development/
> > > howtocontributewebsite.html
> > >
> > > Thanks,
> > > moon
> > >
> > >
> > > On Fri, Sep 2, 2016 at 6:58 AM Hefei Li <lh...@gmail.com> wrote:
> > >
> > > > Hi,all:
> > > >
> > > >     I want to try start Zeppelin server in development mode by IDE
> > > (Eclipse
> > > > or IDEA.).
> > > >
> > > >     Now, can you give me some help and advice!
> > > > --
> > > >
> > > > =====================================================
> > > >
> > > > Hefei Li
> > > >
> > > > MP: +86 18701581473
> > > > MSN: lhfei@live.cn
> > > > =================================================
> > > >
> > >
> >
> >
> >
> > --
> > 이종열, Jongyoul Lee, 李宗烈
> > http://madeng.net
> >
>

Re: How to start Zeppelin By IDE

Posted by moon soo Lee <mo...@apache.org>.
Could you try

mvn [YOUR BUILD PROFILES] package eclipse:eclipse

Thanks,
moon

On Wed, Sep 14, 2016 at 4:17 AM Andrea Santurbano <sa...@gmail.com> wrote:

> Hi to all,
> i have some issue on executing
> mvn eclipse:eclipse
>
> Here is log error:
> https://gist.github.com/conker84/2c779224f4fb2212077a81d387fc0ffe
>
> Please can someone help me?
> Thanks
> Andrea
>
> Il giorno mar 6 set 2016 alle ore 18:17 Jongyoul Lee <jo...@gmail.com>
> ha scritto:
>
> > Hello,
> >
> > I'm using IntelliJ and there's my step below.
> >
> > 1. mvn clean pakcage -DskipTest
> > 2. Debug ZeppelinServer
> >
> > Regards,
> > Jongyoul
> >
> > On Fri, Sep 2, 2016 at 6:02 AM, moon soo Lee <mo...@apache.org> wrote:
> >
> > > Hi,
> > >
> > > Eclipse, i used to create eclipse project file by running "mvn
> > > eclipse:eclipse".
> > > IDEA, just importing maven project and it usually works without
> problem.
> > >
> > > You can also check
> > >
> http://zeppelin.apache.org/docs/latest/development/howtocontribute.html#
> > > integrated-development-environment-ide
> > > http://zeppelin.apache.org/docs/latest/development/
> > > howtocontributewebsite.html
> > >
> > > Thanks,
> > > moon
> > >
> > >
> > > On Fri, Sep 2, 2016 at 6:58 AM Hefei Li <lh...@gmail.com> wrote:
> > >
> > > > Hi,all:
> > > >
> > > >     I want to try start Zeppelin server in development mode by IDE
> > > (Eclipse
> > > > or IDEA.).
> > > >
> > > >     Now, can you give me some help and advice!
> > > > --
> > > >
> > > > =====================================================
> > > >
> > > > Hefei Li
> > > >
> > > > MP: +86 18701581473
> > > > MSN: lhfei@live.cn
> > > > =================================================
> > > >
> > >
> >
> >
> >
> > --
> > 이종열, Jongyoul Lee, 李宗烈
> > http://madeng.net
> >
>

Re: How to start Zeppelin By IDE

Posted by Andrea Santurbano <sa...@gmail.com>.
Hi to all,
i have some issue on executing
mvn eclipse:eclipse

Here is log error:
https://gist.github.com/conker84/2c779224f4fb2212077a81d387fc0ffe

Please can someone help me?
Thanks
Andrea

Il giorno mar 6 set 2016 alle ore 18:17 Jongyoul Lee <jo...@gmail.com>
ha scritto:

> Hello,
>
> I'm using IntelliJ and there's my step below.
>
> 1. mvn clean pakcage -DskipTest
> 2. Debug ZeppelinServer
>
> Regards,
> Jongyoul
>
> On Fri, Sep 2, 2016 at 6:02 AM, moon soo Lee <mo...@apache.org> wrote:
>
> > Hi,
> >
> > Eclipse, i used to create eclipse project file by running "mvn
> > eclipse:eclipse".
> > IDEA, just importing maven project and it usually works without problem.
> >
> > You can also check
> > http://zeppelin.apache.org/docs/latest/development/howtocontribute.html#
> > integrated-development-environment-ide
> > http://zeppelin.apache.org/docs/latest/development/
> > howtocontributewebsite.html
> >
> > Thanks,
> > moon
> >
> >
> > On Fri, Sep 2, 2016 at 6:58 AM Hefei Li <lh...@gmail.com> wrote:
> >
> > > Hi,all:
> > >
> > >     I want to try start Zeppelin server in development mode by IDE
> > (Eclipse
> > > or IDEA.).
> > >
> > >     Now, can you give me some help and advice!
> > > --
> > >
> > > =====================================================
> > >
> > > Hefei Li
> > >
> > > MP: +86 18701581473
> > > MSN: lhfei@live.cn
> > > =================================================
> > >
> >
>
>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net
>

Re: How to start Zeppelin By IDE

Posted by Jongyoul Lee <jo...@gmail.com>.
Hello,

I'm using IntelliJ and there's my step below.

1. mvn clean pakcage -DskipTest
2. Debug ZeppelinServer

Regards,
Jongyoul

On Fri, Sep 2, 2016 at 6:02 AM, moon soo Lee <mo...@apache.org> wrote:

> Hi,
>
> Eclipse, i used to create eclipse project file by running "mvn
> eclipse:eclipse".
> IDEA, just importing maven project and it usually works without problem.
>
> You can also check
> http://zeppelin.apache.org/docs/latest/development/howtocontribute.html#
> integrated-development-environment-ide
> http://zeppelin.apache.org/docs/latest/development/
> howtocontributewebsite.html
>
> Thanks,
> moon
>
>
> On Fri, Sep 2, 2016 at 6:58 AM Hefei Li <lh...@gmail.com> wrote:
>
> > Hi,all:
> >
> >     I want to try start Zeppelin server in development mode by IDE
> (Eclipse
> > or IDEA.).
> >
> >     Now, can you give me some help and advice!
> > --
> >
> > =====================================================
> >
> > Hefei Li
> >
> > MP: +86 18701581473
> > MSN: lhfei@live.cn
> > =================================================
> >
>



-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net

Re: How to start Zeppelin By IDE

Posted by moon soo Lee <mo...@apache.org>.
Hi,

Eclipse, i used to create eclipse project file by running "mvn
eclipse:eclipse".
IDEA, just importing maven project and it usually works without problem.

You can also check
http://zeppelin.apache.org/docs/latest/development/howtocontribute.html#integrated-development-environment-ide
http://zeppelin.apache.org/docs/latest/development/howtocontributewebsite.html

Thanks,
moon


On Fri, Sep 2, 2016 at 6:58 AM Hefei Li <lh...@gmail.com> wrote:

> Hi,all:
>
>     I want to try start Zeppelin server in development mode by IDE (Eclipse
> or IDEA.).
>
>     Now, can you give me some help and advice!
> --
>
> =====================================================
>
> Hefei Li
>
> MP: +86 18701581473
> MSN: lhfei@live.cn
> =================================================
>