[GitHub] [zeppelin] asfgit closed pull request #3790: [ZEPPELIN-4796] Better representation of string-like data in Cassandra interpreter

2020-06-18 Thread GitBox
asfgit closed pull request #3790: URL: https://github.com/apache/zeppelin/pull/3790 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

[jira] [Created] (ZEPPELIN-4894) All notes are loaded into memory when enable recovering

2020-06-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4894: Summary: All notes are loaded into memory when enable recovering Key: ZEPPELIN-4894 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4894 Project: Zeppelin

Re: Apache Zeppelin in The State of Developer Ecosystem survey 2020

2020-06-18 Thread moon soo Lee
Curious if the result in [2] was chosen from a list provided with the question, or people typed their tool without a given list. Anyway, a very interesting survey! Thank Alex for sharing this. On Thu, Jun 18, 2020 at 8:09 PM Jeff Zhang wrote: > Thanks for the sharing, Alex > > Alex 于2020年6月19日周

[GitHub] [zeppelin] Leemoonsoo commented on pull request #3809: [ZEPPELIN-4893]. Upgrade to spark 3.0.0

2020-06-18 Thread GitBox
Leemoonsoo commented on pull request #3809: URL: https://github.com/apache/zeppelin/pull/3809#issuecomment-646425801 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: Apache Zeppelin in The State of Developer Ecosystem survey 2020

2020-06-18 Thread Jeff Zhang
Thanks for the sharing, Alex Alex 于2020年6月19日周五 上午2:41写道: > Hey, > > I just noticed that the recent Developer Ecosystem survey 2020 [1] includes > interesting data on Apache Zeppelin adoption in the "Big Data analytics > platform" section [2]. > > 1. https://www.jetbrains.com/lp/devecosystem-20

[GitHub] [zeppelin] zjffdu opened a new pull request #3809: [ZEPPELIN-4893]. Upgrade to spark 3.0.0

2020-06-18 Thread GitBox
zjffdu opened a new pull request #3809: URL: https://github.com/apache/zeppelin/pull/3809 ### What is this PR for? Simple PR to upgrade to official released spark 3.0.0. ### What type of PR is it? [ Improvement ] ### Todos * [ ] - Task ### What is the Ji

[jira] [Created] (ZEPPELIN-4893) Upgrade to spark 3.0.0

2020-06-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4893: Summary: Upgrade to spark 3.0.0 Key: ZEPPELIN-4893 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4893 Project: Zeppelin Issue Type: Improvement

Apache Zeppelin in The State of Developer Ecosystem survey 2020

2020-06-18 Thread Alex
Hey, I just noticed that the recent Developer Ecosystem survey 2020 [1] includes interesting data on Apache Zeppelin adoption in the "Big Data analytics platform" section [2]. 1. https://www.jetbrains.com/lp/devecosystem-2020/ 2. https://imgur.com/SJbMSmE -- Alex

[GitHub] [zeppelin] asfgit closed pull request #3808: [ZEPPELIN-4892] Delete plugin dir in clean phase

2020-06-18 Thread GitBox
asfgit closed pull request #3808: URL: https://github.com/apache/zeppelin/pull/3808 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] asfgit closed pull request #3807: [ZEPPELIN-4891] Remove duplicate declaration

2020-06-18 Thread GitBox
asfgit closed pull request #3807: URL: https://github.com/apache/zeppelin/pull/3807 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] asfgit closed pull request #3791: [ZEPPELIN-4850]. Include charting option for single value

2020-06-18 Thread GitBox
asfgit closed pull request #3791: URL: https://github.com/apache/zeppelin/pull/3791 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] Reamer opened a new pull request #3808: [ZEPPELIN-4892] Delete plugin dir in clean phase

2020-06-18 Thread GitBox
Reamer opened a new pull request #3808: URL: https://github.com/apache/zeppelin/pull/3808 ### What is this PR for? This PR will delete the content of the plugin folders. Unfortunately the main folder is still present after a `mvn clean` ### What type of PR is it? - Bug Fix

[jira] [Created] (ZEPPELIN-4892) The lib folders of several Zeppelin plugins contains old dependencies

2020-06-18 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-4892: Summary: The lib folders of several Zeppelin plugins contains old dependencies Key: ZEPPELIN-4892 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4892 Pro

[GitHub] [zeppelin] Reamer opened a new pull request #3807: [ZEPPELIN-4891] Remove duplicate declaration

2020-06-18 Thread GitBox
Reamer opened a new pull request #3807: URL: https://github.com/apache/zeppelin/pull/3807 ### What is this PR for? Fixes a Maven warning because maven-resources-plugin and net.jodah:concurrentunit is defined twice in flink/interpreter/pom.xml ### What type of PR is it? Bug Fix

[jira] [Created] (ZEPPELIN-4891) Maven Warning - duplicate declaration

2020-06-18 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-4891: Summary: Maven Warning - duplicate declaration Key: ZEPPELIN-4891 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4891 Project: Zeppelin Issue Ty

[GitHub] [zeppelin] asfgit closed pull request #3773: [ZEPPELIN-4821] Spark interpreter uses incorrect property name

2020-06-18 Thread GitBox
asfgit closed pull request #3773: URL: https://github.com/apache/zeppelin/pull/3773 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

[jira] [Created] (ZEPPELIN-4890) Support to run note in isolated mode in rest api

2020-06-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4890: Summary: Support to run note in isolated mode in rest api Key: ZEPPELIN-4890 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4890 Project: Zeppelin Issue

[GitHub] [zeppelin] zjffdu opened a new pull request #3806: [ZEPPELIN-4863]. User credential usage in jdbc interpreter doesn't work when the interpreter name is not jdbc

2020-06-18 Thread GitBox
zjffdu opened a new pull request #3806: URL: https://github.com/apache/zeppelin/pull/3806 ### What is this PR for? User credential only works in the default jdbc interpreter. If user create a new jdbc interpreter, e.g. hive, then credential won't work. This PR fix this and also do some

[GitHub] [zeppelin] alexott commented on a change in pull request #3773: [ZEPPELIN-4821] Spark interpreter uses incorrect property name

2020-06-18 Thread GitBox
alexott commented on a change in pull request #3773: URL: https://github.com/apache/zeppelin/pull/3773#discussion_r442025308 ## File path: conf/zeppelin-env.cmd.template ## @@ -17,7 +17,7 @@ REM limitations under the License. REM REM set JAVA_HOME= -REM set MASTER=

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

2020-06-18 Thread GitBox
zjffdu opened a new pull request #3805: URL: https://github.com/apache/zeppelin/pull/3805 ### What is this PR for? This PR move the sql parsing to FlinkShims so that we can have different parser for each flink version. ### What type of PR is it? [ Improvement | Feature

[GitHub] [zeppelin] zjffdu commented on pull request #3773: [ZEPPELIN-4821] Spark interpreter uses incorrect property name

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