Member since
07-30-2019
333
Posts
356
Kudos Received
76
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
9880 | 02-17-2017 10:58 PM | |
2301 | 02-16-2017 07:55 PM | |
7987 | 12-21-2016 06:24 PM | |
1760 | 12-20-2016 01:29 PM | |
1235 | 12-16-2016 01:21 PM |
10-23-2015
03:06 PM
1 Kudo
Consider the following flow where records are inserted in the RDBMS (or Phoenix/HBase in this instance): The PutSQL and similar processor depends on a database connection, provided by a DBCPConnectionPool controller service (Controller Settings -> Controller Services): The best part: when one creates a template, all linked services will automatically be included. When template is rehydrated in another NiFi instance, services like the one below will automatically be added to the new NiFi flow:
... View more
10-23-2015
02:24 PM
Slider is a client lib and will be installed as part of client set in Ambari. Whether you choose to install it on a master node, is secondary, but typically you will see Slider (and clients) on the edge nodes.
... View more
11-16-2015
01:13 PM
@Andrew Grande - the good news is that in the next version NiFi and HDF, the swapping has been refactored quite, so the comment about having to adjust the nifi.queue.swap.threshold property will no longer be needed.
... View more
10-26-2015
04:29 PM
2 Kudos
I'm surprised it wasn't @bbende@hortonworks.com who wrote this article 😉
... View more
10-19-2015
07:17 PM
No, there's a lot more going on under the hood and Ambari Agent is required for operations. Essentially, bring a node into a cluster (agent is installed) and provision only the services desired (e.g. only Knox).
... View more
10-27-2015
03:19 PM
For the record, this made it into the 0.4.0 release now. Thanks everyone!
... View more
10-16-2015
06:54 PM
There is no such alerting at this time. We do flag when expiration is set on connections and we've discussed extending that to include when backpressure is set but we don't have that now. We've also talked about actually signaling when expiration and/or backpressure are actually happening through the UI and of course the REST api but we've not done it yet. I think a good first approach would be a passive mechanism whereby we expose the fact of backpressure or expiration through the REST API so polling clients could know it (including our UI).
... View more
07-07-2017
02:32 PM
In Apache NiFi 1.2.0 and 1.3.0 (HDF 3.0.0) there is a ConvertRecord processor that can convert between any combination of Avro, JSON, and CSV.
... View more
09-21-2016
06:27 AM
1 Kudo
Hi, Is there any way where we can trigger ListSFTP based on some status condition. Say ListSFTP should pick or transfer files based on some status. for example if status is start it should start fetching files and if it something else then it should stop.
... View more
10-13-2015
06:00 PM
They are not currently. We had evaluated this before, but generally available nightly builds and their ilk are not allowed according to guidelines [1]. Setting this up for a strictly developer capacity provided in "limited" dissemination to the developer mailing list seems to be okay but is not something we had pursued further at the time with Apache infrastructure. [1] http://www.apache.org/dev/release.html
... View more