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

2018-06-25 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3029 Wow~~ Now, we can use JDK8's wonderful features GREAT!! ---

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

2018-06-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3029 There's still some flaky test that may fails due to networks issue or other issues. LGTM ---

[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 #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-21 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3029 @alexott The last build in travis fails, could you rerun it ? ---

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

2018-06-21 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3029 You need to first rebase your PR ( I disable some flaky test recently). ---

[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 #3029: ZEPPELIN-621 - Bump Java version to Java 8

2018-06-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3029 @alexott Travis fails, could you help check that ? ---

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

2018-06-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3029 I have a simple question. Is `Vargrant` related to JDK8 directly? ---

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

2018-06-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3029 We also need to update .travis.yml to use only java 8 ---