Member since
11-12-2018
189
Posts
177
Kudos Received
32
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
592 | 04-26-2024 02:20 AM | |
752 | 04-18-2024 12:35 PM | |
3406 | 08-05-2022 10:44 PM | |
3137 | 07-30-2022 04:37 PM | |
6822 | 07-29-2022 07:50 PM |
08-01-2022
10:58 PM
@paulo_klein, Have any of the 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
07-29-2022
06:51 PM
1 Kudo
Hi @paulo_klein, Apache Spark by default request a delegation token for all 4 services: HDFS, YARN, Hive, and HBase. It is printed as a WARN message but it does no harm. It is captured due to the fact that no HBase jars are in the Spark classpath, hence, it's unable to get the HBase DelegationToken. To fix this issue you start spark-shell or pyspark or spark-submit via --conf spark.security.credentials.hbase.enabled=false Example: # spark-shell --conf spark.security.credentials.hbase.enabled=false
... View more
07-26-2022
07:06 AM
@jeyaguna 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
07-24-2022
11:41 PM
@dmharshit Yarn queue where the Tez application gets submitted don't have enough capacity to start a new application. You should be able to see tez application in yarn rm -> accepted applications. Tune NM capacity + reduce following configs to let yarn accept & launch new application. -- Setting AM size to 512mb set tez.am.resource.memory.mb=512; -- Setting Task container size to 512mb set hive.tez.container.size=512;
... View more
07-17-2022
11:50 PM
@Seedy 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
07-11-2022
11:12 PM
@naymar, Has the reply helped resolve your issue? If so, can you 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
07-10-2022
10:25 PM
@mamoune, 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
07-09-2022
04:50 PM
1 Kudo
Hi @Vickywaran312, Latest release of Cloudera Data Platform (CDP) supports RHEL 8.4. Please see the Cloudera Support Matrix for detailed information about supported operating systems.
... View more
07-05-2022
11:51 PM
Hi @jagadeesan, I tried that as well, nothing worked.
... View more
07-04-2022
05:11 PM
Hi @fgerardi, please can you help us with repro steps with the sample dataset to test this behavior? thanks.
... View more