1973
Posts
1225
Kudos Received
124
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
795 | 04-03-2024 06:39 AM | |
1534 | 01-12-2024 08:19 AM | |
783 | 12-07-2023 01:49 PM | |
1347 | 08-02-2023 07:30 AM | |
1951 | 03-29-2023 01:22 PM |
10-22-2020
11:12 AM
https://nifi.apache.org/docs/nifi-docs/html/nifi-in-depth.html Maybe shrink your provenance repo and send everything you need via: https://www.datainmotion.dev/2020/04/sql-reporting-task-for-cloudera-flow.html Or via Atlas
... View more
10-22-2020
09:47 AM
provenance is for every step of every flowfile in every flow. I recommend rolling those logs
... View more
10-22-2020
09:23 AM
you need to restart your servers after making the setting changes. do you have space?
... View more
10-09-2020
07:16 AM
1 Kudo
https://www.datainmotion.dev/2020/09/devops-working-with-parameter-contexts.html download the flow/backup up/store in git copy a flow to archive remove from production https://www.datainmotion.dev/2019/11/nifi-toolkit-cli-for-nifi-110.html
... View more
10-06-2020
07:01 PM
https://docs.cloudera.com/runtime/7.2.1/integrating-hive-and-bi/topics/hive-kafka-integration.html
... View more
10-06-2020
06:59 PM
1 Kudo
I believe you need to be running HDP 3.1 or CDP for the Hive-Kafka integration since it's part of Hive 3.x and CDH has Hive 1 or 2.
... View more
09-29-2020
07:14 AM
It looks like it does normal error checking https://github.com/apache/nifi/blob/c396927299586b896df4ebc745793b4c451f3898/nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/src/main/java/org/apache/nifi/processors/mongodb/GetMongoRecord.java
... View more
09-28-2020
10:01 PM
Fork the processor
... View more
09-28-2020
06:20 AM
Maybe a bug or oversite. GetMongo is a community processor, post or update a JIRA https://issues.apache.org/jira/browse/NIFI-5916
... View more
09-15-2020
01:10 PM
Upgrade to newer, make sure NiFi has 2GB+ of RAM. On my laptop NiFi 1.11.4 is pulling in 1,500 records a second. How large are those Kafka messages? What format? example? Don't use threads for that.
... View more