Igniters,
I'm working on Web Config (IGNITE-843) and one of possible features for it is to have web console for executing SQL directly from browser over Ignite cluster. Recently we integrated Zeppelin and Ignite. Andrey Gura, could you share your experience? I'm mostly interested how we could integrate Zeppelin with Web Config? It is possible to include Zeppelin to binary distribution of Web Config? How hard to install Zeppelin? What is needed to start it? -- Alexey Kuznetsov GridGain Systems www.gridgain.com |
Hi,
Zeppelin has no any binaries as release yet (nor built binaries, nor maven artifacts). The only way to get Zeppelin is build it from sources. Some additional configuration steps need in order to build Zeppelin on Windows. I'm not sure that it can be automated (npm required for building and cygwin/mingw required for running). Also we had problems during building on some computers under Mac OS X. And I still don't know how to solve these problems. Zeppelin depends from Ignite artifacts of specific version that should match with version of Ignite cluster (nodes with different versions are not compatible). Thus we probably should deliver own build of Zeppelin with correct version of Ignite. BTW, I'm not sure that integration of Web Config and Zeppelin makes sense because these tools have different purposes. Andrey. On Wed, Jul 1, 2015 at 12:55 PM, Alexey Kuznetsov <[hidden email]> wrote: > Igniters, > > I'm working on Web Config (IGNITE-843) and one of possible features for it > is to have web console for executing SQL directly from browser over Ignite > cluster. > > Recently we integrated Zeppelin and Ignite. > > Andrey Gura, could you share your experience? > > I'm mostly interested how we could integrate Zeppelin with Web Config? > It is possible to include Zeppelin to binary distribution of Web Config? > How hard to install Zeppelin? What is needed to start it? > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > -- Andrey Gura GridGain Systems, Inc. www.gridgain.com |
>
> BTW, I'm not sure that integration of Web Config and Zeppelin makes sense > because these tools have different purposes. > > +1 -- Regards, Atri *l'apprenant* |
In reply to this post by Andrey Gura
Igniters,
After reading Andrey comments about Zeppelin I think we should implement SQL queries directly to Ignite. I think it will be quite easy to do assuming we decided to switch to java stack wor Web Config. Also we could reuse existing code from Visor for that. Thoughts? On Wed, Jul 1, 2015 at 5:34 PM, Andrey Gura <[hidden email]> wrote: > Hi, > > Zeppelin has no any binaries as release yet (nor built binaries, nor maven > artifacts). The only way to get Zeppelin is build it from sources. > > Some additional configuration steps need in order to build Zeppelin on > Windows. I'm not sure that it can be automated (npm required for building > and cygwin/mingw required for running). > Also we had problems during building on some computers under Mac OS X. And > I still don't know how to solve these problems. > > Zeppelin depends from Ignite artifacts of specific version that should > match with version of Ignite cluster (nodes with different versions are not > compatible). Thus we probably should deliver own build of Zeppelin with > correct version of Ignite. > > BTW, I'm not sure that integration of Web Config and Zeppelin makes sense > because these tools have different purposes. > > Andrey. > > On Wed, Jul 1, 2015 at 12:55 PM, Alexey Kuznetsov <[hidden email] > > > wrote: > > > Igniters, > > > > I'm working on Web Config (IGNITE-843) and one of possible features for > it > > is to have web console for executing SQL directly from browser over > Ignite > > cluster. > > > > Recently we integrated Zeppelin and Ignite. > > > > Andrey Gura, could you share your experience? > > > > I'm mostly interested how we could integrate Zeppelin with Web Config? > > It is possible to include Zeppelin to binary distribution of Web Config? > > How hard to install Zeppelin? What is needed to start it? > > > > -- > > Alexey Kuznetsov > > GridGain Systems > > www.gridgain.com > > > > > > -- > Andrey Gura > GridGain Systems, Inc. > www.gridgain.com > -- Alexey Kuznetsov GridGain Systems www.gridgain.com |
In reply to this post by Andrey Gura
Zeppelin is planning for 0.5 release real soon, so I guess we'll be able to
pick those. Cos On Wed, Jul 01, 2015 at 01:34PM, Andrey Gura wrote: > Hi, > > Zeppelin has no any binaries as release yet (nor built binaries, nor maven > artifacts). The only way to get Zeppelin is build it from sources. > > Some additional configuration steps need in order to build Zeppelin on > Windows. I'm not sure that it can be automated (npm required for building > and cygwin/mingw required for running). > Also we had problems during building on some computers under Mac OS X. And > I still don't know how to solve these problems. > > Zeppelin depends from Ignite artifacts of specific version that should > match with version of Ignite cluster (nodes with different versions are not > compatible). Thus we probably should deliver own build of Zeppelin with > correct version of Ignite. > > BTW, I'm not sure that integration of Web Config and Zeppelin makes sense > because these tools have different purposes. > > Andrey. > > On Wed, Jul 1, 2015 at 12:55 PM, Alexey Kuznetsov <[hidden email]> > wrote: > > > Igniters, > > > > I'm working on Web Config (IGNITE-843) and one of possible features for it > > is to have web console for executing SQL directly from browser over Ignite > > cluster. > > > > Recently we integrated Zeppelin and Ignite. > > > > Andrey Gura, could you share your experience? > > > > I'm mostly interested how we could integrate Zeppelin with Web Config? > > It is possible to include Zeppelin to binary distribution of Web Config? > > How hard to install Zeppelin? What is needed to start it? > > > > -- > > Alexey Kuznetsov > > GridGain Systems > > www.gridgain.com > > > > > > -- > Andrey Gura > GridGain Systems, Inc. > www.gridgain.com |
Free forum by Nabble | Edit this page |