[GitHub] zeppelin pull request #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-24 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[jira] [Created] (ZEPPELIN-3563) Add pool to paragraph property that use spark interpreter

2018-06-24 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3563:


 Summary: Add pool to paragraph property that use spark interpreter 
 Key: ZEPPELIN-3563
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3563
 Project: Zeppelin
  Issue Type: New Feature
Reporter: Jeff Zhang






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3562) Add storing to resource pool as paragraph property

2018-06-24 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3562:


 Summary: Add storing to resource pool as paragraph property
 Key: ZEPPELIN-3562
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3562
 Project: Zeppelin
  Issue Type: New Feature
Reporter: Jeff Zhang






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3561) Allow username variable in isolated interpreter configs (Kerberos)

2018-06-24 Thread Mathew (JIRA)
Mathew created ZEPPELIN-3561:


 Summary: Allow username variable in isolated interpreter configs 
(Kerberos)
 Key: ZEPPELIN-3561
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3561
 Project: Zeppelin
  Issue Type: Improvement
Affects Versions: 0.8.0
Reporter: Mathew


Currently we have configs like:
* spark.yarn.principal
* spark.yarn.keytab
* zeppelin.jdbc.principal
* zeppelin.jdbc.keytab.location

Can we support specifying variables like {LOGGED_IN_USER} in these configs for 
"Isolated per user" interpreters, this would allow us to specify the keytab 
location for the user, rather than giving Zeppelin itself one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [VOTE] Release Apache Zeppelin 0.8.0 (RC6)

2018-06-24 Thread Jeff Zhang
Here's my +1.

I build it from source successfully and ran spark tutorial in local,
yarn-client, yarn-cluster mode successfully.



Jeff Zhang 于2018年6月25日周一 上午8:34写道:

> Hi folks,
>
> I propose the following RC to be released for the Apache Zeppelin
> 0.8.0 release.
>
> The commit id is 603cc492f5e322c73915501e8cf65970d0c61870
>
>  
> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=603cc492f5e322c73915501e8cf65970d0c61870
>  
> *
>
>
> This corresponds to the tag: v0.8.0-rc6
>
> The release archives (tgz), signature, and checksums are here 
> *https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.8.0-rc6/ 
> *
>
>
> The release candidate consists of the following source distribution archive 
> zeppelin-0.8.0.tgz
>
> In addition, the following supplementary binary distributions are provided
> for user convenience at the same location zeppelin-0.8.0-bin-all.tgz
>
> zeppelin-0.8.0-bin-netinst.tgz
>
> The maven artifacts are here 
> *https://repository.apache.org/content/repositories/orgapachezeppelin-1252
> *
>
> You can find the KEYS file here: 
> https://dist.apache.org/repos/dist/release/zeppelin/KEYS
>
> Release notes available at 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316221=12339144
>
> Vote will be open for next 72 hours (close at 6PM 27/June PDT).
>
> [ ] +1 approve
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
>
>


[VOTE] Release Apache Zeppelin 0.8.0 (RC6)

2018-06-24 Thread Jeff Zhang
Hi folks,

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

The commit id is 603cc492f5e322c73915501e8cf65970d0c61870

 
*https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=603cc492f5e322c73915501e8cf65970d0c61870
*


This corresponds to the tag: v0.8.0-rc6

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


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

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

zeppelin-0.8.0-bin-netinst.tgz

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

You can find the KEYS file here:
https://dist.apache.org/repos/dist/release/zeppelin/KEYS

Release notes available at
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316221=12339144

Vote will be open for next 72 hours (close at 6PM 27/June PDT).

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


[GitHub] zeppelin issue #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-24 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3029
  
There's still some flaky test that may fails due to networks issue or other 
issues. 
LGTM


---