[jira] [Created] (ZEPPELIN-3192) Bump up Zeppelin version to 0.9

2018-01-28 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3192:


 Summary: Bump up Zeppelin version to 0.9
 Key: ZEPPELIN-3192
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3192
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Jeff Zhang






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


[GitHub] zeppelin pull request #2738: [ZEPPELIN-3182] Support saving notebooks to Goo...

2018-01-28 Thread karth295
Github user karth295 closed the pull request at:

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


---


[GitHub] zeppelin pull request #2738: [ZEPPELIN-3182] Support saving notebooks to Goo...

2018-01-28 Thread karth295
GitHub user karth295 reopened a pull request:

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

[ZEPPELIN-3182] Support saving notebooks to Google Cloud Storage

### What is this PR for?

Support saving notebooks to Google Cloud Storage, similar to 
implementations for S3 and Azure. It uses the same authentication mechanisms as 
the BigQuery interpreter.

I am new to Maven, so please check my work on the pom.xml files. In 
particular, I upgraded Guava to 23.0, which was required for 
`google-cloud-java`. Going through hello-world with my changes seems to work.

Also, I modified the BigQuery interpreter docs to point to the **latest** 
GCS storage docs. Is it more appropriate to pin to the version you are viewing? 
How can I do that?

### What type of PR is it?
Improvement

### Todos
* [Low priority] Support encryption keys

I don't this is particularly important, at least for v1.

### How should this be tested?
* I added unit tests for the core functionality
* I manually tested the authentication instructions (but that could use a 
second pair of eyes)

### Questions:
* Does the licenses files need update?
  * No idea. `google-cloud-java` is Apache 2: 
https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
* Is there breaking changes for older versions?
  * Nope.
* Does this needs documentation?
  * Yes, and I tried to update the docs (but there are likely other things 
that need to be updated)

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

$ git pull https://github.com/karth295/zeppelin master

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

https://github.com/apache/zeppelin/pull/2738.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 #2738


commit 00d516cd957188cf872b393d86ec7d80d74b4589
Author: Karthik Palaniappan 
Date:   2018-01-24T07:03:38Z

Unify logic to clear notebook runtime state on load from storage

commit 71adaed0f3ceb319eb2b0064c58743b53790bc3e
Author: Karthik Palaniappan 
Date:   2018-01-29T01:05:52Z

[ZEPPELIN-3182] Support saving notebooks to Google Cloud Storage




---


[GitHub] zeppelin issue #2738: [ZEPPELIN-3182] Support saving notebooks to Google Clo...

2018-01-28 Thread karth295
Github user karth295 commented on the issue:

https://github.com/apache/zeppelin/pull/2738
  
FYI I finally resolved the dependency issues by using guava 20.0, which is 
the only version that works for both the `google-cloud-java` libraries as well 
as Hadoop (the deprecated `Objects` class).


---


[GitHub] zeppelin issue #2735: [ZEPPELIN-3177]Resize charts on paragaph resize

2018-01-28 Thread sravan-s
Github user sravan-s commented on the issue:

https://github.com/apache/zeppelin/pull/2735
  
ping @felixcheung 


---


[GitHub] zeppelin pull request #2748: ZEPPELIN-3192. Bump up Zeppelin version to 0.9....

2018-01-28 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-3192. Bump up Zeppelin version to 0.9.0-SNAPSHOT

### What is this PR for?
trivial pom file change


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

### Todos
* [ ] - Task

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

### How should this be tested?
* Travis pass

### 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/zjffdu/zeppelin ZEPPELIN-3192

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

https://github.com/apache/zeppelin/pull/2748.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 #2748


commit 635acdecf81cdbcb806f284fef1d78b77f8775fa
Author: Jeff Zhang 
Date:   2018-01-29T02:41:14Z

ZEPPELIN-3192. Bump up Zeppelin version to 0.9.0-SNAPSHOT




---


[GitHub] zeppelin issue #2748: ZEPPELIN-3192. Bump up Zeppelin version to 0.9.0-SNAPS...

2018-01-28 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2748
  
@prabhjyotsingh Mind to help review ? Thanks


---


[GitHub] zeppelin issue #2741: [ZEPPELIN-3187] Remove doubles of settings in zeppelin...

2018-01-28 Thread mebelousov
Github user mebelousov commented on the issue:

https://github.com/apache/zeppelin/pull/2741
  
Travis is still failed. Should I reopen PR again or will merge?


---


[GitHub] zeppelin issue #2741: [ZEPPELIN-3187] Remove doubles of settings in zeppelin...

2018-01-28 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2741
  
It is fine, these should be unrelated, will merge soon.


---


[GitHub] zeppelin pull request #2741: [ZEPPELIN-3187] Remove doubles of settings in z...

2018-01-28 Thread asfgit
Github user asfgit closed the pull request at:

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


---


branch-0.8 is cut

2018-01-28 Thread Jeff Zhang
Hi all,

I have created branch-0.8 for preparing the release of 0.8.0, please mark
the target version to 0.8 if you think the ticket you created should be in
0.8 release. And also make sure to commit PR to both master & branch-0.8.


[GitHub] zeppelin issue #2748: ZEPPELIN-3192. Bump up Zeppelin version to 0.9.0-SNAPS...

2018-01-28 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2748
  
Thanks @felixcheung , didn't know we have such script. Seems there's one 
bug in the script, also fix that in the updated PR. 


---