1973
Posts
1225
Kudos Received
124
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1978 | 04-03-2024 06:39 AM | |
| 3116 | 01-12-2024 08:19 AM | |
| 1699 | 12-07-2023 01:49 PM | |
| 2473 | 08-02-2023 07:30 AM | |
| 3453 | 03-29-2023 01:22 PM |
12-08-2021
09:10 AM
[ 0%] Built target date-tz [ 1%] Built target spdlog-externa [ 2%] Built target ossp-uuid-externa [ 4%] Built target zlib-externa [ 5%] Built target yaml-cpp-externa [ 5%] Performing build step for 'libressl-portable Consolidate compiler generated dependencies of target crypt [ 0%] Building C object crypto/CMakeFiles/crypto.dir/cryptlib.c. In file included from /data/data/com.termux/files/home/nifi-minifi-cpp/build/thirdparty/libressl-src/crypto/cryptlib.c:121 /data/data/com.termux/files/home/nifi-minifi-cpp/build/thirdparty/libressl-src/crypto/../include/compat/syslog.h:32:6: error: conflicting types for 'android_polyfill_syslog_r void syslog_r(int, struct syslog_data *, const char *, ...) /data/data/com.termux/files/usr/include/syslog.h:176:18: note: expanded from macro 'syslog_r #define syslog_r android_polyfill_syslog_ /data/data/com.termux/files/usr/include/syslog.h:161:24: note: previous definition is her static __inline__ void android_polyfill_syslog_r(int syslog_priority, void* d, const char* format, ... In file included from /data/data/com.termux/files/home/nifi-minifi-cpp/build/thirdparty/libressl-src/crypto/cryptlib.c:121 /data/data/com.termux/files/home/nifi-minifi-cpp/build/thirdparty/libressl-src/crypto/../include/compat/syslog.h:33:6: error: conflicting types for 'android_polyfill_vsyslog_r void vsyslog_r(int, struct syslog_data *, const char *, va_list) /data/data/com.termux/files/usr/include/syslog.h:177:19: note: expanded from macro 'vsyslog_r #define vsyslog_r android_polyfill_vsyslog_ /data/data/com.termux/files/usr/include/syslog.h:170:24: note: previous definition is her static __inline__ void android_polyfill_vsyslog_r(int syslog_priority, void* d, const char* fmt, va_list ap 2 errors generated make[5]: *** [crypto/CMakeFiles/crypto.dir/build.make:188: crypto/CMakeFiles/crypto.dir/cryptlib.c.o] Error make[4]: *** [CMakeFiles/Makefile2:197: crypto/CMakeFiles/crypto.dir/all] Error make[3]: *** [Makefile:146: all] Error make[2]: *** [CMakeFiles/libressl-portable.dir/build.make:86: libressl-portable-prefix/src/libressl-portable-stamp/libressl-portable-build] Error make[1]: *** [CMakeFiles/Makefile2:1076: CMakeFiles/libressl-portable.dir/all] Error make: *** [Makefile:166: all] Error 222221.^)e^r'^;':^)e^r'^;':oo'llll[Makefile:166: all] Error 2
... View more
10-01-2021
01:40 AM
Hi, I deleted this file in my ubuntu ec2 instance : 1.content_repository 2.database_repository 3.flowfile_repository 4.provenance_repository and also delete file in conf -> flow.xml.gz after the deleting this files in my ubuntu ec2 instance i will restart nifi.sh after that the nifi is runing but i will open my ip address in chrome http://54.89.235.124:8443/ i am getting this site cann't reached error. in my putty i am getting like this please help to resolve this issue
... View more
09-04-2021
02:54 PM
A bit late to the party, but do you (or anyone else who might have encountered this problem) have any extra info to share about it? I am currently experiencing a similar issue.
... View more
07-23-2021
05:42 AM
if you read a binary file it should be passed into NiFi with no issue.
... View more
07-22-2021
10:00 AM
You can have a QueryDataTableRecord to watch when changes happen and have that trigger your process. You may want to try Debezium with Cloudera Kafka You may want to try Debezium with Cloudera Flink SQL https://dev.to/tspannhw/simple-change-data-capture-cdc-with-sql-selects-via-apache-nifi-flank-19m4 See: https://github.com/tspannhw/EverythingApacheNiFi https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/replicate-track-change-data-capture-always-on-availability?view=sql-server-ver15 https://debezium.io/documentation/reference/connectors/sqlserver.html https://sandeepkattepogu.medium.com/streaming-data-from-microsoft-sql-server-into-apache-kafka-2fb53282115f https://www.linkedin.com/pulse/achieving-incremental-fetch-change-data-capture-via-apache-rajpal/ https://www.datainmotion.dev/2021/02/using-apache-nifi-in-openshift-and.html
... View more
07-21-2021
02:24 PM
@TimothySpann thank you for your prompt reply
... View more
06-07-2021
04:21 AM
Thanks for both replies, I managed to get it working last week the same way as you have shown Matt. Cheers
... View more