Re: Starting to Prepare 0.8.0 RC1

2018-04-26 Thread Mina Lee
Nice! Let me know if you need any help On Fri, 27 Apr 2018 at 12:17 PM Jun Kim wrote: > Awesome! > 2018년 4월 27일 (금) 오전 10:15, Jongyoul Lee 님이 작성: > >> Sounds great!! >> >> On Fri, Apr 27, 2018 at 10:13 AM, Xiaohui Liu wrote: >> >>>

Re: Trying to build Zeppelin, hitting the following error

2017-10-16 Thread Mina Lee
Hi Micheal, have you tried to run `./dev/change_scala_version.sh 2.11` and add `-Pscala-2.11` profile to mvn command? When you build Zeppelin, maven doesn't use the scala version that is pre-installed on your machine, but it downloads scala version that is specified in active profile. You will

[ANNOUNCE] Apache Zeppelin 0.7.3 released

2017-09-22 Thread Mina Lee
The Apache Zeppelin community is pleased to announce the availability of the 0.7.3 release. Zeppelin is a collaborative data analytics and visualization tool for distributed, general-purpose data processing system such as Apache Spark, Apache Flink, etc. The community put significant effort into

[ANNOUNCE] Apache Zeppelin 0.7.2 released

2017-06-13 Thread Mina Lee
The Apache Zeppelin community is pleased to announce the availability of the 0.7.2 release. Zeppelin is a collaborative data analytics and visualization tool for distributed, general-purpose data processing system such as Apache Spark, Apache Flink, etc. The community put significant effort into

[ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-05 Thread Mina Lee
The Apache Zeppelin community is pleased to announce the availability of the 0.7.0 release. Zeppelin is a collaborative data analytics and visualization tool for distributed, general-purpose data processing system such as Apache Spark, Apache Flink, etc. The community put significant effort into

[VOTE] Release Apache Zeppelin 0.7.0 (RC4)

2017-02-02 Thread Mina Lee
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: *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=shortlog;h=refs/tags/v0.7.0-rc4

[CANCEL][VOTE] Release Apache Zeppelin 0.7.0 (RC3)

2017-01-25 Thread Mina Lee
M, Hyung Sung Shim <hss...@nflabs.com> > wrote: > > +1 > 2017년 1월 24일 (화) 오전 1:36, Windy Qin <windyqinchaof...@163.com>님이 작성: > > > +1 > On 2017-01-24 17:13 (+0800), Sora Lee <sora0...@zepl.com> wrote: > > +1 > > > > On Tue, Jan 24, 2017 a

[VOTE] Release Apache Zeppelin 0.7.0 (RC3)

2017-01-23 Thread Mina Lee
I propose the following RC to be released for the Apache Zeppelin 0.7.0 release. The commit id is 48ad70e8c62975bdb00779bed5919eaca98c5b5d which is corresponds to the tag v0.7.0-rc3: *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=48ad70e8c62975bdb00779bed5919eaca98c5b5d

[CANCEL][VOTE] Release Apache Zeppelin 0.7.0 (RC2)

2017-01-23 Thread Mina Lee
;?? ??: > > > >> +1 > >> > >> On Sun, Jan 22, 2017 at 5:52 PM, Jeff Zhang <zjf...@gmail.com zjf...@gmail.com>> wrote: > >> > >> > +1 > >> > > >> > > >> > > >> > DuyHai Doan > &

[VOTE] Release Apache Zeppelin 0.7.0 (RC1)

2017-01-21 Thread Mina Lee
Hi folks, I propose the following RC to be released for the Apache Zeppelin 0.7.0 release. The commit id is bcbe0855175f55eddd10b918303806eb5e5db091 which is corresponds to the tag v0.7.0-rc1:

Re: [DISCUSS] Release package size

2017-01-20 Thread Mina Lee
nly one, > we can use all three, we can add more. > > My point is, we need to give everyone the same expectation which goes min > package, which goes not. > What do you think? > > Thanks, > moon > > On Thu, Jan 19, 2017 at 12:47 AM Mina Lee <mina...@apache.org> wrote:

Re: [DISCUSS] Release package size

2017-01-19 Thread Mina Lee
eter included since 0.7.0. If you want other interpreters, please see interpreter installation guide" 2017년 1월 18일 (수) 오후 12:14, Jeff Zhang <zjf...@gmail.com>님이 작성: +1, we should also mention it in release note and in the 0.7 doc Mina Lee <mina...@apache.org>于2017年1月18日周三 上午11:12写

[DISCUSS] Release package size

2017-01-17 Thread Mina Lee
Hi all, Zeppelin is about to start 0.7.0 release process, I would like to discuss about binary package distribution. Every time we distribute new binary package, size of the zeppelin-0.x.x-bin-all.tgz package is getting bigger: - zeppelin-0.6.0-bin-all.tgz: 506M -

Apache Zeppelin in Spain

2016-11-09 Thread Mina Lee
Hi, I'd like to let you know that some of PMCs and committers will be in Spain for the ApacheCon Big Data Europe 2016. We are planning to hold a small Zeppelin hands-on session for beginners on 15th or 16th. And also we want to help you to get involved in Zeppelin development if you have some

Re: Why the deprecation of %dep?

2016-09-26 Thread Mina Lee
Hi, Sorry for the inconvenience, I confirmed that %dep doesn't work on 0.6.1 but it does on master and branch-0.6 branch. Since [1] all blockers for 0.6.2 have patch, hopefully we can start 0.6.2 release process this week. [1] https://issues.apache.org/jira/browse/ZEPPELIN-1347 On Fri, Sep 23,

Re: Dependency jars not refreshed after interpreter restart in Zeppelin 0.6.1

2016-09-20 Thread Mina Lee
Hi Niek, I tried to dig into the problem here, but I couldn't reproduce with following step: 1. Add dependency '/my/path/a.jar' in GUI 2. Update '/my/path/a.jar' contents 3. go to interpreter page and click edit -> save It would be helpful if you can point out what I missed to reproduce the

Re: Failed to build Zeppelin pulled from Master Branch

2016-09-14 Thread Mina Lee
Hi Afancy, if you want to build with Scala 2.11 by using -Pscala-2.11 flag, you will need to run `./dev/change_scala_version.sh 2.11` prior to running mvn command. Scala dependent modules in Zeppelin have _2.10 suffix in artifact id by default and running ./dev/change_scala_version.sh will change

Re: Is it possible to have output that is mixed with multiple types (e.g. plain text + html)

2016-09-12 Thread Mina Lee
Zeppelin prints only one type of display system at one time. Since your example doesn't start with magic keyword(such as %html %table) Zeppelin will print it as plain text. There are several rules which type gets priority than others, [1] Comment on pr #164 will help you to understand how Zeppelin

Re: Issue loading dependency with SPARK_SUBMIT_OPTIONS w/ 0.6.1

2016-08-16 Thread Mina Lee
I also could reproduce it with Spark 2.0.0, but not with Spark 1.6.1. If you want to use Zeppelin with Spark 2.0, one alternative you can try is using [1] "dependencies" in GUI interpreter menu. [1] http://zeppelin.apache.org/docs/0.6.1/manual/dependencymanagement.html On Wed, Aug 17, 2016 at

[ANNOUNCE] Apache Zeppelin 0.6.1 released

2016-08-16 Thread Mina Lee
The Apache Zeppelin community is pleased to announce the availability of the 0.6.1 release. Zeppelin is a collaborative data analytics and visualization tool for distributed, general-purpose data processing system such as Apache Spark, Apache Flink, etc. The community put significant effort into

Re: How to use R interpreter ?

2016-08-01 Thread mina lee
Have you tried to build it with -Psparkr profile? If you do, you will be able to use r interpreter either with %r or %spark.r On Mon, Aug 1, 2016 at 4:05 PM Jeff Zhang wrote: > > I try to use R interpreter using spark.r, r and knitr, but all fails. I > have already compiled

Re: Spark-sql showing no table

2016-07-22 Thread mina lee
Hi Vikash, if you want to render dataframe as a table with sqlContext, you will need to run z.show(tables) On Thu, Jul 14, 2016 at 1:22 PM Vikash Kumar wrote: > I am creating a sqlContext from exiting sc. > > Var tables = sqlContext.sql(“show tables”)

[ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-06 Thread mina lee
The Apache Zeppelin community is pleased to announce the availability of the 0.6.0 release. Zeppelin is a collaborative data analytics and visualization tool for distributed, general-purpose data processing system such as Apache Spark, Apache Flink, etc. The community put significant effort into

Re: Zeppelin 0.6 Release Date

2016-07-05 Thread mina lee
Hi Kevin, release process is almost done, we have only one process left which is publishing release package to mirroring site. We are waiting for Apache infra team's response for this so 0.6.0 release will be announced sooner or later. Thanks, Mina On Wed, Jul 6, 2016 at 3:00 AM Kevin