REPL like interface for Spark

2014-09-29 Thread IT CTO
Hi,
Has anyone know of a REPL interface for spark on GIT which support similar
user experience as presented by Databricks in there cloud demo?

We are looking for something similar but one that can be deployed on
premise and not on the cloud.

-- 
Eran | CTO


Re: REPL like interface for Spark

2014-09-29 Thread andy petrella
Heya,

I started to port the scala-notebook to Spark some weeks ago (but doing it
in my sparse time and for my Spark talks ^^). It's a WIP but works quite
fine ftm, you can check my fork and branch over here:
https://github.com/andypetrella/scala-notebook/tree/spark

Feel free to ask any questions, I'll happy to help of course (PRs are more
than welcome :-P)

Cheers,

aℕdy ℙetrella
about.me/noootsab
[image: aℕdy ℙetrella on about.me]



On Mon, Sep 29, 2014 at 10:19 AM, IT CTO  wrote:

> Hi,
> Has anyone know of a REPL interface for spark on GIT which support similar
> user experience as presented by Databricks in there cloud demo?
>
> We are looking for something similar but one that can be deployed on
> premise and not on the cloud.
>
> --
> Eran | CTO
>


Re: REPL like interface for Spark

2014-09-29 Thread moon soo Lee
Hi,

There is project called "Zeppelin".

You can checkout here
https://github.com/NFLabs/zeppelin

Homepage is here.
http://zeppelin-project.org/

It's notebook style tool (like databrics demo, scala-notebook) with nice
UI, with built-in Spark integration.

It's in active development, so don't hesitate ask questions, request
features to the mailing list.

Thanks.

- moon

On Mon, Sep 29, 2014 at 5:27 PM, andy petrella 
wrote:

> Heya,
>
> I started to port the scala-notebook to Spark some weeks ago (but doing it
> in my sparse time and for my Spark talks ^^). It's a WIP but works quite
> fine ftm, you can check my fork and branch over here:
> https://github.com/andypetrella/scala-notebook/tree/spark
>
> Feel free to ask any questions, I'll happy to help of course (PRs are more
> than welcome :-P)
>
> Cheers,
>
> aℕdy ℙetrella
> about.me/noootsab
> [image: aℕdy ℙetrella on about.me]
>
> 
>
> On Mon, Sep 29, 2014 at 10:19 AM, IT CTO  wrote:
>
>> Hi,
>> Has anyone know of a REPL interface for spark on GIT which support
>> similar user experience as presented by Databricks in there cloud demo?
>>
>> We are looking for something similar but one that can be deployed on
>> premise and not on the cloud.
>>
>> --
>> Eran | CTO
>>
>
>


Re: REPL like interface for Spark

2014-09-29 Thread andy petrella
Cool!!! I'll give it a try ASAP!

aℕdy ℙetrella
about.me/noootsab
[image: aℕdy ℙetrella on about.me]



On Mon, Sep 29, 2014 at 10:48 AM, moon soo Lee  wrote:

> Hi,
>
> There is project called "Zeppelin".
>
> You can checkout here
> https://github.com/NFLabs/zeppelin
>
> Homepage is here.
> http://zeppelin-project.org/
>
> It's notebook style tool (like databrics demo, scala-notebook) with nice
> UI, with built-in Spark integration.
>
> It's in active development, so don't hesitate ask questions, request
> features to the mailing list.
>
> Thanks.
>
> - moon
>
> On Mon, Sep 29, 2014 at 5:27 PM, andy petrella 
> wrote:
>
>> Heya,
>>
>> I started to port the scala-notebook to Spark some weeks ago (but doing
>> it in my sparse time and for my Spark talks ^^). It's a WIP but works quite
>> fine ftm, you can check my fork and branch over here:
>> https://github.com/andypetrella/scala-notebook/tree/spark
>>
>> Feel free to ask any questions, I'll happy to help of course (PRs are
>> more than welcome :-P)
>>
>> Cheers,
>>
>> aℕdy ℙetrella
>> about.me/noootsab
>> [image: aℕdy ℙetrella on about.me]
>>
>> 
>>
>> On Mon, Sep 29, 2014 at 10:19 AM, IT CTO  wrote:
>>
>>> Hi,
>>> Has anyone know of a REPL interface for spark on GIT which support
>>> similar user experience as presented by Databricks in there cloud demo?
>>>
>>> We are looking for something similar but one that can be deployed on
>>> premise and not on the cloud.
>>>
>>> --
>>> Eran | CTO
>>>
>>
>>
>


Re: REPL like interface for Spark

