Member since
07-30-2020
219
Posts
45
Kudos Received
60
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
433 | 11-20-2024 11:11 PM | |
486 | 09-26-2024 05:30 AM | |
1083 | 10-26-2023 08:08 AM | |
1852 | 09-13-2023 06:56 AM | |
2128 | 08-25-2023 06:04 AM |
06-07-2022
11:25 AM
Hi @enirys , It looks like a DNS resolution issue. Could you check if this gets resolved by following this article https://my.cloudera.com/knowledge/ERROR-quot-is-not-authorized-for-protocol-interface?id=304462
... View more
06-07-2022
11:11 AM
1 Kudo
Hi @Jessica_cisco , As per the screenshot, it reports that the Region server on this host has failed to start. You can login to that host and confirm if there is a Region server process running. #ps -ef | grep regionserver If you don't see any process, try to restart this Region server from CM and if it still fails, please check the stderr and the role log of this Region server for more clues.
... View more
06-07-2022
01:30 AM
Hello @Jessica_cisco , You can check if cloudera-manager.repo is present on this host under /etc/yum.repos.d/. If not, copy this repo from a working node. If you run the below command on this host, it should show you the repo from where it will download the agent package. # yum whatprovides cloudera-manager-agent cloudera-manager-agent-7.6.1-24046616.el7.x86_64 : The Cloudera Manager Agent Repo : @cloudera-manager Once the above is confirmed, You can use the below doc for instructions. https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/installation/topics/cdpdc-manually-install-cm-agent-packages.html
... View more
06-07-2022
12:51 AM
1 Kudo
Hello, Try to install the agent package on this host and let me know if that solves the issue. Make a copy of your /etc/cloudera-scm-agent/config.ini. Uninstall the cloudera-manager-agent package Install the cloudera-manager-agent package Copy the /etc/cloudera-scm-agent/config.ini back Start the cloudera-scm-agent service
... View more
06-06-2022
06:51 AM
1 Kudo
Hi, Can you check if agent package is indeed present on this host. You can compare it with a working host. # rpm -qa | grep cloudera
... View more
06-06-2022
03:57 AM
Hi, Do you see any errors in the Cloudera-scm-agent logs? If the agent looses connection to the CM Server, it reports the host as unhealthy. Have you tried restarting the Cloudera-scm-agent on this host and check if that helps.
... View more
06-03-2022
02:53 AM
It could be possible that the Datanode is still in decommissioning state. Can you start to Stop that Datanode from the UI and then try to exit the Maintenance mode and check.
... View more
06-01-2022
04:45 AM
Cell TTL is something that is defined at insertion time. So for an already existing data, you can perform a put of the same cell, which then will have the exact cell value on a new Hfile with the new TTL for the cell.
... View more
05-31-2022
10:27 AM
As HDFS-3743 still remains unresolved. I don't see any feature in the CM to copy the edits from the live journal node to the newly added journal node. Deploying the role using CM will add the role but the Active Namenode will report that its "out of sync" with this new journal node. So before starting the new journal node, copy the edits directory from one of the existing JournalNodes to the new one. 1 - Stop the New JN.
2 - Copy all the contents under /current of Journalnode folder from a working Journalnode to the new Journal node.
3 - Add the right permission to the newly copied folders with chown and chmod.
4 - Delete the edit_inprogress file (inside the new Journal node) such that the new Journalnode will start synchronising this file with the older Journal nodes.
... View more
05-31-2022
08:18 AM
I assume you are seeing this error in the UI. Could you check the Hbase Master log to see why its down.
... View more
- « Previous
- Next »