Member since
03-01-2021
15
Posts
1
Kudos Received
0
Solutions
07-08-2024
12:05 AM
1 Kudo
I run into same issue after deploying cdp 7.1.7. Is there workaround for this issue ?
... View more
04-07-2022
01:48 AM
Hi @swapko , > Please provide the error stacktrace that you are seeing when you refresh the impala tables. > was it working earlier? Regards, Chethan YM
... View more
05-03-2021
01:01 AM
No, we donot have a valid Cloudera subscription/license as of now because our organization is doing a POC. I got your point that we cannot upgrade from Cloudera manager 6.3.0 express version but after a failed upgradation, even if I have downgraded to 6.3.0 it is still showing the same error. If I check in the Cloudera_manager db, in config table CM_VERSION, it shows the version as 6.3.0. Is there any thing I can do to resolve the error.
... View more
04-20-2021
01:52 PM
@Seeker90 Zookeepers by default are supposed to be running in an ensemble [french together] thats a quorum in English. Minimum number of servers required to run the Zookeeper is called Quorum. Zookeeper replicates whole data tree to all the quorum servers. This number is also the minimum number of servers required to store a client’s data before telling the client it is safely stored. Quorum size should be calculated by Majority Rule Majority rule: QN = (N + 1) / 2 QN: Minimum number of servers in quorum N: Total number of servers. (should be an odd number) So, if we have 5 servers, then Quorum should be minimum of 3 servers. As long as a majority of the ensemble are up, the service will be available. Because Zookeeper requires a majority, it is best to use an odd number of machines ZooKeeper uses Quorums by default to prevent the "brain split" phenomenon. That is, only more than half of the nodes in the cluster can vote for the Leader. This way can ensure the uniqueness of the leader, Split-Brain is like when you have two nodes in your cluster, they both know that a master needs to be elected in this cluster. Then when there is no problem in the communication between the two of them, a consensus will be reached and one of them will be selected as the master. But if there is a problem with the communication between them, both nodes will feel that there is no master now, so each elects itself as the master, so there will be two masters in the cluster. So to avoid the current problem you are facing add 2 more Zk'ers and that problem will vanish Happy hadooping
... View more
04-14-2021
11:00 PM
Hi Cloudera Support team, Can you please help us with it. Is there any update on it.
... View more
04-12-2021
09:10 AM
Hi @swapko The short answer is: you don't. There is no "cloudera manager 7.3.1 express version" available. Cloudera Express was discontinued over a year ago now, please see the announcement here: Cloudera Enterprise 6.3.3 Released …scroll down to the subsection Important Note About Cloudera Express
... View more
04-08-2021
04:54 AM
1 Kudo
Resolved the issue using below steps; Cloudera mangement service was added through UI using below steps: On clusters home page in UI, near Status, right corner -> Add -> cloudera managemnet service Before starting the service configure the TLS/SSL keystore like that of HDFS and YARN and restart the service.
... View more