Member since
05-03-2022
6
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1472 | 02-08-2024 06:35 AM |
06-19-2026
11:47 PM
Imagine an airport where flights depart throughout the day: When a plane leaves, the gate becomes free. The airport doesn't remove the gate itself. Future flights can use the same space. Constantly rebuilding airport infrastructure would create delays. Hive manages deleted data in a comparable way. HDFS favors stability and throughput over instant file resizing. Compaction processes handle long-term storage optimization. That's why a delete operation may not produce any visible reduction in file size right away.
... View more
06-24-2024
11:27 AM
@Mike_CHU44 Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
02-08-2024
06:35 AM
Solved : As we are running Cloudera Runtime 7.1.7, DAS is not deprecated so we have to use it : https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/runtime-release-notes/topics/rt-pvc-deprecated-das.html
... View more
02-08-2024
04:02 AM
2 Kudos
The application ask for container run some part in that container and then release it back. So the 28 vcores that you are seeing is due to that. Let's say your job asks for 4 containers and eack with 7 vcores so at first only two containers will run as you have limit of 15 vcores. but if one container is released then that job will take another container with 7 vcores so in total now the number of vcores used is 21.
... View more