You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sections/jdk_versions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ Using internal classes is one of those "don't do this your code will be unreliab
39
39
### Key things to know
40
40
41
41
* Hadoop is built and tested against the Oracle JDKs
42
-
* Open JDK has the same classes & methods, so will behave consistently; it's tested against too.
42
+
* Open JDK has the same classes and methods, so will behave consistently; it's tested against too.
43
43
* It's left to the vendors of other JVMs to test their code; the patches are taken on trust.
44
44
* The Kerberos internal access usually needs fixing across Java versions. This means secure Hadoop clusters absolutely require the Java versions listed on the download requirements.
45
-
* Releases within a Java version may break the internals and/or the public API's behaviour.
45
+
* Releases within a Java version may break the internals and/or the public API's behaviour.
46
46
* If you want to see the details of Hadoop's binding, look in `org.apache.hadoop.security.authentication.util.KerberosUtil` in the `hadoop-auth` module.
0 commit comments