cloudera-ps / prereq-checks

Prerequisites checker for Cloudera Manager and CDP PVC Base installations
GNU General Public License v3.0
57 stars 58 forks source link

Servers with Kerberos enabled stop functioning when using OpenJDK 1.8u242 #139

Closed krishnakalyan3 closed 4 years ago

krishnakalyan3 commented 4 years ago

137

https://my.cloudera.com/knowledge/Cloudera-Customer-Advisory-Servers-with-Kerberos-enabled-stop?id=292027

Added Warning message


# Installing OpenJDK1.8 242 for testing
yum search jdk
yum install -y java-1.8.0-openjdk-devel.i686  1:1.8.0.242.b08-0.el7_7
dbeech commented 4 years ago

Hi @krishnakalyan3 I've tested your change. The output is a little confusing because the warning appears but also alongside a "pass" message to say the JDK is supported.

 WARN  Servers with Kerberos enabled stop functioning when using OpenJDK 1.8u242
 PASS  Java: Supported OpenJDK (CDH 5.16.1+ or 6.1.0+ only): /usr/lib/jvm/jre-openjdk/bin/java

Please check the logic and make sure only the warning shows up.

krishnakalyan3 commented 4 years ago

Thank you for the reviews.