Re: [DISCUSS] Release 0.7.3

2017-08-29 Thread DuyHai Doan
+1 On Tue, Aug 29, 2017 at 8:22 PM, Jun Kim wrote: > +1 > 2017년 8월 30일 (수) 오전 1:55, Ahyoung Ryu 님이 작성: > > > +1 > > > > On Wed, Aug 30, 2017 at 1:54 AM, Felix Cheung > > > wrote: > > > > > +1 > > > > > >

Re: Embedding notebooks and paragraphs

2017-07-17 Thread DuyHai Doan
ion? All I see now is the output. > > On Thu, Jul 13, 2017 at 11:17 PM, DuyHai Doan <doanduy...@gmail.com> > wrote: > > > Embedding a paragraph is easy, just put the URL provided by "Export as > > IFrame" into an ... Iframe > > > > The trick is

Re: Embedding notebooks and paragraphs

2017-07-14 Thread DuyHai Doan
Embedding a paragraph is easy, just put the URL provided by "Export as IFrame" into an ... Iframe The trick is you should also import Bootstrap css files into your external web page to have the same look & feel On Fri, Jul 14, 2017 at 3:47 AM, Andrew Musselman wrote: > Hi

Re: New PMC member: Ahyoung Ryu

2017-06-29 Thread DuyHai Doan
Congratulations Ahyoung Ryu! On Thu, Jun 29, 2017 at 2:01 PM, Hyung Sung Shim wrote: > Congratulations~ > > 2017년 6월 29일 (목) 오후 7:59, Prabhjyot Singh 님이 작성: > > > Congratulations! > > > > On Jun 29, 2017 4:18 PM, "Jun Kim" wrote:

Re: New committer: Park Hoon

2017-06-22 Thread DuyHai Doan
Congratulation and welcome to Park Hoon! On Thu, Jun 22, 2017 at 6:22 PM, Felix Cheung wrote: > Congrats! > > > From: astros...@gmail.com on behalf of Hyung Sung > Shim > Sent: Thursday, June

Re: [DISCUSS] Release 0.7.2

2017-06-04 Thread DuyHai Doan
+1 too On Sun, Jun 4, 2017 at 2:16 AM, Park Hoon <1am...@gmail.com> wrote: > +1 for release 0.7.2 since 0.7.1 has few critical bugs. > > > Thanks. > > On Sun, Jun 4, 2017 at 9:13 AM, Felix Cheung > wrote: > > > +1 > > > > From: moon

Re: [VOTE] Release Apache Zeppelin 0.7.1 (RC3)

2017-03-29 Thread DuyHai Doan
+1 Le 29 mars 2017 07:06, "Jeff Zhang" a écrit : > Thanks Jongyoul for explanation, let's improve it later. > > +1. > > * Build zeppelin from source successfully > * Run pig tutorial using tez mode successfully > * Run spark tutorial using livy interpreter successfully. > *

Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread DuyHai Doan
Congratulations for the team, great release! On Mon, Feb 6, 2017 at 1:34 PM, Vinay Shukla wrote: > Congratulations Zeppelin users, contributors and committers. > > This is a great milestone. > > Before the dust settles on 0.7.0, let's put together our heads together to >

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC4)

2017-02-02 Thread DuyHai Doan
+1 On Thu, Feb 2, 2017 at 9:56 AM, Mina Lee wrote: > I propose the following RC to be released for the Apache Zeppelin 0.7.0 > release. > > The commit id is df007f2284a09caa7c8b35f8b59d5f1993fe8b64 which is > corresponds to the tag v0.7.0-rc4: >

Re: [VOTE] Release Apache Zeppelin 0.7.0 (RC2)

2017-01-22 Thread DuyHai Doan
+1 On Sun, Jan 22, 2017 at 8:59 AM, Mina Lee wrote: > I propose the following RC to be released for the Apache Zeppelin 0.7.0 > release. > > The commit id is d0ddf8fdff75b4229543f7ebfd5eb001f685382d which is > corresponds to the tag v0.7.0-rc2: >

Re: Adding Angular API to non-Spark interpreters

