Member since
06-19-2023
5
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1050 | 06-20-2023 02:30 AM |
07-11-2023
01:58 AM
I encountered an error with the following description after installing YARN Queue Manager: Caused by: org.h2.jdbc.JdbcSQLNonTransientException: Log file error: "/var/lib/hadoop-yarn/config-service.trace.db", cause: "java.io.FileNotFoundException: /var/lib/hadoop-yarn/config-service.trace.db (Permission denied)" [90034-198] at org.h2.message.DbException.getJdbcSQLException(DbException.java:502) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) ... 38 more Caused by: java.io.FileNotFoundException: /var/lib/hadoop-yarn/config-service.trace.db (Permission denied) I have searched, but I couldn't find anyone experiencing the same error as me. Could you please assist me?😥
... View more
Labels:
07-05-2023
12:25 AM
Hello everyone, I am currently getting acquainted with Cloudera. I have successfully installed CDP Private Cloud Base on an Ubuntu virtual machine. However, when I want to install CDP Private Cloud Data Service to perform SparkJob creation and run it on the web interface as shown in the Video Demo on the Cloudera website under the Engineer section, I see a requirement to install it on OpenShift Container with a different configuration. I don't understand this, could you please guide me or share any step-by-step tutorials for installing both components? Thank you very much.
... View more
06-20-2023
02:30 AM
1 Kudo
The problem is solved. Follow the below steps to fix it. sudo nano /etc/ssh/sshd_config In the file now look for PermitRootLogin without-password and replace it with this PermitRootLogin yes Now restart the ssh service sudo service ssh restart retry the installation and it should work.
... View more
06-19-2023
03:55 AM
I am setting up a stand-alone CDP cluster. However, getting errors when doing the agents installation steps. I have used this command but it still error:
... View more
06-19-2023
03:04 AM
Hello, i'm getting same error and i use ur solution, but it still error, can u help me?
... View more