[GitHub] zeppelin pull request #1323: [HOTFIX] Add logins authentication for hdfs fil...

2016-08-12 Thread rawkintrevo
GitHub user rawkintrevo opened a pull request:

https://github.com/apache/zeppelin/pull/1323

[HOTFIX] Add logins authentication for hdfs file interpreter

### What is this PR for?
When attempting to login to a webhdfs file system with credentials as in:
`https://:@:`

We get a `ava.io.IOException: Server returned HTTP response code: 401 for 
URL: `

This has to do with how Java authorizes a URL.  A simple fix is applied to 
handle this. 

### What type of PR is it?
Improvement

### Todos
* [x] - Apply Patch

### What is the Jira issue?
No JIRA issue, this was required functionality for a use case. I expect 
others will require this too.

### How should this be tested?
Login to a webhdfs that requires authentication.  It works. 

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update?
No
* Is there breaking changes for older versions?
No
* Does this needs documentation?
I don't think so- the intuitive way to pass username/login is 
https://`user`:`password`@host.  This makes that work. 



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/rawkintrevo/incubator-zeppelin hdfs-auth

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1323.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1323


commit 85921185b0b7dc72b18b4bdceb9ba711ce3ff0d5
Author: rawkintrevo 
Date:   2016-08-11T20:41:29Z

[HOTFIX] Add Logins for hdfs file interpreter




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
GitHub user iasandcb opened a pull request:

https://github.com/apache/zeppelin/pull/1324

Update AWS S3 library to avoid old Jackson

### What is this PR for?
Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses
Jackson 2.5 from AWS S3 library. In order to resolve this, update AWS
S3 library to 1.11 which depends on Jackson 2.6.

### What type of PR is it?
Improvement

### Todos
* [ ] - Apply Patch

### What is the Jira issue?
No JIRA issue

### How should this be tested?
 * Set Spark Interpreter not to use local.
 * Run a simple Hello World notebook.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NO

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/iasandcb/zeppelin zengine-s3-update

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1324.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1324


commit 3a75ae9955afda0b232fc0c023cb84c524c93bcd
Author: Changshin Lee 
Date:   2016-08-12T04:43:36Z

Update AWS S3 library to avoid old Jackson

Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses
Jackson 2.5 from AWS S3 library. In order to resolve this, update AWS
S3 library to 1.11 which depends on Jackson 2.6.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-08-12 Thread Sachin Janani
Its working properly for Spark interpreter but not for JDBC

On Fri, Aug 12, 2016 at 9:42 AM, Sachin Janani 
wrote:

> Hi All,
> Greetings' of the Day,
> I was verifying this RC build and found that Progress bar and Running % is
> not working as expected.Is this the known issue?
>
> On Wed, Aug 10, 2016 at 7:41 AM, Jianfeng (Jeff) Zhang <
> jzh...@hortonworks.com> wrote:
>
>>
>> Hi Mina,
>>
>> Can we also include ZEPPELIN-1175 in 0.6.1 ?  As 0.6.1 support spark 2.0
>> which has a fix to distribute log4j.properties to executor, so it would
>> make executor log unavailable too.
>> Without the AM/Executor log, it is pretty hard to do diagnose.
>>
>> https://issues.apache.org/jira/browse/ZEPPELIN-1175
>>
>>
>>
>> Best Regard,
>> Jeff Zhang
>>
>>
>>
>>
>>
>> On 8/10/16, 9:00 AM, "mina lee"  wrote:
>>
>> >Vinay, Andrey,
>> >thanks for verification.
>> >
>> >It makes sense what you're saying.
>> >I did include ZEPPELIN-1197
>> > in branch-0.6 and
>> we
>> >will manage ZEPPELIN-1308
>> > to be included
>> soon.
>> >I will wait for more feedback, and then proceed next vote for rc2 as soon
>> >as possible.
>> >
>> >On Wed, Aug 10, 2016 at 7:48 AM, Andrey Gura  wrote:
>> >
>> >> Guys,
>> >>
>> >> 0.6.1 release will bring Ignite interpreter version older than 0.6.0
>> >>due to
>> >> ZEPPELIN-605 (1.5.0 instead of 1.6.0).
>> >>
>> >> It is wrong if new release will deprive users some possibilities in
>> >>Ignite
>> >> interpreter.
>> >>
>> >> I propose include ZEPPELIN-1308 into 0.6.1 version.
>> >>
>> >> Thanks!
>> >>
>> >>
>> >> On Tue, Aug 9, 2016 at 8:18 PM, Vinay Shukla 
>> >> wrote:
>> >>
>> >> > We should pull Zeppelin-1197 into 0.6.1. Without this pull request
>> the
>> >> user
>> >> > experience in Zeppelin is inferior other notebooks.
>> >> >
>> >> > On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee 
>> wrote:
>> >> >
>> >> > > Thanks Vinay for verifying RC.
>> >> > >
>> >> > > I think it is expected behavior not printing output without using
>> >> print()
>> >> > > in 0.6.1. Because
>> >>https://issues.apache.org/jira/browse/ZEPPELIN-1197
>> >> is
>> >> > > resolved for 0.7.0 and patch is only available in master branch.
>> >> > >
>> >> > > Thanks,
>> >> > > moon
>> >> > >
>> >> > > On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla > >
>> >> > wrote:
>> >> > >
>> >> > > > Sorry, sent the earlier email too soon.
>> >> > > >
>> >> > > > -1
>> >> > > >
>> >> > > > The below shows no output, looks like pyspark is broken.
>> >> > > >
>> >> > > > %pyspark
>> >> > > > sys.version
>> >> > > > sc.version
>> >> > > > spark.version
>> >> > > >
>> >> > > >
>> >> > > > %pyspark
>> >> > > > sc.parallelize([1,2,3]).count()
>> >> > > >
>> >> > > > No output
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla
>> >>> >> >
>> >> > > > wrote:
>> >> > > >
>> >> > > > > +1 (see point 5 below, existing issue, will file a tracking
>> >>issue )
>> >> > > > >
>> >> > > > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
>> >> > > > > 2. Installed on MacOSx Yosemite
>> >> > > > > 3. Ran Zeppelin Tutorial successfully
>> >> > > > > 4. Created a new note & validated spark 2.0 with sc.version &
>> >> > > > spark.version
>> >> > > > > 5. Searched for newly created note under a folder, exact name
>> >> search
>> >> > > > > works, wildcard name search fails.
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee 
>> >> > wrote:
>> >> > > > >
>> >> > > > >> Hi folks,
>> >> > > > >>
>> >> > > > >> I propose the following RC to be released for the Apache
>> >>Zeppelin
>> >> > > 0.6.1
>> >> > > > >> release.
>> >> > > > >>
>> >> > > > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d
>> which
>> >> is
>> >> > > > >> corresponds
>> >> > > > >> to the tag v0.6.1-rc1:
>> >> > > > >> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
>> >> > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
>> >> > > > >> > >> > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
>> >> > > > >>
>> >> > > > >> The release archives (tgz), signature, and checksums are here
>> >> > > > >> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.
>> >> 6.1-rc1/
>> >> > > > >>
>> >> > > > >> The release candidate consists of the following source
>> >> distribution
>> >> > > > >> archive
>> >> > > > >> zeppelin-0.6.1.tgz
>> >> > > > >>
>> >> > > > >> In addition, the following supplementary binary distributions
>> >>are
>> >> > > > provided
>> >> > > > >> for user convenience at the same location
>> >> > > > >> zeppelin-0.6.1-bin-all.tgz
>> >> > > > >> zeppelin-0.6.1-netinst-all.tgz
>> >> > > > >>
>> >> > > > >> The maven artifacts are here
>> >> > > > >> https://repository.apache.org/content/repositories/
>> >> > > > >> orgapachezeppelin-1014/org/apache/zeppelin/
>> >> > > > >>
>

