-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to Java 8 #658
Switch to Java 8 #658
Conversation
I think we might need this under a profile switch - there are still a lot of companies running JDK 7 - you can see the discussion similarly with Spark here: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-and-Java-8-tt5443.html What do you think? |
@felixcheung I create this PR because Cassandra server version 3.0 is using Java 8. Right now, some of the features of the Cassandra interpreter cannot be tested because it requires pulling the server and so requires using Java 8 for the integration test. In general, all the drivers that work at client side are still staying under Java 7 or even Java 6. But on the server side, it's not a problem to ask for Java 8 (because officially Java 7 is no longer supported). Since Zeppelin is a server technology, it's not that a big deal. However it's not an urgent matter, so I'm fine if we do not switch to Java 8 right now. Maybe we need some feedback from the community |
Closing since it's not urgent matter |
right - feedback would be good. I think it's a great idea but I can't move to JDK 8 yet ;) |
For me massive +1, this will allow us to update some ancient library. |
Geode interpreter also depends on 1.8 https://issues.apache.org/jira/browse/ZEPPELIN-375 Would be nice to switch eventually too (i.e through profile at first) |
+1 |
Any news regarding upgrade to java 8? |
Spark 2.2 requires Java 1.8 |
yes it does. Zeppelin supports older versions of spark though (and other frameworks) |
News flash...Java 7 was EOL over 2 years ago. What more does it take to get Zeppelin working with Java 8? |
and we have java 9 and Hadoop 3 increased the minimum java version from 7 to 8. Should we start to discuss using JDK 8 by default? |
I think it's a great idea to move to 8
We need to see what's not supported and so on, and figure out the way to do it.
|
@doanduyhai since it's fairly urgent now so please consider re-opening the pull request? |
@mf69 done, PR re-opened |
close #83 close #86 close #125 close #133 close #139 close #146 close #193 close #203 close #246 close #262 close #264 close #273 close #291 close #299 close #320 close #347 close #389 close #413 close #423 close #543 close #560 close #658 close #670 close #728 close #765 close #777 close #782 close #783 close #812 close #822 close #841 close #843 close #878 close #884 close #918 close #989 close #1076 close #1135 close #1187 close #1231 close #1304 close #1316 close #1361 close #1385 close #1390 close #1414 close #1422 close #1425 close #1447 close #1458 close #1466 close #1485 close #1492 close #1495 close #1497 close #1536 close #1545 close #1561 close #1577 close #1600 close #1603 close #1678 close #1695 close #1739 close #1748 close #1765 close #1767 close #1776 close #1783 close #1799
Why it still not implemented? Spark starting with 2.2.0 works only with Java 8... |
What is this PR for?
Java 7 is now officially no longer supported by Oracle and Java 8 has been released quite a while. We should take the opportunity to switch to Java 8.
What type of PR is it?
[Improvement]
Todos
Is there a relevant Jira issue?
ZEPPELIN-621
How should this be tested?
mvn clean -Pxxxx -DskipTests
This PR is low risk because Java 8 is backward-compatible with Java 7 source code.
Screenshots (if appropriate)
N/A
Questions: