Member since
07-16-2018
7
Posts
0
Kudos Received
0
Solutions
04-28-2019
07:06 AM
Hi @Eric Damphousse, Depending on the http(s) payload size, NiFi could be a good fit for routing the requests. i would look-into having MiNiFi handling the initial request applying minimal validation / routing attributes, and use Site-To-Site to send to a large(r) cluster of NiFi to connect to Kafka / pulsar etc. the benefit would be that MiNiFi has a small footprint and also allows to capture lineage (data origin) for future track and trace. @Pierre Villard has an excellent blog
... View more
04-28-2019
06:54 AM
HI @Maciej Michalec, have you properly initialized the git / bucket folder? NiFi Registry Documentation Initialize Git directory In order to use GitFlowPersistenceRepository , you need to prepare a Git directory on the local file system. You can do so by initializing a directory with git init command, or clone an existing Git project from a remote Git repository by git clone command.
... View more
04-28-2019
06:47 AM
Hi @Nathaniel Vala could you post the error?
... View more
04-28-2019
06:39 AM
Hi @fifi abd, Enabling SSL in NIFI Cluster looking at the HCC forum i found this question+ answer. thanks to @Matt Clarke
... View more
07-16-2018
12:17 PM
i did read this as well, i just wonder why this is as there is no real limitation, as far as i can see
... View more
07-16-2018
12:09 PM
I managed to install by wget -nv http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.0.0/ambari.repo -O /etc/yum.repos.d/ambari.repo This allows Ambari 2.7 to be installed and it comes with HDP 3.0
... View more
07-16-2018
09:23 AM
While installing Ambari we also installed mpack for HDF now we want to create a cluster with HDP - HDFS / YARN / HBASE / KAFKA | HDF - NiFI / NiFi-registry / Schema-registry to our surprise the NiFI / NiFi-registry do show in the HDP stack, but schema-registry is missing when will this be fixed in the mpack, as it seems to be a missing entry in the mpack configuration secondary question, why will be able to use nifi 1.7 / nifi registry 0.2+ as we realy want to start using git integration?
... View more