[GitHub] [zeppelin] zjffdu opened a new pull request #3882: [ZEPPELIN-4987]. CLASSPATH is polluted in zeppelin-daemon.sh

2020-08-18 Thread GitBox
zjffdu opened a new pull request #3882: URL: https://github.com/apache/zeppelin/pull/3882 ### What is this PR for? This PR fix the CLASSPATH issue by using `ZEPPELIN_CLASSPATH` instead of `CLASSPATH`. Otherwise for some systems, zeppelin/lib will be put on the classpath of spark

[jira] [Created] (ZEPPELIN-5002) JDK version in docs is not updated

2020-08-18 Thread Yurim Jay Jin (Jira)
Yurim Jay Jin created ZEPPELIN-5002: --- Summary: JDK version in docs is not updated Key: ZEPPELIN-5002 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5002 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-5003) Add property to add new repository for flink dependencies

2020-08-18 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-5003: Summary: Add property to add new repository for flink dependencies Key: ZEPPELIN-5003 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5003 Project: Zeppelin

[GitHub] [zeppelin] zjffdu commented on pull request #3881: [ZEPPELIN-4777] Fix - Number types are not sorted correctly

2020-08-18 Thread GitBox
zjffdu commented on pull request #3881: URL: https://github.com/apache/zeppelin/pull/3881#issuecomment-675541232 Thanks for the contribution @milooy +1 This is an automated message from the Apache Git Service. To respond to

[GitHub] [zeppelin] Reamer commented on a change in pull request #3880: [ZEPPELIN-5002] Update JDK version in documentation

2020-08-18 Thread GitBox
Reamer commented on a change in pull request #3880: URL: https://github.com/apache/zeppelin/pull/3880#discussion_r472267915 ## File path: docs/setup/basics/how_to_build.md ## @@ -41,8 +41,8 @@ If you want to build from source, you must first install the following dependenc

[GitHub] [zeppelin] Reamer commented on a change in pull request #3880: [ZEPPELIN-5002] Update JDK version in documentation

2020-08-18 Thread GitBox
Reamer commented on a change in pull request #3880: URL: https://github.com/apache/zeppelin/pull/3880#discussion_r472267915 ## File path: docs/setup/basics/how_to_build.md ## @@ -41,8 +41,8 @@ If you want to build from source, you must first install the following dependenc

[GitHub] [zeppelin] milooy opened a new pull request #3881: [ZEPPELIN-4777] Fix - Number types are not sorted correctly

2020-08-18 Thread GitBox
milooy opened a new pull request #3881: URL: https://github.com/apache/zeppelin/pull/3881 ### What is this PR for? **Before** set sort type 'Number' but still sorted with string

[GitHub] [zeppelin] milooy opened a new pull request #3880: [ZEPPELIN-5002] Update JDK version in documentation

2020-08-18 Thread GitBox
milooy opened a new pull request #3880: URL: https://github.com/apache/zeppelin/pull/3880 ### What is this PR for? Java 8 is required to building from source. In 'install' page, it is 1.8 (151+) http://zeppelin.apache.org/docs/0.9.0-preview2/quickstart/install.html

[GitHub] [zeppelin] Reamer commented on pull request #3875: [ZEPPELIN-4989] Update to Maven resolver

2020-08-18 Thread GitBox
Reamer commented on pull request #3875: URL: https://github.com/apache/zeppelin/pull/3875#issuecomment-675329068 I notice a strange behaviour with the `zeppelin-interpreter-shaded.jar`. With this PR, `org/apache/commons/logging/` is now part of the jar To reproduce: - Checkout

[GitHub] [zeppelin] Reamer edited a comment on pull request #3859: [ZEPPELIN-4978] Build separate Zeppelin server and interpreter images

2020-08-18 Thread GitBox
Reamer edited a comment on pull request #3859: URL: https://github.com/apache/zeppelin/pull/3859#issuecomment-674858227 Hello @zhoulii, Thank you very much for checking and reviewing this PR. I have changed ZEPPELIN_HOME in our example