Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

CDP trial adding clusters failing

avatar
Explorer

Cluster manager looks fine

Ubuntu 20.04, bare metal host. No SElinux, no firewall

The agent log says

BEGIN sudo dpkg -l openjdk8 | grep -E '^ii[[:space:]]*openjdk8[[:space:]]*'
dpkg-query: no packages found matching openjdk8
END (1)
BEGIN sudo apt-cache show openjdk8
E: No packages found

___________

If you skip JDK installation in the wizard, it fails with

BEGIN sudo dpkg -l cloudera-manager-agent | grep -E '^ii[[:space:]]*cloudera-manager-agent[[:space:]]*'
dpkg-query: no packages found matching cloudera-manager-agent

 

Any clues?

1 ACCEPTED SOLUTION

avatar
Explorer
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
8 REPLIES 8

avatar
Master Guru

@aval What is the repo content you are having in the repo file? 


Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Explorer

repos has mostly empty folder with blank /unbuntu-focal/cloudera.manager.list

avatar
Master Guru

@aval Can you tell me which doc you are following and are you adding 2nd cluster in the same CM? There should be repo file in this location. 


Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Explorer

This is the first cluster I'm adding. 

I'm installing per this reference:

https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/installation/topics/cdpdc-trial-installation....

 

So far I have the cluster manager setup and I'm trying to follow the next set of instructions to add a cluster. 

 

avatar
Master Guru

@aval Run the rpm -qa | grep -i cloudera on the host and send the output also confirm the Java version being used. 

 

I am wondering if you can just simply install the openjdk on host and try installing the cluster. That should work. 


Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
New Contributor

i also got this error on ubuntu 20.04

avatar
Explorer
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login

avatar
New Contributor

it worked after i install the curl😀 Thanks!