Member since
07-27-2018
6
Posts
0
Kudos Received
0
Solutions
02-03-2021
04:16 AM
Hi @ylchew93, Do you solve this issue? I have the same problem after enabled Kerberos in my cluster.
... View more
01-28-2021
03:26 AM
Hi @pvillard, I have some doubts about what kind of keytab file to create. I don't know much about Kerberos and do not find much information about the kind of Keytab file I should use to connect my Nifi Cluster to a kerberized Cloudera Cluster. Can you help me?
... View more
10-15-2020
07:23 AM
Hi, @zhxj, do you found some way to treat this issue? I have the same issue to convert timestamp data to Parquet. I try this in the schema, but do not work. { "name": "dat_timestamp", "type": { "type":"int64", "logicalType":"timestamp-millis", "isAdjustedToUTC" : "false"} }, Thanks,
... View more
10-02-2019
07:19 AM
Maybe do you are looking for SSoT (Single Source of Thruth). Kafka may be the best option to achieve this concept. The link bellow may help you: https://www.confluent.io/blog/messaging-single-source-truth/
... View more
06-21-2019
04:11 PM
After read the content of the link below a made some changes in both nifi.properties e boostrap.conf files. That changes solved the issue, for now. https://community.hortonworks.com/articles/7882/hdfnifi-best-practices-for-setting-up-a-high-perfo.html nifi.properties file: <nifi.queue.swap.threshold=100000/> Bootstrap.conf file: <# JVM memory settings java.arg.2=-Xms4g java.arg.3=-Xmx4g/> coment Garbage collector usage <# java.arg.13=-XX:+UseG1GC/>
... View more
06-13-2019
06:21 PM
We have the same issue, has anyone found any solution to this case?
... View more