[GitHub] zeppelin issue #1254: [ZEPPELIN-1257] storage - fix get note revision api

2016-08-12 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1254
  
@bzz rebased and addressed comments


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1320: [ZEPPELIN-1287][branch-0.6] No need to call print to d...

2016-08-12 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1320
  
Just one minor code style issue, rest LGTM, Thanks @minahlee for taking 
over this. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1294: Change maven version from 3.3.3 to 3.3.9 at vag...

2016-08-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1294


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1301: [MINOR] Removed unused profiles from spark/pom.xml

2016-08-12 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1301
  
Definitely should remove profile yarn. I got classpath issue when enabling 
yarn profile. 

And we need to update the docs accordingly.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1277: [ZEPPELIN-1257] Decouple revision id handling

2016-08-12 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1277
  
Shall we close this guy then?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1320: [ZEPPELIN-1287][branch-0.6] No need to call print to d...

2016-08-12 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1320
  
@zjffdu Thanks for review!
Merge if there is no more discussion


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1320: [ZEPPELIN-1287][branch-0.6] No need to call pri...

2016-08-12 Thread minahlee
Github user minahlee closed the pull request at:

https://github.com/apache/zeppelin/pull/1320


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1321: [BUILD][HOTFIX] Add -DskipTests property to red...

2016-08-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/1321


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1248: [ZEPPELIN-1069]Ignore implicit interpreter when user e...

2016-08-12 Thread mwkang
Github user mwkang commented on the issue:

https://github.com/apache/zeppelin/pull/1248
  
@bzz Thank you!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-08-12 Thread Sachin Janani
Hi All,
Greetings' of the Day,
I was verifying this RC build and found that Progress bar and Running % is
not working as expected.Is this the known issue?

On Wed, Aug 10, 2016 at 7:41 AM, Jianfeng (Jeff) Zhang <
jzh...@hortonworks.com> wrote:

>
> Hi Mina,
>
> Can we also include ZEPPELIN-1175 in 0.6.1 ?  As 0.6.1 support spark 2.0
> which has a fix to distribute log4j.properties to executor, so it would
> make executor log unavailable too.
> Without the AM/Executor log, it is pretty hard to do diagnose.
>
> https://issues.apache.org/jira/browse/ZEPPELIN-1175
>
>
>
> Best Regard,
> Jeff Zhang
>
>
>
>
>
> On 8/10/16, 9:00 AM, "mina lee"  wrote:
>
> >Vinay, Andrey,
> >thanks for verification.
> >
> >It makes sense what you're saying.
> >I did include ZEPPELIN-1197
> > in branch-0.6 and
> we
> >will manage ZEPPELIN-1308
> > to be included
> soon.
> >I will wait for more feedback, and then proceed next vote for rc2 as soon
> >as possible.
> >
> >On Wed, Aug 10, 2016 at 7:48 AM, Andrey Gura  wrote:
> >
> >> Guys,
> >>
> >> 0.6.1 release will bring Ignite interpreter version older than 0.6.0
> >>due to
> >> ZEPPELIN-605 (1.5.0 instead of 1.6.0).
> >>
> >> It is wrong if new release will deprive users some possibilities in
> >>Ignite
> >> interpreter.
> >>
> >> I propose include ZEPPELIN-1308 into 0.6.1 version.
> >>
> >> Thanks!
> >>
> >>
> >> On Tue, Aug 9, 2016 at 8:18 PM, Vinay Shukla 
> >> wrote:
> >>
> >> > We should pull Zeppelin-1197 into 0.6.1. Without this pull request the
> >> user
> >> > experience in Zeppelin is inferior other notebooks.
> >> >
> >> > On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee 
> wrote:
> >> >
> >> > > Thanks Vinay for verifying RC.
> >> > >
> >> > > I think it is expected behavior not printing output without using
> >> print()
> >> > > in 0.6.1. Because
> >>https://issues.apache.org/jira/browse/ZEPPELIN-1197
> >> is
> >> > > resolved for 0.7.0 and patch is only available in master branch.
> >> > >
> >> > > Thanks,
> >> > > moon
> >> > >
> >> > > On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla 
> >> > wrote:
> >> > >
> >> > > > Sorry, sent the earlier email too soon.
> >> > > >
> >> > > > -1
> >> > > >
> >> > > > The below shows no output, looks like pyspark is broken.
> >> > > >
> >> > > > %pyspark
> >> > > > sys.version
> >> > > > sc.version
> >> > > > spark.version
> >> > > >
> >> > > >
> >> > > > %pyspark
> >> > > > sc.parallelize([1,2,3]).count()
> >> > > >
> >> > > > No output
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla
> >> >> >
> >> > > > wrote:
> >> > > >
> >> > > > > +1 (see point 5 below, existing issue, will file a tracking
> >>issue )
> >> > > > >
> >> > > > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> >> > > > > 2. Installed on MacOSx Yosemite
> >> > > > > 3. Ran Zeppelin Tutorial successfully
> >> > > > > 4. Created a new note & validated spark 2.0 with sc.version &
> >> > > > spark.version
> >> > > > > 5. Searched for newly created note under a folder, exact name
> >> search
> >> > > > > works, wildcard name search fails.
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee 
> >> > wrote:
> >> > > > >
> >> > > > >> Hi folks,
> >> > > > >>
> >> > > > >> I propose the following RC to be released for the Apache
> >>Zeppelin
> >> > > 0.6.1
> >> > > > >> release.
> >> > > > >>
> >> > > > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d
> which
> >> is
> >> > > > >> corresponds
> >> > > > >> to the tag v0.6.1-rc1:
> >> > > > >> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> >> > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> >> > > > >>  >> > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
> >> > > > >>
> >> > > > >> The release archives (tgz), signature, and checksums are here
> >> > > > >> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.
> >> 6.1-rc1/
> >> > > > >>
> >> > > > >> The release candidate consists of the following source
> >> distribution
> >> > > > >> archive
> >> > > > >> zeppelin-0.6.1.tgz
> >> > > > >>
> >> > > > >> In addition, the following supplementary binary distributions
> >>are
> >> > > > provided
> >> > > > >> for user convenience at the same location
> >> > > > >> zeppelin-0.6.1-bin-all.tgz
> >> > > > >> zeppelin-0.6.1-netinst-all.tgz
> >> > > > >>
> >> > > > >> The maven artifacts are here
> >> > > > >> https://repository.apache.org/content/repositories/
> >> > > > >> orgapachezeppelin-1014/org/apache/zeppelin/
> >> > > > >>
> >> > > > >> You can find the KEYS file here:
> >> > > > >> https://people.apache.org/keys/committer/minalee.asc
> >> > > > >>
> >> > > > >> Release notes available at
> >> > > > >> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?vers
> >> > > > >> ion=12336543&styleName=Html&projectI

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

