Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1116 | 04-15-2025 10:34 PM | |
3301 | 10-28-2024 12:37 AM | |
1419 | 09-04-2024 07:38 AM | |
3257 | 06-10-2024 10:24 PM | |
1385 | 02-01-2024 10:51 PM |
06-25-2024
10:33 PM
@AElbehwash, Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
06-20-2024
07:32 AM
1 Kudo
@WanderingT, Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts @SAMSAL @MattWho who may be able to assist you further. Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
... View more
06-19-2024
10:26 PM
1 Kudo
@AswiniPasham, your issue must be resolved now. Can you please check and confirm? Please ensure you logout of the current session and re-login to the community for the changes to take effect.
... View more
06-17-2024
10:46 PM
1 Kudo
@_Anura, Please review this post as it relates to your query.
... View more
06-17-2024
10:10 PM
Hi @RangaReddy , thank you very much for your response and suggestions. I tried the steps you recommended, and while they were helpful, I found that the issue was ultimately resolved by increasing the executor memory and by setting the spark.file.transferTo=false. I appreciate your assistance.
... View more
06-17-2024
07:30 AM
Hi @EFasdfSDfaSDFG From Hive the following formats supported : Parquet (default), Avro, ORC Create table examples: CREATE EXTERNAL TABLE test_ice_1 ( i INT, t TIMESTAMP, j BIGINT) STORED BY ICEBERG; CREATE EXTERNAL TABLE test_ice_2 (i INT, t TIMESTAMP) PARTITIONED BY (j BIGINT) STORED BY ICEBERG; CREATE EXTERNAL TABLE test_ice_3 (i int) STORED AS ORC STORED BY ICEBERG LOCATION ''; CREATE EXTERNAL TABLE test_ice_4 (i int) STORED BY ICEBERG TBLPROPERTIES ('key'='value', 'key'='value') CREATE EXTERNAL TABLE test_ice_1 (i int) STORED AS ORC STORED BY ICEBERG TBLPROPERTIES ('format-version' = '2');
... View more
06-17-2024
02:23 AM
1 Kudo
If its a new cluster, and its the yarn job, please make sure that you have mr-framework uploaded to /user/yarn/mapreduce/mr-framewor in hdfs. All yarn job will fail with below error if that path missing: Error: java.io.IOException: Can't get Master Kerberos principal for use as renewer $ hdfs dfs -put 3.1.1.7.1.7.2032-1-mr-framework.tar.gz /user/yarn/mapreduce/mr-framework
... View more
06-14-2024
09:57 AM
1 Kudo
@thegreatdakness Welcome to the Cloudera Community! I have reached to you via DM with next steps, thanks!
... View more
06-14-2024
12:28 AM
I am sceptical that quickstartvm is still available. AFAIK, both Cloudera quickstartvm and Hortonworks sandbox are deprecated and download links/documentations are not public now. You may check if any of archived/cached pages still have the documentation.
... View more