Re: Any masterial about the internal architecture of zeppelin

2016-07-12 Thread Alexander Bezzubov
Hi Canan,

the best architecture documentation we have so far is "How to write an
interpreter" [1].

Hope this helps, and we are always looking for contributions especially in
the documentation area [2], so please do no hesitate to share your
discoveries!

 1.
http://zeppelin.apache.org/docs/0.6.0/development/writingzeppelininterpreter.html
 2.
http://zeppelin.apache.org/docs/0.6.0/development/howtocontributewebsite.html

--
Alex

On Tue, Jul 12, 2016 at 2:06 PM, Jongyoul Lee  wrote:

> Hi,
>
> There's no material for Zeppelin, but you can use debugger in your IDE and
> it would help to figure out Zeppelin's internal structure.
>
> Hope this help,
> JL
>
> On Tue, Jul 12, 2016 at 12:12 PM, canan chen  wrote:
>
> > I found several slides about zeppelin, but all of them are about the
> usage
> > of zeppelin. I am reading the zeppelin code and would like to contribute
> on
> > that. Is there any material about the internal architecture of zeppelin.
> > especially how the interpreter and display system work together. how to
> > debug that ? Thanks
> >
>
>
>
> --
> 이종열, Jongyoul Lee, 李宗烈
> http://madeng.net
>


Any masterial about the internal architecture of zeppelin

2016-07-11 Thread canan chen
I found several slides about zeppelin, but all of them are about the usage
of zeppelin. I am reading the zeppelin code and would like to contribute on
that. Is there any material about the internal architecture of zeppelin.
especially how the interpreter and display system work together. how to
debug that ? Thanks