2016-08-12 Thread Corneau Damien
The progress bar % depends will show status depending on the interpreter.
Maybe the JDBC interpreter do not handle it.


On Fri, Aug 12, 2016 at 3:59 PM, Sachin Janani 
wrote:

> Its working properly for Spark interpreter but not for JDBC
>
> On Fri, Aug 12, 2016 at 9:42 AM, Sachin Janani 
> wrote:
>
> > Hi All,
> > Greetings' of the Day,
> > I was verifying this RC build and found that Progress bar and Running %
> is
> > not working as expected.Is this the known issue?
> >
> > On Wed, Aug 10, 2016 at 7:41 AM, Jianfeng (Jeff) Zhang <
> > jzh...@hortonworks.com> wrote:
> >
> >>
> >> Hi Mina,
> >>
> >> Can we also include ZEPPELIN-1175 in 0.6.1 ?  As 0.6.1 support spark 2.0
> >> which has a fix to distribute log4j.properties to executor, so it would
> >> make executor log unavailable too.
> >> Without the AM/Executor log, it is pretty hard to do diagnose.
> >>
> >> https://issues.apache.org/jira/browse/ZEPPELIN-1175
> >>
> >>
> >>
> >> Best Regard,
> >> Jeff Zhang
> >>
> >>
> >>
> >>
> >>
> >> On 8/10/16, 9:00 AM, "mina lee"  wrote:
> >>
> >> >Vinay, Andrey,
> >> >thanks for verification.
> >> >
> >> >It makes sense what you're saying.
> >> >I did include ZEPPELIN-1197
> >> > in branch-0.6
> and
> >> we
> >> >will manage ZEPPELIN-1308
> >> > to be included
> >> soon.
> >> >I will wait for more feedback, and then proceed next vote for rc2 as
> soon
> >> >as possible.
> >> >
> >> >On Wed, Aug 10, 2016 at 7:48 AM, Andrey Gura 
> wrote:
> >> >
> >> >> Guys,
> >> >>
> >> >> 0.6.1 release will bring Ignite interpreter version older than 0.6.0
> >> >>due to
> >> >> ZEPPELIN-605 (1.5.0 instead of 1.6.0).
> >> >>
> >> >> It is wrong if new release will deprive users some possibilities in
> >> >>Ignite
> >> >> interpreter.
> >> >>
> >> >> I propose include ZEPPELIN-1308 into 0.6.1 version.
> >> >>
> >> >> Thanks!
> >> >>
> >> >>
> >> >> On Tue, Aug 9, 2016 at 8:18 PM, Vinay Shukla 
> >> >> wrote:
> >> >>
> >> >> > We should pull Zeppelin-1197 into 0.6.1. Without this pull request
> >> the
> >> >> user
> >> >> > experience in Zeppelin is inferior other notebooks.
> >> >> >
> >> >> > On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee 
> >> wrote:
> >> >> >
> >> >> > > Thanks Vinay for verifying RC.
> >> >> > >
> >> >> > > I think it is expected behavior not printing output without using
> >> >> print()
> >> >> > > in 0.6.1. Because
> >> >>https://issues.apache.org/jira/browse/ZEPPELIN-1197
> >> >> is
> >> >> > > resolved for 0.7.0 and patch is only available in master branch.
> >> >> > >
> >> >> > > Thanks,
> >> >> > > moon
> >> >> > >
> >> >> > > On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla <
> vinayshu...@gmail.com
> >> >
> >> >> > wrote:
> >> >> > >
> >> >> > > > Sorry, sent the earlier email too soon.
> >> >> > > >
> >> >> > > > -1
> >> >> > > >
> >> >> > > > The below shows no output, looks like pyspark is broken.
> >> >> > > >
> >> >> > > > %pyspark
> >> >> > > > sys.version
> >> >> > > > sc.version
> >> >> > > > spark.version
> >> >> > > >
> >> >> > > >
> >> >> > > > %pyspark
> >> >> > > > sc.parallelize([1,2,3]).count()
> >> >> > > >
> >> >> > > > No output
> >> >> > > >
> >> >> > > >
> >> >> > > >
> >> >> > > > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla
> >> >> >> >> >
> >> >> > > > wrote:
> >> >> > > >
> >> >> > > > > +1 (see point 5 below, existing issue, will file a tracking
> >> >>issue )
> >> >> > > > >
> >> >> > > > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> >> >> > > > > 2. Installed on MacOSx Yosemite
> >> >> > > > > 3. Ran Zeppelin Tutorial successfully
> >> >> > > > > 4. Created a new note & validated spark 2.0 with sc.version &
> >> >> > > > spark.version
> >> >> > > > > 5. Searched for newly created note under a folder, exact name
> >> >> search
> >> >> > > > > works, wildcard name search fails.
> >> >> > > > >
> >> >> > > > >
> >> >> > > > >
> >> >> > > > >
> >> >> > > > >
> >> >> > > > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee <
> mina...@apache.org>
> >> >> > wrote:
> >> >> > > > >
> >> >> > > > >> Hi folks,
> >> >> > > > >>
> >> >> > > > >> I propose the following RC to be released for the Apache
> >> >>Zeppelin
> >> >> > > 0.6.1
> >> >> > > > >> release.
> >> >> > > > >>
> >> >> > > > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d
> >> which
> >> >> is
> >> >> > > > >> corresponds
> >> >> > > > >> to the tag v0.6.1-rc1:
> >> >> > > > >> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> >> >> > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> >> >> > > > >>  >> >> > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
> >> >> > > > >>
> >> >> > > > >> The release archives (tgz), signature, and checksums are
> here
> >> >> > > > >> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.
> >> >> 6.1-rc1/
> >> >> > > > >>
> >> >> > > > >> The release candidate consists of the following sour

[GitHub] zeppelin pull request #1325: Add an Apache Zeppelin Logo section to the webs...

2016-08-12 Thread corneadoug
GitHub user corneadoug opened a pull request:

https://github.com/apache/zeppelin/pull/1325

Add an Apache Zeppelin Logo section to the website

### What is this PR for?
This PR is bringing both PNG and SVG format of the logo to the website, as 
well as a few other infos about color and font used.
To do that we add a new page and navigation menu named: More


### What type of PR is it?
Documentation

### How should this be tested?
Build the website and visit the More menu

### Screenshots (if appropriate)
https://cloud.githubusercontent.com/assets/710411/17617666/4c0b9c6c-60b6-11e6-891c-2f2a8d9cf528.png";>

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/corneadoug/incubator-zeppelin 
add/logoToWebsite

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1325.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1325


commit 0d6a927612c47d655db49e17628087fd16c13d3e
Author: Damien CORNEAU 
Date:   2016-08-12T08:54:55Z

Add more page and Apache Zeppelin logo section




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1318: [ZEPPELIN-1280][Spark on Yarn] Documents for running z...

2016-08-12 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1318
  
