Member since
11-12-2018
218
Posts
178
Kudos Received
35
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
279 | 08-08-2025 04:22 PM | |
347 | 07-11-2025 08:48 PM | |
549 | 07-09-2025 09:33 PM | |
1081 | 04-26-2024 02:20 AM | |
1427 | 04-18-2024 12:35 PM |
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-09-2022
04:37 PM
1 Kudo
This seems known bug NIFI-9079. Apache Atlas client library used by the Atlas Reporting Task (ReportLineageToAtlas) emits a large amount of INFO logs. Setting the log level to WARN in NiFi logback will fix this issue. ----- <logger name="org.apache.atlas" level="WARN"/> -----
... View more
07-07-2022
08:30 PM
Hi @dmharshit, if possible can you try running the insert query after changing the execution engine to MapReduce by setting the below parameter? set hive.execution.engine=mr;
... View more
07-05-2022
05:31 PM
Hi @Jessica_cisco, it looks like conflicts in the versions/classes. Kindly locate duplicate dependencies and then clean rebuild again.
... 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
07-04-2022
05:03 PM
Hi @mamoune, you can inject multiple concurrent data source types to the Cloudera CDP platform but make sure you have an inbound connection configured apparently from the source to the destination CDP cluster. There are various components/connectors that are useful for both moving and transforming data from source systems. To use for ingestion, store, and process the new data sources, typically requires a considerable amount of planning, which is one of the challenges of data pipeline integration. For example, Cloudera Morphlines is an open-source framework that reduces the time and skills required to build or change Search indexing applications. A morphline is a rich configuration file that simplifies defining an ETL transformation chain. Use these chains to consume any kind of data from any data source, process the data, and load the results into Cloudera Search. Executing in a small, embeddable Java runtime system, morphlines can be used for near real-time applications as well as batch processing applications.
... View more
07-04-2022
04:37 PM
Hi @Jessica_cisco can you try guava version 14.0.1 from the group com.google.guava? compile group: 'com.google.guava', name: 'guava', version: '14.0.1' You can add the above dependence in your build.gradle and try again?
... View more
07-04-2022
04:03 PM
Hi @naymar, to grant Livy the ability to impersonate the originating user, add the following property to <HADOOP_HOME>/etc/hadoop/core-site.xml: <property>
<name>hadoop.proxyuser.livy.groups</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.livy.hosts</name>
<value>*</value>
</property> Ref: https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/configuration-properties/topics/cm_props_cdh710_coreconfiguration.html https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-installation/content/grant_livy_impersonate.html
... View more
06-30-2022
07:27 AM
Hi @suri789 these both are different values, I didn't see any duplicate in these. so plainfield s plainfiled Also from the output, I didn't see any duplicate values, all are distinct by the values..! +----------------+ | value | +----------------+ | s plaindield| | n plainfield| | west home land| | newyork| | so plainfield| |north plainfield| +----------------+ Please note: "n plainfield & north plainfield or s plainfield & so plainfield" are different values, because we didn't write any custom logic like 'n' means 'north' or 's' means 'so'.
... View more
06-28-2022
05:07 PM
Hi @Ane Please can you give some small examples with sample input and output for a better understanding of the problem statement? Thanks
... View more