Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1129 | 04-15-2025 10:34 PM | |
3306 | 10-28-2024 12:37 AM | |
1422 | 09-04-2024 07:38 AM | |
3258 | 06-10-2024 10:24 PM | |
1385 | 02-01-2024 10:51 PM |
10-17-2021
11:32 PM
@DA-Ka, Has the reply helped resolve your issue? If so, kindly mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-11-2021
10:16 PM
@sat_046 , 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.
... View more
10-10-2021
11:29 PM
1 Kudo
@GregoryG, 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.
... View more
10-10-2021
11:25 PM
@sat_046, 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.
... View more
10-10-2021
10:48 PM
Hello , I applied below solution to do the fix. hdfs dfs -setfacl -R -m group:calapr01:r-x /tmp/logs/* hdfs dfs -setfacl -m default:group:calapr01:r-x /tmp/logs/hive/logs Seems I found this link helpful : https://my.cloudera.com/knowledge/ERROR-quotPermission-denied-userltusernamegt-accessREADEXECUTE?id=293648
... View more
10-10-2021
10:36 PM
@leonid, Has any of replies 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.
... View more
10-10-2021
10:35 PM
@RyanAtWork, 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. If you are still experiencing the issue, can you provide the information @robbiez has requested?
... View more
10-05-2021
11:33 PM
@TRSS_Cloudera 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.
... View more
10-04-2021
08:50 AM
@enirys You could refer to the following doc for Hive tuning: https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.5/bk_hive-performance-tuning/content/ch_connectivity-admission-control.html#guidelines-hiveserver2-heaps If you have other services running on the same HS2 node as well, you might want to reduce Hive heap size or move a service to a different node. Are you expecting too many connections as explained in the above doc, else you might want to bring down HS2 heap size? If you do not see too many connections, but notice high heap usage, you might want to take a heap dump as @asish mentioned, and see if there is memory leak. Load balancing across HS2 could take place based on how you are accessing Hive. You could use zooKeeper based connection string.
... View more
10-04-2021
07:31 AM
I am following up here on one small point, just for the record (which is to say for the benefit of people who might arrive at this thread via search engine at some point in the near-to-medium term future). The original question from @vbar included this: However, here's where it gets tricky. Sqoop was official [sic] retired this June and after that I don't really know if I am supposed to get prepared for a sqoop question or a "JDBC" format question. I can't speak at all to the question of whether or not the exam will have questions on Sqoop, but I do want to clarify that while Sqoop was moved to the Apache Attic in June 2021, the software will continue to be supported by Cloudera and shipped as part of CDP Public Cloud and CDP Private Cloud. See Cloudera's statement of support on this matter here: Apache Sqoop Support on Cloudera Data Platform
... View more