You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Udit Mehta <um...@groupon.com> on 2015/08/18 01:40:22 UTC

Multiple zeppelin instances

Hi,

Is it possible to run multiple zeppelin instances from the same zeppelin
installation. I want to start multiple daemons on different ports and want
to know if I can do all this from a single zeppelin installation.

Thanks in advance,
Udit

Re: Multiple zeppelin instances

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

You can simply creates multiple conf directory with different configuration
of following env variables

ZEPPELIN_PORT, ZEPPELIN_NOTEBOOK_DIR, ZEPPELIN_IDENT_STRING

And then you can specify alternative conf directory in zeppelin-daemon.sh
script with --config option.

ex) bin/zeppelin-daemon.sh --config conf_alt start

Thanks,
moon

On Mon, Aug 17, 2015 at 4:40 PM Udit Mehta <um...@groupon.com> wrote:

> Hi,
>
> Is it possible to run multiple zeppelin instances from the same zeppelin
> installation. I want to start multiple daemons on different ports and want
> to know if I can do all this from a single zeppelin installation.
>
> Thanks in advance,
> Udit
>