Then what about supporting latest verison(Spark2.0 & hadoop2.7)?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1321: [BUILD][HOTFIX] Add -DskipTests property to reduce bui...

2016-08-12 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1321
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1323) Create CONTRIBUTING.md for Zeppelin documentation

2016-08-12 Thread Ahyoung (JIRA)
Ahyoung created ZEPPELIN-1323:
-

 Summary:  Create CONTRIBUTING.md for Zeppelin documentation
 Key: ZEPPELIN-1323
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1323
 Project: Zeppelin
  Issue Type: Task
Reporter: Ahyoung
Assignee: Ahyoung
Priority: Minor
 Fix For: 0.7.0


It would be good for new contributors if we provide a guide about "How to 
contribute to Zeppelin documentation website?"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1326: [ZEPPELIN-1323] Add contribution guide for Zepp...

2016-08-12 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request:

https://github.com/apache/zeppelin/pull/1326

[ZEPPELIN-1323] Add contribution guide for Zeppelin documentation

### What is this PR for?
Recently I added auto generated Table of Contents by #1031 and searching 
feature by #1266. So I wrote some guide to `docs/CONTRIBUTING.md` about how to 
use and how they can be applied to docs page. Hope this helps to new Zeppelin 
(docs) contributors :)


### What type of PR is it?
Documentation

### Todos
* [x] - Update `docs/README.md`

### What is the Jira issue?
[ZEPPELIN-1323](https://issues.apache.org/jira/browse/ZEPPELIN-1323)

### How should this be tested?
Just click `View` button on the top of the file diff :)

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/AhyoungRyu/zeppelin ZEPPELIN-1323

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1326.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1326


commit aed2e6f8aab3782f0bba984fa416fbdc5598d729
Author: AhyoungRyu 
Date:   2016-08-12T10:06:32Z

Update contents in docs/README.md

commit 81dbf0e1290f56e22a8aaf6fbb05486377e85984
Author: AhyoungRyu 
Date:   2016-08-12T10:06:48Z

Add new files: CONTRIBUTING.md




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1322: [ZEPPELIN-1320] Security fix for Shell/Spark and Pytho...

2016-08-12 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1322
  
@felixcheung Fair point, let me try and do it, will change the title to WIP 
for now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1210: [ZEPPELIN-1220] Add geographical map as visualization ...

2016-08-12 Thread mwpenny
Github user mwpenny commented on the issue:

https://github.com/apache/zeppelin/pull/1210
  
@corneadoug The CSS and JavaScript come from the same server. The CSS is 
timing out for you but not the JS? Or is the CSS just loading late?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-12 Thread mina lee
Hi folks,

I propose the following RC to be released for the Apache Zeppelin 0.6.1
release.

The commit id is c928f9a46ecacebc868d6dc10a95c02f9018a18e which is corresponds
to the tag v0.6.1-rc2:
*https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=c928f9a46ecacebc868d6dc10a95c02f9018a18e
*

The release archives (tgz), signature, and checksums are here
https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc2/

The release candidate consists of the following source distribution archive
zeppelin-0.6.1.tgz

In addition, the following supplementary binary distributions are provided
for user convenience at the same location
zeppelin-0.6.1-bin-all.tgz
zeppelin-0.6.1-netinst-all.tgz

The maven artifacts are here
https://repository.apache.org/content/repositories/orgapachezeppelin-1016/org/apache/zeppelin/

You can find the KEYS file here:
https://people.apache.org/keys/committer/minalee.asc

Release notes available at
*https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336543&styleName=Html&projectId=12316221
*

Vote will be open for next 72 hours (close at 5am 15/Aug PDT).

[ ] +1 approve
[ ] 0 no opinion
[ ] -1 disapprove (and reason why)


[GitHub] zeppelin issue #1318: [ZEPPELIN-1280][Spark on Yarn] Documents for running z...

2016-08-12 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1318
  
Spark2.0 & hadoop2.7 is working well.
- YARN

