[GitHub] zeppelin issue #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-23 Thread alexott
Github user alexott commented on the issue: https://github.com/apache/zeppelin/pull/3029 Ok, it looks like it's working now, but really not sure what was wrong with configuration... ---

[GitHub] zeppelin issue #2997: Miscellaneous documentation fixes

2018-06-23 Thread alexott
Github user alexott commented on the issue: https://github.com/apache/zeppelin/pull/2997 Can we merge it into 0.8 branch because RC is cancelled? Should I send request against 0.8? ---

[GitHub] zeppelin issue #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-21 Thread alexott
Github user alexott commented on the issue: https://github.com/apache/zeppelin/pull/3029 @zjffdu I forgot to enable CI, and test is now running, although some tests are failed - will investigate over weekend... ---

[GitHub] zeppelin issue #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-21 Thread alexott
Github user alexott commented on the issue: https://github.com/apache/zeppelin/pull/3029 @jongyoul JDK is configured there as well, so I was going to change it everywhere, so people who develop using Vagrant, won't get problems... ---

[GitHub] zeppelin issue #2997: Miscellaneous documentation fixes

2018-06-20 Thread alexott
Github user alexott commented on the issue: https://github.com/apache/zeppelin/pull/2997 Done, thank you for review! ---

[GitHub] zeppelin pull request #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-18 Thread alexott
GitHub user alexott opened a pull request: https://github.com/apache/zeppelin/pull/3029 ZEPPELIN-621 - Bump Java version to Java 8 ### What is this PR for? This PR switches the project to use Java 8 - we already have dependency on Spark 2.2.0 that is Java 8+ only

[GitHub] zeppelin issue #658: Switch to Java 8

2018-06-17 Thread alexott
Github user alexott commented on the issue: https://github.com/apache/zeppelin/pull/658 Why it still not implemented? Spark starting with 2.2.0 works only with Java 8... ---

[GitHub] zeppelin pull request #2997: Miscellaneous documentation fixes

2018-06-01 Thread alexott
GitHub user alexott opened a pull request: https://github.com/apache/zeppelin/pull/2997 Miscellaneous documentation fixes ### What is this PR for? This PR contains miscellaneous fixes & improvements for documentation: - fixes for code snippets formatting,

[GitHub] zeppelin issue #2959: ZEPPELIN-3443 - Fix regex to support optional space be...

2018-05-04 Thread alexott
Github user alexott commented on the issue: https://github.com/apache/zeppelin/pull/2959 Build failed because of problems of `urllib3`/`pyopenssl`... ---

[GitHub] zeppelin pull request #2959: ZEPPELIN-3443 - Fix regex to support optional s...

2018-05-04 Thread alexott
GitHub user alexott opened a pull request: https://github.com/apache/zeppelin/pull/2959 ZEPPELIN-3443 - Fix regex to support optional space before ; ### What is this PR for? Almost all regular expressions, except for DESCRIBE MATERIALIZED VIEW in the CQL interpreter allow