1973
Posts
1225
Kudos Received
124
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
782 | 04-03-2024 06:39 AM | |
1506 | 01-12-2024 08:19 AM | |
778 | 12-07-2023 01:49 PM | |
1337 | 08-02-2023 07:30 AM | |
1926 | 03-29-2023 01:22 PM |
05-27-2021
07:55 AM
what version of NiFi are you using? There are some bugs with InvokeHttp in older versions. Can you access that url from that machine via curl? There may be a networking or firewall issue. https://www.datainmotion.dev/2021/01/flank-real-time-transit-information-for.html https://www.datainmotion.dev/2021/03/using-cloudera-flow-management-powered.html https://community.cloudera.com/t5/Community-Articles/Real-Time-Stock-Processing-With-Apache-NiFi-and-Apache-Kafka/ta-p/249221 https://community.cloudera.com/t5/Community-Articles/Smart-Stocks-with-FLaNK-NiFi-Kafka-Flink-SQL/ta-p/308223
... View more
05-24-2021
12:02 PM
wrap your SQL in a view / procedure / function or other Database native grouping of statements is smartest. With running multiple sql statements you may want to use Cloudera CDE, Cloudera Machine Learning jobs, YARN Spark Jobs or Airflow. https://www.datainmotion.dev/2019/10/migrating-apache-flume-flows-to-apache_15.html https://www.datainmotion.dev/2020/12/simple-change-data-capture-cdc-with-sql.html
... View more
05-24-2021
11:58 AM
1 Kudo
Use JDK 8 or JDK 11, JDK 9 is not supported JDK 9 issues https://github.com/graphhopper/graphhopper/issues/1391
... View more
05-24-2021
11:56 AM
Some examples https://community.cloudera.com/t5/Support-Questions/How-Extract-text-from-a-multiline-flow-and-create-only-one/td-p/104706 https://nathanlabadie.com/recombining-multiline-logs-with/ https://github.com/tspannhw/EverythingApacheNiFi/blob/main/README.md
... View more
05-23-2021
06:44 AM
good suggestion ! This apps really helpful in tracking and storing location of own ... Also reference are very helpful to me. http://owntracks.org/booklet/ http://owntracks.org/booklet/tech/json/ http://osmand.net/build_it post office near me tracking N.Miller
... View more
05-21-2021
07:15 AM
Use UpdateRecord (csv reader, json writer) to change date PutDatabaseRecord to save to oracle https://www.datainmotion.dev/2020/12/simple-change-data-capture-cdc-with-sql.html https://www.datainmotion.dev/2019/10/migrating-apache-flume-flows-to-apache_15.html https://www.datainmotion.dev/2021/01/flank-real-time-transit-information-for.html https://www.datainmotion.dev/2020/12/smart-stocks-with-flank-nifi-kafka.html https://github.com/tspannhw/EverythingApacheNiFi https://www.datainmotion.dev/2021/03/processing-fixed-width-and-complex-files.html https://www.datainmotion.dev/2020/06/no-more-spaghetti-flows.html
... View more
05-12-2021
12:26 PM
Thanks @MattWho Sure, I will consider your suggestion to not running multiple nifi on the same machine. I tried the variable registry approach as well but the problem is the same with that as well that we can not use the EL parameter.
... View more
05-11-2021
05:58 AM
VMs are not optimal. Run microservices in Kafka Connect, NiFi Stateless, Flink, Spark or Python in CML, Jupyter Notebooks. SQL Stream builder. all good options
... View more
04-30-2021
10:18 PM
I am using NiFi 1.11.4 Currently log of "Input port" is available in the log file but the count of the flow file is not present. Do you think log level will help there?
... View more
04-19-2021
04:40 AM
QueryRecordProcessor grabs fields from content You can also add attributes there You can also add attributes via updaterecord https://www.datainmotion.dev/2020/12/smart-stocks-with-flank-nifi-kafka.html
... View more