Thanks - I have rebased my branch and pipelines are green now in PR.
So the code review would be appreciated.
-Original Message-
From: Joey Frazee
Sent: Thursday, 25 June 2020 18:53
To: dev@nifi.apache.org
Subject: Re: Reporting task can be set to RUNNING from REST API when invalid
One
Hello Team,
We are using Nifi in our data ingestion process. The version details
are: *Nifi
1.11.4 , Cloudera Enterprise 5.16.2 and Hive 1.1*. I posted my issues on
Nifi SLACK channel, but did not get answer for some of my questions. So I
am posting all my queries here in ardent hope of getting
Great. Thanks, Matt. And it is working fine now.
On 6/25/20 10:44 AM, Matt Burgess wrote:
Russell,
Sorry I lost track of this. If a version of a dependency is not
provided, then Maven will go up to the parent POM and look for a
version for it, and so on until it is found. If a version for the
d
Russell,
Sorry I lost track of this. If a version of a dependency is not
provided, then Maven will go up to the parent POM and look for a
version for it, and so on until it is found. If a version for the
dependency has not been declared in any parent, you'll get that error
and need to set the vers
Hi Mark,
Thanks for the confirmation.
For the documentation, I'd ask that you consider adding something to the
"Configure Connection -> Available Prioritizer" Help Icon.. Right now it
says "Available prioritizers that could reprioritize FlowFiles in this work
queue." And the Selected Priori
Ryan,
Yes, your analysis is correct. NiFi will prioritize things in the Active Queue.
Once swapping starts happening, it can’t constantly rebalance all of the
FlowFiles, as doing so would mean constantly re-reading the swap data from disk
and re-writing all of the swap data, which would be proh
One of those looks like it’s just a transient failure. The other on macOS was a
flakey test that was fixed recently. If you want it to show green you can
rebase.
If you re-run the jobs I’d expect to see the Ubuntu/1.8 pass but the macOS one
probably won’t until you rebase your branch.
-joey
On
Hi Andy,
Yea, it's the Apache NiFi 1.11.4 version.
Thanks,
Ryan
On Wed, Jun 24, 2020 at 7:06 PM Andy LoPresto wrote:
> Hi Ryan,
>
> Thanks for writing such a detailed report. What version of NiFi are you
> observing this behavior against? I know there were some issues in older
> versions wit
Hi all!
Investigated and resolved bug with https://github.com/apache/nifi/pull/4334 ,
but there are build errors it seems not related to PR. Should I try to redo my
PR, or what to do?
Also can someone do the code review if possible. (It is my second PR with
Apache NiFi but seems that I fixed the