You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Konstantin Boudnik <co...@apache.org> on 2015/01/13 01:05:39 UTC

Re: New Web-based interactive data-analytics system

That's very easy ;) - cross-posting to zeppeling-dev@ list ;)

Zeppeling dev@ : Ignite (incubating) is a great data fabric system that
provides a lot of functionality for truly in-memory data processing using SQL
and other means. I thought it would be a great benefit for two projects to
have an integration of some sort.

Thanks
  Cos

On Mon, Jan 12, 2015 at 03:47PM, Dmitriy Setrakyan wrote:
> Sounds like a good idea. Perhaps it makes sense to put us in touch with
> Zeppelin developers to see what are possible ways to integrate.
> 
> D.
> 
> On Sat, Jan 10, 2015 at 10:45 PM, Konstantin Boudnik <co...@apache.org> wrote:
> 
> > Guys,
> >
> > I am helping to mentor this new Incubator project
> >     https://zeppelin.incubator.apache.org/
> >
> > which seems to be a nice way of working with different sources of the data
> > for
> > their interactive analysis. I guess one way to think about it is like an
> > OSS
> > alternative to Tableu (or whatever the spelling is).
> >
> > Zeppelin works with Spark. Which lead to me think if having a coupling with
> > Ignite (incubating) will be the right thing to do. Given than Ignite
> > provides
> > for a way more interactivity than Spark it still might be an interesting
> > venue
> > to explore. Thoughts?
> >
> >   Cos
> >
> >

Re: New Web-based interactive data-analytics system

Posted by moon soo Lee <mo...@apache.org>.
Thanks for posting interesting topic!

I've look through Ignite and tried a bit. I think it's great project.
Zeppelin trying to provide interactive data analytics environment and
Ignite looks like does not have something similar to REPL, right now (Am i
right?). So I think we can start from this point.

If Ignite planning to have REPL, Zeppelin can use it.
If not, Zeppelin can implement one with scala.tools.nsc.interpreter.IMain
for it.

Both way totally possible.
Really nice to hear about the project that Zeppelin can work with.

Thanks,
moon



On Tue, Jan 13, 2015 at 9:05 AM, Konstantin Boudnik <co...@apache.org> wrote:

> That's very easy ;) - cross-posting to zeppeling-dev@ list ;)
>
> Zeppeling dev@ : Ignite (incubating) is a great data fabric system that
> provides a lot of functionality for truly in-memory data processing using
> SQL
> and other means. I thought it would be a great benefit for two projects to
> have an integration of some sort.
>
> Thanks
>   Cos
>
> On Mon, Jan 12, 2015 at 03:47PM, Dmitriy Setrakyan wrote:
> > Sounds like a good idea. Perhaps it makes sense to put us in touch with
> > Zeppelin developers to see what are possible ways to integrate.
> >
> > D.
> >
> > On Sat, Jan 10, 2015 at 10:45 PM, Konstantin Boudnik <co...@apache.org>
> wrote:
> >
> > > Guys,
> > >
> > > I am helping to mentor this new Incubator project
> > >     https://zeppelin.incubator.apache.org/
> > >
> > > which seems to be a nice way of working with different sources of the
> data
> > > for
> > > their interactive analysis. I guess one way to think about it is like
> an
> > > OSS
> > > alternative to Tableu (or whatever the spelling is).
> > >
> > > Zeppelin works with Spark. Which lead to me think if having a coupling
> with
> > > Ignite (incubating) will be the right thing to do. Given than Ignite
> > > provides
> > > for a way more interactivity than Spark it still might be an
> interesting
> > > venue
> > > to explore. Thoughts?
> > >
> > >   Cos
> > >
> > >
>

Re: New Web-based interactive data-analytics system

Posted by Henry Saputra <he...@gmail.com>.
If it is working then why not ;)

- Henry

On Tue, Jan 13, 2015 at 11:43 AM, Konstantin Boudnik <co...@apache.org> wrote:
> Make sense. But I made the cross-post, so I guess the discussion is effective
> has been started ;)?
>
> On Tue, Jan 13, 2015 at 11:36AM, Henry Saputra wrote:
>> Cross-posting is hard bc not all subscribe to both lists. I recommend
>> someone from ignite subscribe to zeppelin dev@ list to start probing
>> the integration points.
>>
>> We did the same thing for Flink when we try to integrate with Zeppelin.
>>
>> - Henry
>>
>> On Mon, Jan 12, 2015 at 4:05 PM, Konstantin Boudnik <co...@apache.org> wrote:
>> > That's very easy ;) - cross-posting to zeppeling-dev@ list ;)
>> >
>> > Zeppeling dev@ : Ignite (incubating) is a great data fabric system that
>> > provides a lot of functionality for truly in-memory data processing using SQL
>> > and other means. I thought it would be a great benefit for two projects to
>> > have an integration of some sort.
>> >
>> > Thanks
>> >   Cos
>> >
>> > On Mon, Jan 12, 2015 at 03:47PM, Dmitriy Setrakyan wrote:
>> >> Sounds like a good idea. Perhaps it makes sense to put us in touch with
>> >> Zeppelin developers to see what are possible ways to integrate.
>> >>
>> >> D.
>> >>
>> >> On Sat, Jan 10, 2015 at 10:45 PM, Konstantin Boudnik <co...@apache.org> wrote:
>> >>
>> >> > Guys,
>> >> >
>> >> > I am helping to mentor this new Incubator project
>> >> >     https://zeppelin.incubator.apache.org/
>> >> >
>> >> > which seems to be a nice way of working with different sources of the data
>> >> > for
>> >> > their interactive analysis. I guess one way to think about it is like an
>> >> > OSS
>> >> > alternative to Tableu (or whatever the spelling is).
>> >> >
>> >> > Zeppelin works with Spark. Which lead to me think if having a coupling with
>> >> > Ignite (incubating) will be the right thing to do. Given than Ignite
>> >> > provides
>> >> > for a way more interactivity than Spark it still might be an interesting
>> >> > venue
>> >> > to explore. Thoughts?
>> >> >
>> >> >   Cos
>> >> >
>> >> >

