[GitHub] [zeppelin] zjffdu opened a new pull request #3816: [ZEPPELIN-4899]. Injected variables in ZeppelinServer are lazy loaded

2020-06-21 Thread GitBox
zjffdu opened a new pull request #3816: URL: https://github.com/apache/zeppelin/pull/3816 ### What is this PR for? Trivial PR to create these injected variables when starting zeppelin server. Now these variables are created when user open zeppelin in browser if we don't get it

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3809: [ZEPPELIN-4893]. Upgrade to spark 3.0.0

2020-06-21 Thread GitBox
zjffdu commented on a change in pull request #3809: URL: https://github.com/apache/zeppelin/pull/3809#discussion_r443323670 ## File path: .travis.yml ## @@ -97,6 +97,12 @@ jobs: # Run Spark integration test and unit test +# Run spark integration of in one zeppelin

[GitHub] [zeppelin] asfgit closed pull request #3779: [ZEPPELIN-4839]. Update flink interpreter doc

2020-06-21 Thread GitBox
asfgit closed pull request #3779: URL: https://github.com/apache/zeppelin/pull/3779 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 #3803: [ZEPPELIN-4875]. Add document for interpreter recovery

2020-06-21 Thread GitBox
asfgit closed pull request #3803: URL: https://github.com/apache/zeppelin/pull/3803 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: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread moon soo Lee
What Helium does for the Interpreter is just downloading binaries from maven repository. *bin/install-interpreter.sh* is the CLI, which runs InstallInterpreter

[GitHub] [zeppelin] alexott opened a new pull request #3815: [ZEPPELIN-4818] Additional refactoring of Cassandra interpreter for new driver versions

2020-06-21 Thread GitBox
alexott opened a new pull request #3815: URL: https://github.com/apache/zeppelin/pull/3815 ### What is this PR for? New DataStax Java Driver allows to override configuration options by different ways - via config file, system properties, etc. This PR implements following:

Re: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Jeff Zhang
I don't know much about helium, so I can not help on that. But if the api is incompatible, you can also consider using reflection, you can refer to the spark/spark-shims module. Andrea Santurbano 于2020年6月21日周日 下午10:11写道: > Unfortunatelly no because there are different classes so we cannot use

Re: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Andrea Santurbano
Unfortunatelly no because there are different classes so we cannot use the same approach. Do you think it's something feasible use helium for that? Il giorno dom 21 giu 2020 alle 09:54 Jeff Zhang ha scritto: > If the api is compatible between different versions of Neo4j driver, then > you can

[GitHub] [zeppelin] Leemoonsoo commented on pull request #3811: [ZEPPELIN-4896] Add S3 Canned ACL Option for S3NotebookRepo

2020-06-21 Thread GitBox
Leemoonsoo commented on pull request #3811: URL: https://github.com/apache/zeppelin/pull/3811#issuecomment-647131255 Thank @ntroutman for the contribution. LGTM This is an automated message from the Apache Git Service. To

[GitHub] [zeppelin] Leemoonsoo commented on pull request #3812: [ZEPPELIN-4835] Add notebook selection tree sidebar

2020-06-21 Thread GitBox
Leemoonsoo commented on pull request #3812: URL: https://github.com/apache/zeppelin/pull/3812#issuecomment-647130931 Cool! @pranavtharoor! Wish the sidebar also have ToC(Table of Contents) in the future! This is an

[GitHub] [zeppelin] lonelyGhostisdog opened a new pull request #3814: [ZEPPELIN-4881] [front-end] Incorrect date display on version control

2020-06-21 Thread GitBox
lonelyGhostisdog opened a new pull request #3814: URL: https://github.com/apache/zeppelin/pull/3814 ### What is this PR for? fix dispaly bug. Now head revision can correctly display the commit time ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Task ###

[jira] [Created] (ZEPPELIN-4899) Injected variables in ZeppelinServer are lazy loaded

2020-06-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4899: Summary: Injected variables in ZeppelinServer are lazy loaded Key: ZEPPELIN-4899 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4899 Project: Zeppelin

[GitHub] [zeppelin] lonelyGhostisdog commented on pull request #3813: Merge pull request #1 from apache/master

2020-06-21 Thread GitBox
lonelyGhostisdog commented on pull request #3813: URL: https://github.com/apache/zeppelin/pull/3813#issuecomment-647095023 sorry,i just want to update my fork project, it's a incorrect pr This is an automated message from

[GitHub] [zeppelin] lonelyGhostisdog closed pull request #3813: Merge pull request #1 from apache/master

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

[GitHub] [zeppelin] lonelyGhostisdog opened a new pull request #3813: Merge pull request #1 from apache/master

2020-06-21 Thread GitBox
lonelyGhostisdog opened a new pull request #3813: URL: https://github.com/apache/zeppelin/pull/3813 update my fork project ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

Re: Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Jeff Zhang
If the api is compatible between different versions of Neo4j driver, then you can just don't ship Neo4j driver into zeppelin, let users provide that. e.g. currently spark interpreter supports multiple versions of spark, Zeppelin doesn't' ship with any spark jars, it is user's responsibility to

[jira] [Created] (ZEPPELIN-4898) Check whether note is loaded for each note operation

2020-06-21 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4898: Summary: Check whether note is loaded for each note operation Key: ZEPPELIN-4898 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4898 Project: Zeppelin

Update Zeppelin Interpreter only leveragin Helium

2020-06-21 Thread Andrea Santurbano
Hi guys, If I want to update a zeppelin interpreter only there is a way to do it? Let me explain the use case, I want to use Zeppelin 0.8.2 with Neo4j 4.0 and I need to update the driver version because the version bundled with the Neo4j interpreter is not compatible with Neo4j 4.0. Can I leverage

[GitHub] [zeppelin] pranavtharoor commented on pull request #3812: [ZEPPELIN-4835] Add notebook selection tree sidebar

2020-06-21 Thread GitBox
pranavtharoor commented on pull request #3812: URL: https://github.com/apache/zeppelin/pull/3812#issuecomment-647089649 Sure. Thanks! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [zeppelin] zjffdu commented on pull request #3812: [ZEPPELIN-4835] Add notebook selection tree sidebar

2020-06-21 Thread GitBox
zjffdu commented on pull request #3812: URL: https://github.com/apache/zeppelin/pull/3812#issuecomment-647088199 Thanks for the contribution, @pranavtharoor I will review it later This is an automated message from the Apache

[GitHub] [zeppelin] pranavtharoor opened a new pull request #3812: [ZEPPELIN-4835] Add notebook selection tree sidebar

2020-06-21 Thread GitBox
pranavtharoor opened a new pull request #3812: URL: https://github.com/apache/zeppelin/pull/3812 ### What is this PR for? Currently, in the new Zeppelin GUI, a notebook selection tree is available through a drop-down. This PR adds a resizable sidebar which can be kept open while in the