Member since
11-27-2019
4
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1948 | 11-28-2019 04:29 AM |
02-01-2021
06:08 AM
The first thing I would recommend, is attempting to avoid a custom processor. If you need to add columns to a record, the UpdateRecord processor should enable this. (At first I expected the QueryRecord processor to do it as well, but am unable to find any references to this). https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.5.0/org.apache.nifi.processors.standard.UpdateRecord/index.html https://community.cloudera.com/t5/Support-Questions/Adding-columns-to-sql-in-nifi/td-p/224598
... View more
01-24-2021
08:06 PM
I used this two jars to connect ClickHouse: clickhouse-jdbc-0.2.4-shaded.jar lz4-1.3.0.jar
... View more
11-28-2019
04:29 AM
1 Kudo
i fix the problem . i changed the Ojdbc8.jar to Ojdbc7.jar thanks
... View more