Member since
02-28-2022
147
Posts
13
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
151 | 10-18-2024 12:29 PM | |
2882 | 09-05-2024 09:06 AM | |
2437 | 08-08-2024 05:10 AM | |
1911 | 05-16-2024 05:33 AM | |
641 | 04-22-2024 10:24 AM |
06-22-2023
05:56 AM
hi @rki_ , cool! so, by my understanding; if I separate the datanodes in the two physical racks, as shown in the image below, the blocks will be replicated to all datanodes in the two racks, right? with that, if rack_01 goes down, I won't have any data loss, right?
... View more
06-21-2023
01:11 PM
hi @cjervis I had already read this documentation before thank you for your help. i really wanted to know, if two racks are enough or the recommended one would be 3
... View more
06-21-2023
01:08 PM
I managed to fix the problem. was removed the "Navigator Metadata Server" service from the cluster and added it again.
... View more
06-21-2023
07:26 AM
we are planning to separate cluster hosts into 2 physical racks, 10 hosts for each rack. our doubt is: as we only have two physical racks, is it still recommended to use the "rack" option in cloudera manager to separate the hosts?
... View more
Labels:
- Labels:
-
Cloudera Manager
06-19-2023
09:04 AM
hello cloudera community, I would like to know if the cdh 5.16.2 express version does not have a warning about "Memory Overcommit Validation Threshold"? I did some example tests, configuring more memory than the host has in the services, but we did not receive the alert about "memory overcommitted"
... View more
Labels:
- Labels:
-
Cloudera Manager
06-13-2023
07:33 AM
we are having trouble starting the "navigator metadata server" service, in the "stderr" log we have the error below: Conflicting collector combinations in option list; please refer to the release notes for the combinations allowed Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. can help us with this problem?
... View more
Labels:
- Labels:
-
Cloudera Manager
-
Cloudera Navigator
05-30-2023
11:14 AM
hello cloudera community Is it possible to know the date and time that a kudu table was accessed/read? i know there is "transient_lastDdlTime" field in kudu table but that field is updated only when the table is updated.
... View more
Labels:
- Labels:
-
Apache Kudu
-
Cloudera Manager
05-30-2023
11:09 AM
OK! @Juanes 😉 thanks for the clarification.
... View more
05-30-2023
11:00 AM
hi @Juanes, accessing a tablet server on port 8050 and checking the tablets, found more than 30 tablet id with the same name, each tablet id was using 4.4GB disk size in this case, according to cloudera's documentation, a tablet can have a maximum of 50GB, the size of the tablet id that was found is within the recommended range, right?
... View more
05-30-2023
05:35 AM
hi @Juanes , great! So, let's assume I have a 500GB table and that table was created with 240 tablets, would that value be within the recommended range? other point! I'm using the following calculates as an example: DATA_SIZE = (value taken from the graph "total_kudu_on_disk_size_across_kudu_replicas") NUM_REPLICAS = RF * Total Tablets (value taken from the ksck command) TABLET_SIZE = DATA_SIZE / NUM_REPLICAS DATA_SIZE = 147G (converted to bytes, getting "157840048128") NUM_REPLICAS = 3 * 240 = 360 Name | RF | State | Total Tablets | Healthy | Recovering | Underreplicated | not available impala::DATABASE01.TABLE01 | 3 | HEALTHY | 240 | 240 | 0 | 0 | 0 TABLET_SIZE = 157840048128 / 720 = 219222289 (which equals 2.04GB) the end result was 2.04GB, does that mean each tablet has 2.04GB?
... View more