![image](https://cloud.githubusercontent.com/assets/3348133/17622873/fc1b827c-60d7-11e6-80ec-e8e9890a5c99.png)

- hdfs 

![image](https://cloud.githubusercontent.com/assets/3348133/17622501/bdd23c1a-60d5-11e6-9aa2-a835e5fcecb2.png)

as you can see test `spark-submit` job was successful but zeppelin job 
doesn't work properly.
I'll take a look at problem later.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1324) Make the paragraph code selectable when the status of it is `RUNNING` or `PENDING`

2016-08-12 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1324:


 Summary: Make the paragraph code selectable when the status of it 
is `RUNNING` or `PENDING`
 Key: ZEPPELIN-1324
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1324
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Karuppayya


Make the paragraph code selectable when the staus of it is `RUNNNING` or 
`PENDING`
There might be a long running code which the user has typed in and has started 
execution.
He might want to share it others(copy-paste) when the paragraph is running.
This is not possible now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1327: ZEPPELIN-1324: Make paragraph code selectable w...

2016-08-12 Thread karup1990
GitHub user karup1990 opened a pull request:

https://github.com/apache/zeppelin/pull/1327

ZEPPELIN-1324: Make paragraph code selectable when running

### What is this PR for?
Make paragraph code selectable when running(*PENDING* or *RUNNING* state)


### What type of PR is it?
 Improvement


### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1324

### How should this be tested?
Try to select, copy, paste the paragraph code, when paragraph is running

### Questions:
* Does the licenses files need update? NA
* Is there breaking changes for older versions? No
* Does this needs documentation? No


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/karup1990/incubator-zeppelin ZEPPELIN-1324

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1327.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1327


commit c503f450c78c55e2c1369ecc3e11f082e865b048
Author: CloverHearts 
Date:   2016-06-15T05:01:28Z

ZEPPLIN-976 ] HotFix - zeppelin server does not restart when incorrect 
credentials data.

### What is this PR
zeppelin server does not restart when incorrect credentials data.

reproduce.
1. Click to zeppelin home for web ui.
2. Click to zeppelin Credentials.
3. 'Entity' information without writing, username and password only written 
to storage.
4. Click to zeppelin home for web ui.
5. Click to zeppelin Credentials.
and zeppelin restart.
# but, Zeppelin does not work.

It creates the wrong json file. 'conf / credentials.json' according to the 
null.

### What type of PR is it?
Hot Fix

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-976

### How should this be tested?

1. Click to zeppelin home for web ui.
2. Click to zeppelin Credentials.
3. 'Entity' information without writing, username and password only written 
to storage.
4. Click to zeppelin home for web ui.
5. Click to zeppelin Credentials.
and zeppelin restart.

zeppelin does work!

### Reproduced Screenshots

![zeppelin-server-error2](https://cloud.githubusercontent.com/assets/10525473/15889828/b92590d8-2da7-11e6-9b51-0a82c3bb9f1f.gif)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: CloverHearts 

Closes #976 from cloverhearts/hotfix/CredentialsJsonBug and squashes the 
following commits:

293ab08 [CloverHearts] Merge branch 'master' into hotfix/CredentialsJsonBug
ef256c2 [CloverHearts] Merge branch 'master' into hotfix/CredentialsJsonBug
5079495 [CloverHearts] add test code for credentials backends about invalid 
request.
e9a1e93 [CloverHearts] Merge branch 'master' into hotfix/CredentialsJsonBug
4b9aba3 [CloverHearts] changed status code for CredentialsRestapi
1e5cd72 [CloverHearts] Credentials Json serialize backend bug.

commit ee7ebca065bbe3a2e81ca10118baf047dd3fa561
Author: Jongyoul Lee 
Date:   2016-06-14T15:58:21Z

ZEPPELIN-992 Move some tests from InterpreterFactoryTest to 
LazyOpenInterpreterTest

### What is this PR for?
Moving Interpreter.interpret into LazyOpenInterpreterTest in oder to divide 
test scope between InterpreterFactoryTest and LazyOpenInterpreter. This is 
related to #987 a little bit.

### What type of PR is it?
[Refactoring]

### Todos
* [x] - Divide tests

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-992

### How should this be tested?
Changed only test case

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jongyoul Lee 

Closes #1002 from jongyoul/ZEPPELIN-992 and squashes the following commits:

da851da [Jongyoul Lee] Removed author tag
8ef2be3 [Jongyoul Lee] Moved Interpreter.interpret into 
LazyOpenInterpreterTest

commit 9d8680eacdb8691208a59721c609f8af43d6dd21
Author: Mina Lee 
Date:   2016-06-16T00:41:35Z

[HOTFIX][DOC] Fix image path

### What is this PR for?
Use relative path instead of absolute path so doc can find image under 
proper version folder

### What type of PR is it?
Documentation

### Screenshots (if appropriate)
Current 0.6.0-SNAPSHOT main page looks like this:
https://cloud.githubusercontent.com/assets/8503346/16102042/9ca90772-3320-11e6-8628-5850003a64a9.png";>

Author: Mina Lee 

Closes #1020 from minahl

[GitHub] zeppelin pull request #1327: ZEPPELIN-1324: Make paragraph code selectable w...

2016-08-12 Thread karup1990
Github user karup1990 closed the pull request at:

https://github.com/apache/zeppelin/pull/1327


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1193: [ZEPPELIN-1192] Block pyspark paragraph hang.

2016-08-12 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1193
  
@bzz I rebased. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-12 Thread Jianfeng (Jeff) Zhang

+1

Build it with profile spark-2.0, and ran tutorial note successfully.
AM & Executor logs are available in yarn-client mode.



Best Regard,
Jeff Zhang





On 8/12/16, 7:36 PM, "mina lee"  wrote:

>Hi folks,
>
>I propose the following RC to be released for the Apache Zeppelin 0.6.1
>release.
>
>The commit id is c928f9a46ecacebc868d6dc10a95c02f9018a18e which is
>corresponds
>to the tag v0.6.1-rc2:
>*https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=c928f9a
>46ecacebc868d6dc10a95c02f9018a18e
>46ecacebc868d6dc10a95c02f9018a18e>*
>
>The release archives (tgz), signature, and checksums are here
>https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc2/
>
>The release candidate consists of the following source distribution
>archive
>zeppelin-0.6.1.tgz
>
>In addition, the following supplementary binary distributions are provided
>for user convenience at the same location
>zeppelin-0.6.1-bin-all.tgz
>zeppelin-0.6.1-netinst-all.tgz
>
>The maven artifacts are here
>https://repository.apache.org/content/repositories/orgapachezeppelin-1016/
>org/apache/zeppelin/
>
>You can find the KEYS file here:
>https://people.apache.org/keys/committer/minalee.asc
>
>Release notes available at
>*https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336543&s
>tyleName=Html&projectId=12316221
>tyleName=Html&projectId=12316221>*
>
>Vote will be open for next 72 hours (close at 5am 15/Aug PDT).
>
>[ ] +1 approve
>[ ] 0 no opinion
>[ ] -1 disapprove (and reason why)



[GitHub] zeppelin issue #1325: Add an Apache Zeppelin Logo section to the website

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1325
  
Cool!

It's a small thing, but would you consider move "Apache Zeppelin Logo" into 
"Apache" menu?
No special reasons for me, but it can keep number of top level menu small.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1328: ZEPPELIN-1324: Make paragraph code selectable w...

2016-08-12 Thread karup1990
GitHub user karup1990 opened a pull request:

https://github.com/apache/zeppelin/pull/1328

ZEPPELIN-1324: Make paragraph code selectable when running

### What is this PR for?
Make paragraph code selectable when running(*PENDING* or *RUNNING* state)


### What type of PR is it?
 Improvement


### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1324

### How should this be tested?
Try to select, copy, paste the paragraph code, when paragraph is running

### Questions:
* Does the licenses files need update? NA
* Is there breaking changes for older versions? No
* Does this needs documentation? No


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/karup1990/incubator-zeppelin ZEPPELIN-1324_1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1328.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1328


commit 8d055c9dbaa9d5a6cd4cd05f8a8f9abea216b935
Author: Karup 
Date:   2016-08-12T14:11:59Z

Make paragraph code selectable when it is running




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1326: [ZEPPELIN-1323] Add contribution guide for Zeppelin do...

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1326
  
CI failure looks unrelated to this change.

Looks great to me!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-08-12 Thread moon soo Lee
Mina, could you cancel this vote?

On 2016년 8월 12일 (금) at 오전 2:18 Corneau Damien  wrote:

> The progress bar % depends will show status depending on the interpreter.
> Maybe the JDBC interpreter do not handle it.
>
>
> On Fri, Aug 12, 2016 at 3:59 PM, Sachin Janani 
> wrote:
>
> > Its working properly for Spark interpreter but not for JDBC
> >
> > On Fri, Aug 12, 2016 at 9:42 AM, Sachin Janani 
> > wrote:
> >
> > > Hi All,
> > > Greetings' of the Day,
> > > I was verifying this RC build and found that Progress bar and Running %
> > is
> > > not working as expected.Is this the known issue?
> > >
> > > On Wed, Aug 10, 2016 at 7:41 AM, Jianfeng (Jeff) Zhang <
> > > jzh...@hortonworks.com> wrote:
> > >
> > >>
> > >> Hi Mina,
> > >>
> > >> Can we also include ZEPPELIN-1175 in 0.6.1 ?  As 0.6.1 support spark
> 2.0
> > >> which has a fix to distribute log4j.properties to executor, so it
> would
> > >> make executor log unavailable too.
> > >> Without the AM/Executor log, it is pretty hard to do diagnose.
> > >>
> > >> https://issues.apache.org/jira/browse/ZEPPELIN-1175
> > >>
> > >>
> > >>
> > >> Best Regard,
> > >> Jeff Zhang
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> On 8/10/16, 9:00 AM, "mina lee"  wrote:
> > >>
> > >> >Vinay, Andrey,
> > >> >thanks for verification.
> > >> >
> > >> >It makes sense what you're saying.
> > >> >I did include ZEPPELIN-1197
> > >> > in branch-0.6
> > and
> > >> we
> > >> >will manage ZEPPELIN-1308
> > >> > to be included
> > >> soon.
> > >> >I will wait for more feedback, and then proceed next vote for rc2 as
> > soon
> > >> >as possible.
> > >> >
> > >> >On Wed, Aug 10, 2016 at 7:48 AM, Andrey Gura 
> > wrote:
> > >> >
> > >> >> Guys,
> > >> >>
> > >> >> 0.6.1 release will bring Ignite interpreter version older than
> 0.6.0
> > >> >>due to
> > >> >> ZEPPELIN-605 (1.5.0 instead of 1.6.0).
> > >> >>
> > >> >> It is wrong if new release will deprive users some possibilities in
> > >> >>Ignite
> > >> >> interpreter.
> > >> >>
> > >> >> I propose include ZEPPELIN-1308 into 0.6.1 version.
> > >> >>
> > >> >> Thanks!
> > >> >>
> > >> >>
> > >> >> On Tue, Aug 9, 2016 at 8:18 PM, Vinay Shukla <
> vinayshu...@gmail.com>
> > >> >> wrote:
> > >> >>
> > >> >> > We should pull Zeppelin-1197 into 0.6.1. Without this pull
> request
> > >> the
> > >> >> user
> > >> >> > experience in Zeppelin is inferior other notebooks.
> > >> >> >
> > >> >> > On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee 
> > >> wrote:
> > >> >> >
> > >> >> > > Thanks Vinay for verifying RC.
> > >> >> > >
> > >> >> > > I think it is expected behavior not printing output without
> using
> > >> >> print()
> > >> >> > > in 0.6.1. Because
> > >> >>https://issues.apache.org/jira/browse/ZEPPELIN-1197
> > >> >> is
> > >> >> > > resolved for 0.7.0 and patch is only available in master
> branch.
> > >> >> > >
> > >> >> > > Thanks,
> > >> >> > > moon
> > >> >> > >
> > >> >> > > On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla <
> > vinayshu...@gmail.com
> > >> >
> > >> >> > wrote:
> > >> >> > >
> > >> >> > > > Sorry, sent the earlier email too soon.
> > >> >> > > >
> > >> >> > > > -1
> > >> >> > > >
> > >> >> > > > The below shows no output, looks like pyspark is broken.
> > >> >> > > >
> > >> >> > > > %pyspark
> > >> >> > > > sys.version
> > >> >> > > > sc.version
> > >> >> > > > spark.version
> > >> >> > > >
> > >> >> > > >
> > >> >> > > > %pyspark
> > >> >> > > > sc.parallelize([1,2,3]).count()
> > >> >> > > >
> > >> >> > > > No output
> > >> >> > > >
> > >> >> > > >
> > >> >> > > >
> > >> >> > > > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla
> > >> >> > >> >> >
> > >> >> > > > wrote:
> > >> >> > > >
> > >> >> > > > > +1 (see point 5 below, existing issue, will file a tracking
> > >> >>issue )
> > >> >> > > > >
> > >> >> > > > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> > >> >> > > > > 2. Installed on MacOSx Yosemite
> > >> >> > > > > 3. Ran Zeppelin Tutorial successfully
> > >> >> > > > > 4. Created a new note & validated spark 2.0 with
> sc.version &
> > >> >> > > > spark.version
> > >> >> > > > > 5. Searched for newly created note under a folder, exact
> name
> > >> >> search
> > >> >> > > > > works, wildcard name search fails.
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > >
> > >> >> > > > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee <
> > mina...@apache.org>
> > >> >> > wrote:
> > >> >> > > > >
> > >> >> > > > >> Hi folks,
> > >> >> > > > >>
> > >> >> > > > >> I propose the following RC to be released for the Apache
> > >> >>Zeppelin
> > >> >> > > 0.6.1
> > >> >> > > > >> release.
> > >> >> > > > >>
> > >> >> > > > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d
> > >> which
> > >> >> is
> > >> >> > > > >> corresponds
> > >> >> > > > >> to the tag v0.6.1-rc1:
> > >> >> > > > >> *
> https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> > >> >> > > > >> commit;h=09cd1f18bc

[CANCEL][VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-12 Thread mina lee
Hi community,

we are canceling the vote to include several patches requested during rc1
vote process.
I've already sent vote email for rc2. It would be very appreciated if you
help us verifying 0.6.1-rc2.

Regards,
Mina


[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread WeichenXu123
Github user WeichenXu123 commented on the issue:

https://github.com/apache/zeppelin/pull/1296
  
cc @Leemoonsoo would you help review this? It's an obvious code bug fix. 
Thanks!
The CI failed case isn't related to this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1316: [ZEPPELIN-1118] Migrate Zeppelin Live Demo feature fro...

2016-08-12 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1316
  
Both, version and terms of service (to avoid liability) sounds as a good 
ideas to me


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1313: [ZEPPELIN-1245] Focus first paragraph after notebook c...

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1313
  
@rajarajan-g Thanks! for the contribution.

Tested this PR and it focuses the first paragraph after the note creation. 
Works great!
However, if i open existing note, the focus goes to the last paragraph.

Do you have any idea about default focusing behavior when existing note 
open?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1296
  
@WeichenXu123 Thanks for pinging! Sure, let me take a look.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1296
  
Change looks good to me.

Checked CI test result and it looks unrelated. However, could you trigger 
ci again and see if it passes? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1277: [ZEPPELIN-1257] Decouple revision id handling

2016-08-12 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at:

https://github.com/apache/zeppelin/pull/1277


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1329: ZEPPELIN-1318 - Add support for png images in z...

2016-08-12 Thread agoodm
GitHub user agoodm opened a pull request:

https://github.com/apache/zeppelin/pull/1329

ZEPPELIN-1318 - Add support for png images in z.show()

### What is this PR for?
This PR adds support for plotting png images using the matplotlib helper 
function within a python interpreter (eg `z.show()`). The primary motivation 
for this is due to the overhead incurred from svg images, which can lag the 
notebooks if multiple, complicated images are generated (for example, multiple 
filled contour plots). png images are more lightweight, but of course come at a 
cost of image quality due to them being raster rather than vector like svg. The 
support for png images is incorporated through the use of a new optional 
argument to `z.show` called `fmt` which can be one of `'svg'` or `'png'`. The 
same code that is currently used in show is used for svg images while the code 
for png images relies on converting the image directly to a byte array and then 
entering the decoded byte string directly into an HTML image tag. Currently 
`fmt` defaults to `'png'` but I think we should consider discussing the pros 
and cons of each option in this PR. 

### What type of PR is it?
Improvement

### What is the Jira issue?
[ZEPPELIN-1318](https://issues.apache.org/jira/browse/ZEPPELIN-1318)

### How should this be tested?
In a notebook cell, enter:
```python
%python
import matplotlib.pyplot as plt
import numpy as np

plt.figure()
plt.plot(np.arange(10))
z.show(plt, fmt=fmt)
```
Where `fmt` may be one of `'svg'` or `'png'`, and any other input should 
result in a `ValueError`. I would also recommend testing the example in the 
screenshot below. 

### Screenshots (if appropriate)
![zeppelin plot](https://puu.sh/qzc4t/b8fcfe856e.png)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes (if the changes to the `help()` 
docstring are not sufficient)



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/agoodm/zeppelin ZEPPELIN-1318

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1329.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1329


commit 1efa0c975e41aa3c8b95d0f5e084619d8e996582
Author: Alex Goodman 
Date:   2016-08-12T21:31:40Z

ZEPPELIN-1318 - Add support for png images in z.show()




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread WeichenXu123
Github user WeichenXu123 commented on the issue:

https://github.com/apache/zeppelin/pull/1296
  
@Leemoonsoo How to trigger CI test again ? Is there some instructions or 
reply some keywords ? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1295: [ZEPPELIN-1301] fix potential encoding problem in RInt...

2016-08-12 Thread WeichenXu123
Github user WeichenXu123 commented on the issue:

https://github.com/apache/zeppelin/pull/1295
  
@Leemoonsoo thanks!
I submit this PR because I meet encoding conversion problems when the 
including js contains non-ASCII character.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for png images in z.show()

2016-08-12 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1329
  
could you please update this PR and the JIRA to say `python` interpreter?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1324
  
looks good. could you close/open this PR to trigger CI tests again?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread agoodm
Github user agoodm commented on the issue:

https://github.com/apache/zeppelin/pull/1329
  
@felixcheung Done.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
GitHub user iasandcb reopened a pull request:

https://github.com/apache/zeppelin/pull/1324

Update AWS S3 library to avoid old Jackson

### What is this PR for?
Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses
Jackson 2.5 from AWS S3 library. In order to resolve this, update AWS
S3 library to 1.11 which depends on Jackson 2.6.

### What type of PR is it?
Improvement

### Todos
* [ ] - Apply Patch

### What is the Jira issue?
No JIRA issue

### How should this be tested?
 * Set Spark Interpreter not to use local.
 * Run a simple Hello World notebook.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NO

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/iasandcb/zeppelin zengine-s3-update

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1324.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1324


commit 3a75ae9955afda0b232fc0c023cb84c524c93bcd
Author: Changshin Lee 
Date:   2016-08-12T04:43:36Z

Update AWS S3 library to avoid old Jackson

Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses
Jackson 2.5 from AWS S3 library. In order to resolve this, update AWS
S3 library to 1.11 which depends on Jackson 2.6.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
Github user iasandcb closed the pull request at:

https://github.com/apache/zeppelin/pull/1324


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
Github user iasandcb commented on the issue:

https://github.com/apache/zeppelin/pull/1324
  
@felixcheung Yes, I did.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1329
  
@agoodm thank you for improving matplotlib integration!

Please correct me, but right now PR does 2 things:
 - add PNG support, as well as SVG
 - switches default to PNG

I see you point on performance, but do you think changing default can bring 
any compatibility issue for existing notebooks?

Other then that - the changes looks great to me!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread agoodm
Github user agoodm commented on the issue:

https://github.com/apache/zeppelin/pull/1329
  
@bzz The way I see it the pros and cons of each format can be summed up as 
follows:

### SVG 
Pros:
- Vector so image quality will be consistent regardless of resolution
- Displays more quickly for simple plots (eg. single line plots)

Cons:
- Very slow for complex plots involving many data points

### PNG
Pros:
- Lightweight regardless of the complexity of the plot

Cons:
- Does not scale to higher resolutions as well due to being raster
- _Slightly_ slower to display simple plots

To be honest, I am not really sure which option would be best to default 
to. png is the default format in most matplotlib backends so that is why I have 
chosen it for now, but I think it's worth thinking about. Either way though I 
don't think the choice of default format will matter in terms of backwards 
compatibility as the change should be seamless for users.  I am fine with 
either option honestly.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1325) Better Python interpreter impl

2016-08-12 Thread Alexander Bezzubov (JIRA)
Alexander Bezzubov created ZEPPELIN-1325:


 Summary: Better Python interpreter impl
 Key: ZEPPELIN-1325
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1325
 Project: Zeppelin
  Issue Type: Improvement
  Components: python-interpreter
Affects Versions: 0.7.0
Reporter: Alexander Bezzubov


We have basic Python interpreter implementation, but there are number issues 
that are very hard to address keeping it's existing architecture.

Without changing user-facing APIs (like `z.show`, `%python.sql` etc) the goal 
here is to have a more stable and generic basic Python interpreter 
implementation, that

 - accept all valid python syntax ZEPPELIN-1133 
 - have accurate runtime error detection ZEPPELIN-1114
 - support windows platform ZEPPELIN-893
 - provides ResourcePool support (`z.get` & `z.set`)

The approach I'm exploring is: to use custom python script that 
{code}eval(paragrpah){code} in the Python process and communicates to 
Interpreter process, instead of just reading\writing to stdin\stout of the 
default repl.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1296
  
Thank you for taking care of it. LGTM!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1329
  
Thank you for prompt and thoughtful comparison @agoodm !

> the choice of default format will matter in terms of backwards 
compatibility as the change should be seamless for users

This sounds great to me, let's keep PNG as default. 

Thank you for taking care of the docs in `help()` as well, could you also 
add it to 
[docs/interpreter/python.md#matplotlib-integration](https://github.com/apache/zeppelin/blob/master/docs/interpreter/python.md#matplotlib-integration)
 so it will show up on the [doc 
website](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/python.html#matplotlib-integration)?

Here you can find more details on how to [update the 
website](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/development/howtocontributewebsite.html).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-12 Thread moon soo Lee
+1

Verified
 - No unexpected binaries in source package
 - LICENSE, NOTICE exists
 - Build from source
 - Signature
 - Run binary packages (netinst, all)
 - Run SparkInterpreter with spark-2.0 and scala-2.11

Best,
moon

On Fri, Aug 12, 2016 at 6:37 AM Jianfeng (Jeff) Zhang <
jzh...@hortonworks.com> wrote:

>
> +1
>
> Build it with profile spark-2.0, and ran tutorial note successfully.
> AM & Executor logs are available in yarn-client mode.
>
>
>
> Best Regard,
> Jeff Zhang
>
>
>
>
>
> On 8/12/16, 7:36 PM, "mina lee"  wrote:
>
> >Hi folks,
> >
> >I propose the following RC to be released for the Apache Zeppelin 0.6.1
> >release.
> >
> >The commit id is c928f9a46ecacebc868d6dc10a95c02f9018a18e which is
> >corresponds
> >to the tag v0.6.1-rc2:
> >*
> https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=c928f9a
> >46ecacebc868d6dc10a95c02f9018a18e
> ><
> https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=c928f9a
> >46ecacebc868d6dc10a95c02f9018a18e>*
> >
> >The release archives (tgz), signature, and checksums are here
> >https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc2/
> >
> >The release candidate consists of the following source distribution
> >archive
> >zeppelin-0.6.1.tgz
> >
> >In addition, the following supplementary binary distributions are provided
> >for user convenience at the same location
> >zeppelin-0.6.1-bin-all.tgz
> >zeppelin-0.6.1-netinst-all.tgz
> >
> >The maven artifacts are here
> >
> https://repository.apache.org/content/repositories/orgapachezeppelin-1016/
> >org/apache/zeppelin/
> >
> >You can find the KEYS file here:
> >https://people.apache.org/keys/committer/minalee.asc
> >
> >Release notes available at
> >*
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336543&s
> >tyleName=Html&projectId=12316221
> ><
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336543&s
> >tyleName=Html&projectId=12316221>*
> >
> >Vote will be open for next 72 hours (close at 5am 15/Aug PDT).
> >
> >[ ] +1 approve
> >[ ] 0 no opinion
> >[ ] -1 disapprove (and reason why)
>
>


[GitHub] zeppelin issue #1248: [ZEPPELIN-1069]Ignore implicit interpreter when user e...

2016-08-12 Thread mwkang
Github user mwkang commented on the issue:

https://github.com/apache/zeppelin/pull/1248
  
@bzz I think This PR have some trouble merging to master.
Because When bzz leave comment, I also leave comment immediately.
So bot did not recognize this PR.
Could you mind if you check again? (I'm worried about this PR open forever.)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread agoodm
Github user agoodm commented on the issue:

https://github.com/apache/zeppelin/pull/1329
  
@bzz Done!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1329
  
Looks great to me, thank you @agoodm!

Will merge to master later today, if there is no further discussion


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1290: [ZEPPELIN-708]shift positions automatically to ...

2016-08-12 Thread mwkang
Github user mwkang commented on the issue:

https://github.com/apache/zeppelin/pull/1290
  
I remove `angular.element('#' + focusedParagraph + 
'_paragraphColumn_main').scope().goToLineEnd()`, When paragraph runs.

Because each ace editor keeps cursor position.
So.. user enter `shift+enter`, cursor move next paragraph and cursor 
position is with locates in latest position.

I add screen shot. It is helpful to understand what I said.

![708](https://cloud.githubusercontent.com/assets/10624086/17641641/12086056-6163-11e6-8845-8957527c83aa.gif)

@Leemoonsoo Could you mind if I request to review this PR?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-12 Thread Anthony Corbacho
+1

On Saturday, 13 August 2016, moon soo Lee  wrote:

> +1
>
> Verified
>  - No unexpected binaries in source package
>  - LICENSE, NOTICE exists
>  - Build from source
>  - Signature
>  - Run binary packages (netinst, all)
>  - Run SparkInterpreter with spark-2.0 and scala-2.11
>
> Best,
> moon
>
> On Fri, Aug 12, 2016 at 6:37 AM Jianfeng (Jeff) Zhang <
> jzh...@hortonworks.com > wrote:
>
> >
> > +1
> >
> > Build it with profile spark-2.0, and ran tutorial note successfully.
> > AM & Executor logs are available in yarn-client mode.
> >
> >
> >
> > Best Regard,
> > Jeff Zhang
> >
> >
> >
> >
> >
> > On 8/12/16, 7:36 PM, "mina lee" >
> wrote:
> >
> > >Hi folks,
> > >
> > >I propose the following RC to be released for the Apache Zeppelin 0.6.1
> > >release.
> > >
> > >The commit id is c928f9a46ecacebc868d6dc10a95c02f9018a18e which is
> > >corresponds
> > >to the tag v0.6.1-rc2:
> > >*
> > https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> commit;h=c928f9a
> > >46ecacebc868d6dc10a95c02f9018a18e
> > ><
> > https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> commit;h=c928f9a
> > >46ecacebc868d6dc10a95c02f9018a18e>*
> > >
> > >The release archives (tgz), signature, and checksums are here
> > >https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc2/
> > >
> > >The release candidate consists of the following source distribution
> > >archive
> > >zeppelin-0.6.1.tgz
> > >
> > >In addition, the following supplementary binary distributions are
> provided
> > >for user convenience at the same location
> > >zeppelin-0.6.1-bin-all.tgz
> > >zeppelin-0.6.1-netinst-all.tgz
> > >
> > >The maven artifacts are here
> > >
> > https://repository.apache.org/content/repositories/
> orgapachezeppelin-1016/
> > >org/apache/zeppelin/
> > >
> > >You can find the KEYS file here:
> > >https://people.apache.org/keys/committer/minalee.asc
> > >
> > >Release notes available at
> > >*
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> version=12336543&s
> > >tyleName=Html&projectId=12316221
> > ><
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> version=12336543&s
> > >tyleName=Html&projectId=12316221>*
> > >
> > >Vote will be open for next 72 hours (close at 5am 15/Aug PDT).
> > >
> > >[ ] +1 approve
> > >[ ] 0 no opinion
> > >[ ] -1 disapprove (and reason why)
> >
> >
>


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-12 Thread Ahyoung Ryu
+1

2016년 8월 13일 (토) 오후 2:41, Anthony Corbacho 님이
작성:

> +1
>
> On Saturday, 13 August 2016, moon soo Lee  wrote:
>
> > +1
> >
> > Verified
> >  - No unexpected binaries in source package
> >  - LICENSE, NOTICE exists
> >  - Build from source
> >  - Signature
> >  - Run binary packages (netinst, all)
> >  - Run SparkInterpreter with spark-2.0 and scala-2.11
> >
> > Best,
> > moon
> >
> > On Fri, Aug 12, 2016 at 6:37 AM Jianfeng (Jeff) Zhang <
> > jzh...@hortonworks.com > wrote:
> >
> > >
> > > +1
> > >
> > > Build it with profile spark-2.0, and ran tutorial note successfully.
> > > AM & Executor logs are available in yarn-client mode.
> > >
> > >
> > >
> > > Best Regard,
> > > Jeff Zhang
> > >
> > >
> > >
> > >
> > >
> > > On 8/12/16, 7:36 PM, "mina lee" >
> > wrote:
> > >
> > > >Hi folks,
> > > >
> > > >I propose the following RC to be released for the Apache Zeppelin
> 0.6.1
> > > >release.
> > > >
> > > >The commit id is c928f9a46ecacebc868d6dc10a95c02f9018a18e which is
> > > >corresponds
> > > >to the tag v0.6.1-rc2:
> > > >*
> > > https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> > commit;h=c928f9a
> > > >46ecacebc868d6dc10a95c02f9018a18e
> > > ><
> > > https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> > commit;h=c928f9a
> > > >46ecacebc868d6dc10a95c02f9018a18e>*
> > > >
> > > >The release archives (tgz), signature, and checksums are here
> > > >https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc2/
> > > >
> > > >The release candidate consists of the following source distribution
> > > >archive
> > > >zeppelin-0.6.1.tgz
> > > >
> > > >In addition, the following supplementary binary distributions are
> > provided
> > > >for user convenience at the same location
> > > >zeppelin-0.6.1-bin-all.tgz
> > > >zeppelin-0.6.1-netinst-all.tgz
> > > >
> > > >The maven artifacts are here
> > > >
> > > https://repository.apache.org/content/repositories/
> > orgapachezeppelin-1016/
> > > >org/apache/zeppelin/
> > > >
> > > >You can find the KEYS file here:
> > > >https://people.apache.org/keys/committer/minalee.asc
> > > >
> > > >Release notes available at
> > > >*
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > version=12336543&s
> > > >tyleName=Html&projectId=12316221
> > > ><
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> > version=12336543&s
> > > >tyleName=Html&projectId=12316221>*
> > > >
> > > >Vote will be open for next 72 hours (close at 5am 15/Aug PDT).
> > > >
> > > >[ ] +1 approve
> > > >[ ] 0 no opinion
> > > >[ ] -1 disapprove (and reason why)
> > >
> > >
> >
>