Re: New Web-based interactive data-analytics system

Posted by Konstantin Boudnik <co...@apache.org>.
Make sense. But I made the cross-post, so I guess the discussion is effective
has been started ;)?

On Tue, Jan 13, 2015 at 11:36AM, Henry Saputra wrote:
> Cross-posting is hard bc not all subscribe to both lists. I recommend
> someone from ignite subscribe to zeppelin dev@ list to start probing
> the integration points.
> 
> We did the same thing for Flink when we try to integrate with Zeppelin.
> 
> - Henry
> 
> On Mon, Jan 12, 2015 at 4:05 PM, Konstantin Boudnik <co...@apache.org> wrote:
> > That's very easy ;) - cross-posting to zeppeling-dev@ list ;)
> >
> > Zeppeling dev@ : Ignite (incubating) is a great data fabric system that
> > provides a lot of functionality for truly in-memory data processing using SQL
> > and other means. I thought it would be a great benefit for two projects to
> > have an integration of some sort.
> >
> > Thanks
> >   Cos
> >
> > On Mon, Jan 12, 2015 at 03:47PM, Dmitriy Setrakyan wrote:
> >> Sounds like a good idea. Perhaps it makes sense to put us in touch with
> >> Zeppelin developers to see what are possible ways to integrate.
> >>
> >> D.
> >>
> >> On Sat, Jan 10, 2015 at 10:45 PM, Konstantin Boudnik <co...@apache.org> wrote:
> >>
> >> > Guys,
> >> >
> >> > I am helping to mentor this new Incubator project
> >> >     https://zeppelin.incubator.apache.org/
> >> >
> >> > which seems to be a nice way of working with different sources of the data
> >> > for
> >> > their interactive analysis. I guess one way to think about it is like an
> >> > OSS
> >> > alternative to Tableu (or whatever the spelling is).
> >> >
> >> > Zeppelin works with Spark. Which lead to me think if having a coupling with
> >> > Ignite (incubating) will be the right thing to do. Given than Ignite
> >> > provides
> >> > for a way more interactivity than Spark it still might be an interesting
> >> > venue
> >> > to explore. Thoughts?
> >> >
> >> >   Cos
> >> >
> >> >

Re: New Web-based interactive data-analytics system

Posted by Henry Saputra <he...@gmail.com>.
Cross-posting is hard bc not all subscribe to both lists. I recommend
someone from ignite subscribe to zeppelin dev@ list to start probing
the integration points.

We did the same thing for Flink when we try to integrate with Zeppelin.

- Henry

On Mon, Jan 12, 2015 at 4:05 PM, Konstantin Boudnik <co...@apache.org> wrote:
> That's very easy ;) - cross-posting to zeppeling-dev@ list ;)
>
> Zeppeling dev@ : Ignite (incubating) is a great data fabric system that
> provides a lot of functionality for truly in-memory data processing using SQL
> and other means. I thought it would be a great benefit for two projects to
> have an integration of some sort.
>
> Thanks
>   Cos
>
> On Mon, Jan 12, 2015 at 03:47PM, Dmitriy Setrakyan wrote:
>> Sounds like a good idea. Perhaps it makes sense to put us in touch with
>> Zeppelin developers to see what are possible ways to integrate.
>>
>> D.
>>
>> On Sat, Jan 10, 2015 at 10:45 PM, Konstantin Boudnik <co...@apache.org> wrote:
>>
>> > Guys,
>> >
>> > I am helping to mentor this new Incubator project
>> >     https://zeppelin.incubator.apache.org/
>> >
>> > which seems to be a nice way of working with different sources of the data
>> > for
>> > their interactive analysis. I guess one way to think about it is like an
>> > OSS
>> > alternative to Tableu (or whatever the spelling is).
>> >
>> > Zeppelin works with Spark. Which lead to me think if having a coupling with
>> > Ignite (incubating) will be the right thing to do. Given than Ignite
>> > provides
>> > for a way more interactivity than Spark it still might be an interesting
>> > venue
>> > to explore. Thoughts?
>> >
>> >   Cos
>> >
>> >