Member since
12-11-2015
244
Posts
31
Kudos Received
32
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
223 | 07-22-2025 07:58 AM | |
820 | 01-02-2025 06:28 AM | |
1412 | 08-14-2024 06:24 AM | |
2938 | 10-02-2023 06:26 AM | |
2247 | 07-28-2023 06:28 AM |
07-24-2025
01:34 PM
Please click on the failed command and share the stderr/stdout logs
... View more
07-22-2025
07:58 AM
1 Kudo
Hi @jonathan_l https://community.cloudera.com/t5/Community-Articles/Fully-Private-Agents-with-Cloudera-s-AI-Inference-Service/ta-p/400799 This link has an example on how to use Crew AI in Cloudera AI
... View more
06-20-2025
01:34 PM
Per the doc: you need passwordless sudo not passwordless ssh. Did you enter the username and password when adding the host to cloudera manager? https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/managing-clusters/topics/cm-add-hosts.html Enter Login Credentials:
Select root for the root account, or select Another user and enter the username for an account that has password-less sudo privileges.
Select an authentication method:
If you choose password authentication, enter and confirm the password.
If you choose public-key authentication, provide a passphrase and path to the required key files.
You can modify the default SSH port if necessary. @csm09 wrote: I'm setting up a single-node Cloudera Manager 7.4.4 trial on a GCP Ubuntu 20.04 VM and running into an issue during the Install Agents step. The process fails with an authentication error when trying to connect to the host. Here’s what I’ve done so far: Created a user with sudo and passwordless privileges Set up passwordless SSH (tested with ssh $(hostname -I | awk '{print $1}') – works without password) Configured hostname and /etc/hosts (e.g., cloudera-1.localdomain) Installed OpenJDK 11 and set JAVA_HOME Started Cloudera Manager Server successfully (systemctl status shows it running) Port 7180 is open and accessible Using the .bin installer from the official CM 7.4.4 archive Despite all this, the agent install step fails with an authentication error. Has anyone encountered this before? Is there a specific SSH or hostname nuance I might be missing? Any help would be greatly appreciated! @csm09 wrote: I'm setting up a single-node Cloudera Manager 7.4.4 trial on a GCP Ubuntu 20.04 VM and running into an issue during the Install Agents step. The process fails with an authentication error when trying to connect to the host. Here’s what I’ve done so far: Created a user with sudo and passwordless privileges Set up passwordless SSH (tested with ssh $(hostname -I | awk '{print $1}') – works without password) Configured hostname and /etc/hosts (e.g., cloudera-1.localdomain) Installed OpenJDK 11 and set JAVA_HOME Started Cloudera Manager Server successfully (systemctl status shows it running) Port 7180 is open and accessible Using the .bin installer from the official CM 7.4.4 archive Despite all this, the agent install step fails with an authentication error. Has anyone encountered this before? Is there a specific SSH or hostname nuance I might be missing? Any help would be greatly appreciated! @csm09 wrote: I'm setting up a single-node Cloudera Manager 7.4.4 trial on a GCP Ubuntu 20.04 VM and running into an issue during the Install Agents step. The process fails with an authentication error when trying to connect to the host. Here’s what I’ve done so far: Created a user with sudo and passwordless privileges Set up passwordless SSH (tested with ssh $(hostname -I | awk '{print $1}') – works without password) Configured hostname and /etc/hosts (e.g., cloudera-1.localdomain) Installed OpenJDK 11 and set JAVA_HOME Started Cloudera Manager Server successfully (systemctl status shows it running) Port 7180 is open and accessible Using the .bin installer from the official CM 7.4.4 archive Despite all this, the agent install step fails with an authentication error. Has anyone encountered this before? Is there a specific SSH or hostname nuance I might be missing? Any help would be greatly appreciated!
... View more
01-02-2025
06:52 AM
Which Service in particular are you trying to enable LDAP auth?
... View more
01-02-2025
06:28 AM
Hi @idofy CDP 7.1.9 CHF7 is the version prior to CDP 7.1.9 SP1. Given in compatibility matrix, CDP 7.1.9 SP1 and CDP 7.1.9 is mentioned, you can use the CDP 7.1.9 CHF7 or CDP 7.1.9 SP1. Would recommend using CDP 7.1.9 SP1 as it will come up with additional fixes.
... View more
10-17-2024
06:37 AM
Sorry I couldn't download the files. Its in "Virus scan in progress ..." stage and not allowing download. This download issue is being reported to community platform team. Meanwhile Can you paste the full stderr/stdout of hue? And the screenshots hue environment safety. valve.
... View more
10-16-2024
05:52 AM
I couldn't download the attachment. In which path, did you install python3.8? Can you run echo $PATH? Can you run a test script and share result. cat test.py #!/usr/bin/env python3.8 import sys print("Python version") print(sys.version) ./test.py
... View more
10-14-2024
08:37 AM
@sayebogbon Can you change #!/usr/bin/env python2.7 to #!/usr/bin/env python3.8 And start hue?
... View more
10-11-2024
08:44 AM
1 Kudo
Can you cat this file? cat /opt/cloudera/parcels/CDH-7.1.7-1.cdh7.1.7.p2046.46875634/lib/hue/build/env/bin/hue
... View more
10-08-2024
05:54 AM
@sayebogbon Can you configure hue env safety valve with the correct python path CM > Hue > Configurations > the Hue Service Environment Advanced Configuration Snippet (Safety Valve) field: Key: PATH Value: <python3.8 binary path> Save and Restart
... View more