Closed clblalock closed 5 years ago
Can you explain what the + in "8+" is intended to mean? I.e., why Java 8+ rather than Java 8?
8+ means all version of java 8. (If you do a quick search you will see this is true). If you think about everytime Java 8 is updated, you get a new version number:) We support all versions of java 8, which is commonly referred to as 8+
8+ means all version of java 8. (If you do a quick search you will see this is true). If you think about everytime Java 8 is updated, you get a new version number:) We support all versions of java 8, which is commonly referred to as 8+
Yes @resteorts is correct.
The limitation to Java 8+ is because of our dependency on Spark. I believe newer versions of Java will be supported in the upcoming Spark 3.0 release.
We are working to to have our tech support create a EMR cluster for us to test your public data, and we want to ensure that our versions are correct to replicate your findings.
1) Your guide recommends the use of openJDK. The current version of openJDK is Java SE 13. Daniel had an error while running d-blink with Java 13, which went away when he switched to version 8. Have you tested d-blink with Java 13? Can you indicate the version of openJDK / Java that used used for testing? Should I assume version 8?
2) Which version of JVM should we be using?
3) Which version of Hadoop did you use?