[GitHub] [zeppelin] alexott commented on pull request #3842: [ZEPPELIN-4884] Support all sql of flink 1.11

2020-07-06 Thread GitBox
alexott commented on pull request #3842: URL: https://github.com/apache/zeppelin/pull/3842#issuecomment-654632022 Please add link to specific build in Travis-CI, like, https://travis-ci.org/github/lonelyGhostisdog/zeppelin/builds/705348454 Also, one test is failing there..

[GitHub] [zeppelin] asfgit closed pull request #3841: [ZEPPELIN-4938] Allow execution of arbitrary CQL commands

2020-07-06 Thread GitBox
asfgit closed pull request #3841: URL: https://github.com/apache/zeppelin/pull/3841 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [zeppelin] lonelyGhostisdog opened a new pull request #3842: [ZEPPELIN-4884] Support all sql of flink 1.11

2020-07-06 Thread GitBox
lonelyGhostisdog opened a new pull request #3842: URL: https://github.com/apache/zeppelin/pull/3842 ### What is this PR for? Support all sql of flink 1.11 ### What type of PR is it? [ Feature ] ### Todos * [ ] - Task ### What is the Jira issue? * [ZEPPELIN-48

[GitHub] [zeppelin] zjffdu commented on pull request #3841: [ZEPPELIN-4938] Allow execution of arbitrary CQL commands

2020-07-06 Thread GitBox
zjffdu commented on pull request #3841: URL: https://github.com/apache/zeppelin/pull/3841#issuecomment-654522853 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [zeppelin] asfgit closed pull request #3838: [ZEPPELIN-4934] add jars to sys.path as done in pyspark shell

2020-07-06 Thread GitBox
asfgit closed pull request #3838: URL: https://github.com/apache/zeppelin/pull/3838 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [Draft] Zeppelin Board Report

2020-07-06 Thread moon soo Lee
Thank Jeff for writing a draft. It looks good to me :) On Mon, Jul 6, 2020 at 7:53 AM Jeff Zhang wrote: > > Hi Folks, > > Here's the draft for this month zeppelin board report, let me know what > you think. > > > ## Description: > > - Apache Zeppelin is a collaborative data analytics and visua

[Draft] Zeppelin Board Report

2020-07-06 Thread Jeff Zhang
Hi Folks, Here's the draft for this month zeppelin board report, let me know what you think. ## Description: - Apache Zeppelin is a collaborative data analytics and visualization tool for general-purpose data processing systems. ## Activity: - 0.9.0-preview1 got many feedback from com

[GitHub] [zeppelin] alexott opened a new pull request #3841: [ZEPPELIN-4938] Allow execution of arbitrary CQL commands

2020-07-06 Thread GitBox
alexott opened a new pull request #3841: URL: https://github.com/apache/zeppelin/pull/3841 ### What is this PR for? Right now, Cassandra interpreter is very restrictive & allows execution only of the predefined set of the commands, and this doesn't allow to execute CQL commands that

[jira] [Created] (ZEPPELIN-4939) Cassandra: More cleanup on interpreter

2020-07-06 Thread Alex Ott (Jira)
Alex Ott created ZEPPELIN-4939: -- Summary: Cassandra: More cleanup on interpreter Key: ZEPPELIN-4939 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4939 Project: Zeppelin Issue Type: Improve

[jira] [Created] (ZEPPELIN-4938) Cassandra: add support for newer CQL commands

2020-07-06 Thread Alex Ott (Jira)
Alex Ott created ZEPPELIN-4938: -- Summary: Cassandra: add support for newer CQL commands Key: ZEPPELIN-4938 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4938 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] morningmemo edited a comment on pull request #3828: [ZEPPELIN-4926] Fix null pointer exception when the repository's url protocol is http

2020-07-06 Thread GitBox
morningmemo edited a comment on pull request #3828: URL: https://github.com/apache/zeppelin/pull/3828#issuecomment-654144605 @alexott > Can you please add the travis-ci build info? * Travis-CI : https://travis-ci.org/github/morningmemo/zeppelin --

[GitHub] [zeppelin] morningmemo commented on pull request #3828: [ZEPPELIN-4926] Fix null pointer exception when the repository's url protocol is http

2020-07-06 Thread GitBox
morningmemo commented on pull request #3828: URL: https://github.com/apache/zeppelin/pull/3828#issuecomment-654144605 > Can you please add the travis-ci build info? * Travis-CI : https://travis-ci.org/github/morningmemo/zeppelin --

[GitHub] [zeppelin] zjffdu commented on pull request #3838: [ZEPPELIN-4934] add jars to sys.path as done in pyspark shell

2020-07-06 Thread GitBox
zjffdu commented on pull request #3838: URL: https://github.com/apache/zeppelin/pull/3838#issuecomment-654137066 @dbanda Right,this is flaky test, CI LGTM, will merge if no more comment This is an automated message from the A

[GitHub] [zeppelin] dbanda commented on pull request #3838: [ZEPPELIN-4934] add jars to sys.path as done in pyspark shell

2020-07-06 Thread GitBox
dbanda commented on pull request #3838: URL: https://github.com/apache/zeppelin/pull/3838#issuecomment-654127491 @zjffdu https://travis-ci.org/github/dbanda/zeppelin/builds/705285429 some of the other tests are flaky and fail from time to time. I hope you are aware of that. I see there is

[GitHub] [zeppelin] Reamer commented on a change in pull request #3825: [ZEPPELIN-4915] K8s with java lib

2020-07-06 Thread GitBox
Reamer commented on a change in pull request #3825: URL: https://github.com/apache/zeppelin/pull/3825#discussion_r450084836 ## File path: zeppelin-plugins/launcher/k8s-standard/src/main/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcess.java ## @@ -240,3

[GitHub] [zeppelin] ileasile commented on pull request #3840: [ZEPPELIN-4905] Kotlin interpreter new API

2020-07-06 Thread GitBox
ileasile commented on pull request #3840: URL: https://github.com/apache/zeppelin/pull/3840#issuecomment-654104046 Fixed review-related things and added [succeeded Travis build link](https://travis-ci.org/github/ileasile/zeppelin/builds/705291140) to the description.