2014-09-29 Thread andy petrella
However (I must say ^^) that it's funny that it has been build using usual
plain old Java stuffs :-D.

aℕdy ℙetrella
about.me/noootsab
[image: aℕdy ℙetrella on about.me]



On Mon, Sep 29, 2014 at 10:51 AM, andy petrella 
wrote:

> Cool!!! I'll give it a try ASAP!
>
> aℕdy ℙetrella
> about.me/noootsab
> [image: aℕdy ℙetrella on about.me]
>
> 
>
> On Mon, Sep 29, 2014 at 10:48 AM, moon soo Lee 
> wrote:
>
>> Hi,
>>
>> There is project called "Zeppelin".
>>
>> You can checkout here
>> https://github.com/NFLabs/zeppelin
>>
>> Homepage is here.
>> http://zeppelin-project.org/
>>
>> It's notebook style tool (like databrics demo, scala-notebook) with nice
>> UI, with built-in Spark integration.
>>
>> It's in active development, so don't hesitate ask questions, request
>> features to the mailing list.
>>
>> Thanks.
>>
>> - moon
>>
>> On Mon, Sep 29, 2014 at 5:27 PM, andy petrella 
>> wrote:
>>
>>> Heya,
>>>
>>> I started to port the scala-notebook to Spark some weeks ago (but doing
>>> it in my sparse time and for my Spark talks ^^). It's a WIP but works quite
>>> fine ftm, you can check my fork and branch over here:
>>> https://github.com/andypetrella/scala-notebook/tree/spark
>>>
>>> Feel free to ask any questions, I'll happy to help of course (PRs are
>>> more than welcome :-P)
>>>
>>> Cheers,
>>>
>>> aℕdy ℙetrella
>>> about.me/noootsab
>>> [image: aℕdy ℙetrella on about.me]
>>>
>>> 
>>>
>>> On Mon, Sep 29, 2014 at 10:19 AM, IT CTO  wrote:
>>>
 Hi,
 Has anyone know of a REPL interface for spark on GIT which support
 similar user experience as presented by Databricks in there cloud demo?

 We are looking for something similar but one that can be deployed on
 premise and not on the cloud.

 --
 Eran | CTO

>>>
>>>
>>
>


Re: REPL like interface for Spark

2014-09-29 Thread moon soo Lee
There're little histories about using Java.
Any feedback is welcomed warmly.


On Mon, Sep 29, 2014 at 5:57 PM, andy petrella 
wrote:

> However (I must say ^^) that it's funny that it has been build using usual
> plain old Java stuffs :-D.
>
> aℕdy ℙetrella
> about.me/noootsab
> [image: aℕdy ℙetrella on about.me]
>
> 
>
> On Mon, Sep 29, 2014 at 10:51 AM, andy petrella 
> wrote:
>
>> Cool!!! I'll give it a try ASAP!
>>
>> aℕdy ℙetrella
>> about.me/noootsab
>> [image: aℕdy ℙetrella on about.me]
>>
>> 
>>
>> On Mon, Sep 29, 2014 at 10:48 AM, moon soo Lee 
>> wrote:
>>
>>> Hi,
>>>
>>> There is project called "Zeppelin".
>>>
>>> You can checkout here
>>> https://github.com/NFLabs/zeppelin
>>>
>>> Homepage is here.
>>> http://zeppelin-project.org/
>>>
>>> It's notebook style tool (like databrics demo, scala-notebook) with nice
>>> UI, with built-in Spark integration.
>>>
>>> It's in active development, so don't hesitate ask questions, request
>>> features to the mailing list.
>>>
>>> Thanks.
>>>
>>> - moon
>>>
>>> On Mon, Sep 29, 2014 at 5:27 PM, andy petrella 
>>> wrote:
>>>
 Heya,

 I started to port the scala-notebook to Spark some weeks ago (but doing
 it in my sparse time and for my Spark talks ^^). It's a WIP but works quite
 fine ftm, you can check my fork and branch over here:
 https://github.com/andypetrella/scala-notebook/tree/spark

 Feel free to ask any questions, I'll happy to help of course (PRs are
 more than welcome :-P)

 Cheers,

 aℕdy ℙetrella
 about.me/noootsab
 [image: aℕdy ℙetrella on about.me]

 

 On Mon, Sep 29, 2014 at 10:19 AM, IT CTO  wrote:

> Hi,
> Has anyone know of a REPL interface for spark on GIT which support
> similar user experience as presented by Databricks in there cloud demo?
>
> We are looking for something similar but one that can be deployed on
> premise and not on the cloud.
>
> --
> Eran | CTO
>


>>>
>>
>