[GitHub] zeppelin pull request #2809: [ZEPPELIN-3249] Add support for streaming table

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

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


---


[GitHub] zeppelin issue #2816: [ZEPPELIN-3263] Do not use Firefox >=55 for integratio...

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

https://github.com/apache/zeppelin/pull/2816
  
@mephi42 It still fails, could you help take a look at it ? The selenium 
test is flaky, very appreciated you could help on that. 


---


[jira] [Created] (ZEPPELIN-3264) Snapshot feature for publishing static report.

2018-02-24 Thread Akash Mishra (JIRA)
Akash Mishra created ZEPPELIN-3264:
--

 Summary: Snapshot feature for publishing static report.  
 Key: ZEPPELIN-3264
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3264
 Project: Zeppelin
  Issue Type: New Feature
  Components: front-end, zeppelin-server
Reporter: Akash Mishra
 Fix For: 0.9.0


Goal: 

Currently, we user can share the notebook as Iframe only. Sometimes, a user 
would like to publish a report at a particular logical point and meanwhile keep 
working/updating the report. 



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


[GitHub] zeppelin pull request #2816: [ZEPPELIN-3263] Do not use Firefox >=55 for int...

2018-02-24 Thread mephi42
GitHub user mephi42 opened a pull request:

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

[ZEPPELIN-3263] Do not use Firefox >=55 for integration testing

### What is this PR for?
According to 
https://seleniumhq.wordpress.com/2017/08/09/firefox-55-and-selenium-ide , 
Firefox versions 55+ do not work with Selenium, so I would like to propose to 
skip them when creating the WebDriver.


### What type of PR is it?
Improvement

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

### How should this be tested?
* Run zeppelin-integration tests on the machine, where Firefox 55+ is 
installed.

### 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/mephi42/zeppelin skip-firefox-55

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

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


commit 2d2ca8a4042999b98bca8562af429fb35f8c4bdb
Author: mephi42 
Date:   2018-02-24T15:30:22Z

[ZEPPELIN-3263] Do not use Firefox >=55 for integration testing

It is not supported by Selenium.




---


[jira] [Created] (ZEPPELIN-3263) Do not use Firefox >=55 for integration testing

2018-02-24 Thread mephi42 (JIRA)
mephi42 created ZEPPELIN-3263:
-

 Summary: Do not use Firefox >=55 for integration testing
 Key: ZEPPELIN-3263
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3263
 Project: Zeppelin
  Issue Type: Test
  Components: CI-infra
Affects Versions: 0.7.3
Reporter: mephi42


I'm currently debugging locally why do integration tests fail for 
[https://github.com/apache/zeppelin/pull/2679]

 

One of the problems in my setup was that I use Firefox 59, and Selenium simply 
hangs with it. At the same time, Chrome and Safari work fine. According to 
[https://seleniumhq.wordpress.com/2017/08/09/firefox-55-and-selenium-ide] , 
Firefox versions 55+ do not work with Selenium, so I would propose to skip them 
when creating the WebDriver.



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


[GitHub] zeppelin pull request #2815: [ZEPPELIN-3262] Make install_external_dependenc...

2018-02-24 Thread mephi42
GitHub user mephi42 opened a pull request:

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

[ZEPPELIN-3262] Make install_external_dependencies.sh work on macOS

### What is this PR for?
This original purpose of this script is to setup Travis environment,
but it's also useful for local development.

Also make it possible to run this script multiple times.

### What type of PR is it?
Improvement

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

### How should this be tested?
* Run ./testing/install_external_dependencies.sh

### 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/mephi42/zeppelin 
install-external-dependencies-macos

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

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


commit bc34749ef94261eb01424f81f310bb9f561ad477
Author: mephi42 
Date:   2018-02-24T11:37:04Z

[ZEPPELIN-3262] Make install_external_dependencies.sh work on macOS

This original purpose of this script is to setup Travis environment,
but it's also useful for local development.

Also make it possible to run this script multiple times.




---


[GitHub] zeppelin issue #2814: ZEPPELIN-3255. Can not run spark1 and spark2 in one ze...

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

https://github.com/apache/zeppelin/pull/2814
  
@Leemoonsoo @felixcheung Could you help review it ? Thanks


---


[GitHub] zeppelin pull request #2814: ZEPPELIN-3255. Can not run spark1 and spark2 in...

2018-02-24 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-3255. Can not run spark1 and spark2 in one zeppelin instance

### What is this PR for?
Although #2750 enable the support of spark 2.3, it breaks the support of 
spark 1.6. Users have to build zeppelin against spark 1.6 to make zeppelin work 
with that. But previous one zeppelin instance can work with multiple versions 
of spark. This PR introduce spark shims module which is to resolve the api 
incompatible issue between different versions of spark, so that one zeppelin 
instance can work with multiple versions of spark. 


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

### Todos
* https://issues.apache.org/jira/browse/ZEPPELIN-3254  Although zeppelin 
should support to run multiple versions of spark in one instance, but our 
travis test doesn't cover it, ZEPPELIN-3254 would do that.

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

### How should this be tested?
* CI 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-3255

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

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


commit a7717e5a4a1a3636b6e93919880d35853af988c0
Author: Jeff Zhang 
Date:   2018-02-23T05:20:44Z

ZEPPELIN-3255. Can not run spark1 and spark2 in one zeppelin instance




---


[jira] [Created] (ZEPPELIN-3262) Make install_external_dependencies.sh work on macOS

2018-02-24 Thread mephi42 (JIRA)
mephi42 created ZEPPELIN-3262:
-

 Summary: Make install_external_dependencies.sh work on macOS
 Key: ZEPPELIN-3262
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3262
 Project: Zeppelin
  Issue Type: Test
  Components: CI-infra
Affects Versions: 0.7.3
Reporter: mephi42


This original purpose of this script is to setup Travis environment, but it's 
also useful for local development. I would like to send a pull request with 
this improvement.



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


[GitHub] zeppelin pull request #2813: [HOTFIX] rename zeppelin.ipython.grpc.framesize...

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

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


---


[GitHub] zeppelin issue #2802: ZEPPELIN-3236. Make grpc framesize configurable

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

https://github.com/apache/zeppelin/pull/2802
  
rename the property in #2813


---


[GitHub] zeppelin pull request #2813: [HOTFIX] rename zeppelin.ipython.grpc.framesize...

2018-02-24 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

[HOTFIX] rename zeppelin.ipython.grpc.framesize to 
zeppelin.ipython.grpc.message_size


### What is this PR for?
trivial change for property name renaming


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

### Todos
* [ ] - Task


### How should this be tested?
* CI 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 HOTFIX_GRPC

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

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


commit d899a299f2d59ce6cd5dd43cc7e6431e5257cbf3
Author: Jeff Zhang 
Date:   2018-02-24T06:25:38Z

[HOTFIX] rename zeppelin.ipython.grpc.framesize to 
zeppelin.ipython.grpc.message_size




---