Member since
10-06-2020
3
Posts
0
Kudos Received
0
Solutions
10-09-2024
11:14 PM
1 Kudo
This occurs in two scenarios 1. Jdk-11 installed but not provided mod 777 2. jdk-11 not properly extracted and moved install openjdk11 download the file openjdk-11_linux-x64_bin.tar to /tmp tar -xf openjdk-11_linux-x64_bin.tar mv /tmp/jdk-11 /usr/lib/jvm chmod 777 /usr/lib/jvm/jdk-11 update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk-11/bin/java" 1010 update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk-11/bin/javac" 1010 verify > java -version & javac -version restart cloudera-scm-server
... View more
02-04-2021
01:32 AM
@Ismail27 Have you tried admin/admin ? What is the error message you are getting? You might have to see the Browser dev console output to check what’s going on, this way you can start troubleshooting.
... View more
12-11-2020
09:01 AM
@Ismail27 Take a look ob below links: https://docs.cloudera.com/data-warehouse/cloud/managing-environments/topics/dw-azure-environment-requirements-checklist.html https://blog.cloudera.com/cloudera-data-platform-cdp-now-available-on-microsoft-azure-marketplace-providing-unified-billing-for-joint-customers/
... View more