2016-12-10 Thread DuyHai Doan
All interpreters can leverage the AngularObjectRegistry. The Cassandra interpreter does this here: https://github.com/apache/zeppelin/blob/master/cassandra/src/main/scala/org/apache/zeppelin/cassandra/InterpreterLogic.scala#L316-L356 On Fri, Dec 9, 2016 at 10:45 PM, Goodman, Alexander (398K) <

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread DuyHai Doan
ase feel free to make a ticket on jira. > > On Sat, Oct 15, 2016 at 5:39 PM, DuyHai Doan <doanduy...@gmail.com> wrote: > > > Tested with Cassandra interpreter and it works fine. > > > > Tested with Spark-Cassandra connector using Spa

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-15 Thread DuyHai Doan
Tested with Cassandra interpreter and it works fine. Tested with Spark-Cassandra connector using SparkSQL and it works fine but sometimes I get the exception: java.lang.NoSuchMethodException: org.apache.spark.io.LZ4CompressionCodec.(org.apache.spark.SparkConf) at

Re: [VOTE] Release Apache Zeppelin 0.6.2 (RC2)

2016-10-13 Thread DuyHai Doan
Hello, the link https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0. 6.2-rc2/ is a Zeppelin compiled with Scala 2.11. Do you have the same for Scala 2.10 ? On Thu, Oct 13, 2016 at 9:59 AM, Jeff Zhang wrote: > +1, Run tutorial note successfully in embedded mode and

Re: [DISCUSS] Zeppelin 0.7 Roadmap

2016-10-09 Thread DuyHai Doan
I'd also add in the Enterprise section a topic about monitoring (e.g. at least exposing JMX metrics as a 1st step). I guess we cannot pretend to be enterprise ready without at least some means to monitor the Zeppelin server state. Hopefully the monitoring topic will be covered by the big

Re: Refactor time !

2016-10-09 Thread DuyHai Doan
hink its a great idea and i am willing to spend sometime on it. >> >> I also want to move to a DI (guice) architecture , let me know what you >> think about it. >> > > A PR is opened for Guice DI. If someone jumps for review, I can rebase > > https://github.com/apach

Re: Refactor time !

2016-10-05 Thread DuyHai Doan
t; wrote: > > > I think about the abuse of @Inject and circular deps, it is just matter > of > > education. > > > > On Tue, Oct 4, 2016 at 8:05 PM, DuyHai Doan <doanduy...@gmail.com> > wrote: > > > > > About DI I have no strong opinion on the topic. &

Re: Refactor time !

2016-10-04 Thread DuyHai Doan
org> wrote: > You made my day, this is the kind of email i really like !! > > I think its a great idea and i am willing to spend sometime on it. > > I also want to move to a DI (guice) architecture , let me know what you > think about it. > > On Tuesday, 4 October 2016, Duy

Refactor time !

2016-10-04 Thread DuyHai Doan
Hello devs The code base of Zeppelin has grown very fast in the last 12 months and it's great. It means that we have more and more contributors. However, to make the project maintainable at long term, we need regular code refactoring. I have some ideas to share with you 1) Use Java 8 to

Re: How Apache Zeppelin runs a paragraph

2016-10-04 Thread DuyHai Doan
Hello Jongyoul Excellent write up to demystify the execution life-cycle of a paragraph. There is a small typo in the blog: "At last, it has two words separated by comma, *getInterpreter* handles it as “%{group_name}.{interpreter_name}”" Instead of comma, shouldn't it be DOT (.) ? There is also

Re: Looking for a mentor - Andrii P.

2016-09-20 Thread DuyHai Doan
Hello Andrii Welcome to the Apache Zeppelin community. We're always happy to help people getting onboard with the project. First, I would suggest to read the online documentation to get familiar with Zeppelin features: http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/ About Zeppelin Architecture,

Re: [ANNOUNCE] Apache Zeppelin 0.6.1 released

2016-08-17 Thread DuyHai Doan
Congratulations to the whole team for the great job On Tue, Aug 16, 2016 at 6:59 PM, Mohit Jaggi wrote: > awesome! > > Mohit Jaggi > Founder, > Data Orchard LLC > www.dataorchardllc.com > > > > > On Aug 16, 2016, at 6:56 AM, Ahyoung Ryu wrote: > >

Re: [VOTE] Apache Zeppelin release 0.6.0 (rc1)

2016-06-30 Thread DuyHai Doan
+1 of course I've talked to a lot of people on the field and they complain about Zeppelin not releasing often enough and being forced to compile their own Zeppelin binaries to have latest features and bug fixes. No later than Monday I have compiled a binaries for the European Synchrotron to use