unsubscribe
l messages.
Rick
dev environment here is also as simple as you can get - a
single machine running Ubuntu 18.04.1 (the latest LTS version), MySQL
5.7.23, and NiFi 1.7.1. There are no clustering, Hadoop, or Kafka type
things to cause problems anywhere.
All help gratefully received Regards and thanks to all
Rick
. Thanks again,
--
Rick Stroobosscher | Vital Images Inc.
Mobile: +1 519 500 3500
7 Father David Bauer Drive, Suite 201
Waterloo, ON, N2L 0A2, Canada
www.vitalimages.com <http://www.karoshealth.com/>
On Tue, Oct 24, 2017 at 3:59 PM, Bryan Bende wrote:
> Rick,
>
> The documentation
ache.org/docs.html>. Thanks,
--
Rick Stroobosscher | Vital Images Inc.
Mobile: +1 519 500 3500
7 Father David Bauer Drive, Suite 201
Waterloo, ON, N2L 0A2, Canada
www.vitalimages.com<http://www.karoshealth.com/>
Notice - Confidential Information The information in this communication and an
Great to see this topic going again.
In the original proposal to address the real estate issue a dockable toolbox,
similar to Visio, was proposed.
Perhaps it would help us to do various UI mockup proposals.
Rick
On Nov 13, 2015, at 12:14 PM, Matt Gilman
mailto:matt.c.gil...@gmail.com>>
Lee,
>From what I have seen, the expression language is for attributes only and
>doesn't operate on FlowFile content directly.
Your ExtractText flow seems appropriate.
Rick
> On Oct 3, 2015, at 7:25 PM, Lee Laim wrote:
>
> Hey Everyone,
>
> Is there a built
-05:00 Rick Braddy
mailto:rbra...@softnas.com>>:
Ignore STDIN = true (you don’t have anything flowing into stdin, as I
understand it)
From: Odin Guillermo Caudillo Gallegos
[mailto:odin.guille...@gmail.com<mailto:odin.guille...@gmail.com>]
Sent: Monday, September 28, 2015 10:06 A
ng GetFile->ExecutingStreamProcess do i miss something? i run the jar
from a terminal and works fine.
Thanks
2015-09-25 19:01 GMT-05:00 Joe Witt
mailto:joe.w...@gmail.com>>:
command path = java
command args = -jar;${filename}
That might do the trick.
Thanks
Joe
On Fri, Sep 25, 2015 at 7
t from the GetFile flow
and use it to execute a java -jar as an input value?
2015-09-25 17:56 GMT-05:00 Odin Guillermo Caudillo Gallegos
mailto:odin.guille...@gmail.com>>:
Ok i'll give it a try
2015-09-25 17:40 GMT-05:00 Rick Braddy
mailto:rbra...@softnas.com>>:
I think
I think I misread your inquiry. ExecuteProcess is scheduled only by Timer or
Cron schedule today; however, ExecuteStreamCommand support the "Event" trigger
method, which may meet your needs.
Rick
-Original Message-----
From: Rick Braddy [mailto:rbra...@softnas.com]
Se
Not today. GetFile must start a flow.
There are discussions underway on a proposal to introduce some new file
processors that are event triggered and dynamically configured (incoming
FlowFile contains path to file)
Rick
> On Sep 25, 2015, at 5:28 PM, Odin Guillermo Caudillo Galle
Good idea, Adam.
I will post a separate review thread on the dev@ list to track comments.
Here’s the repository link: https://github.com/rickbraddy/nifishare
Thanks
Rick
From: Adam Taft [mailto:a...@adamtaft.com]
Sent: Wednesday, September 23, 2015 1:48 PM
To: users@nifi.apache.org
Subject
contributing these processors, along with
any further refinements based upon community review and feedback.
I believe these processors would address both the Jira and David’s original
inquiry.
Rick
From: Adam Taft [mailto:a...@adamtaft.com]
Sent: Wednesday, September 23, 2015 1:09 PM
To: users
does nothing,
so it seems to be available, if that’s its best use.
Thanks for writing this proposal up and circulating it, Rob.
Rick
From: Rob Moran [mailto:rmo...@gmail.com]
Sent: Thursday, September 10, 2015 11:56 AM
To: users@nifi.apache.org
Subject: [DISCUSS] Feature proposal: Streamline
015 at 11:49 AM, Rick Braddy
mailto:rbra...@softnas.com>> wrote:
Recommend we consider including a standard CA cert pack and ship it with NiFi,
much like the browsers do, so basic SSL access is easy by default.
One thing that will help with these kinds of decisions is to decide who the
targ
e configuration for
common tasks.
If it's non-IT and non-developers, then these kinds of technical hurdles must
be resolved for a successful solution out of the box.
My 2c.
Rick
On Sep 5, 2015, at 9:14 AM, Aldrin Piri
mailto:aldrinp...@gmail.com>> wrote:
I think we can give docu
In thinking about this further, it would also be helpful to treat templates in
a similar way to processor picking from the visual toolbox perspective, so they
are as easy to drag, drop and connect up as processors.
Thanks for the feedback.
Rick
> On Sep 4, 2015, at 10:20 PM, Joe Witt wr
Good point.
I was not suggesting the generic processor picker be done away with at all, as
it’s very functional, just adding a more convenient way to drag and drop
processors that are most commonly used onto the canvas and adding an iconic
representation to processors.
Rick
From: Ian
Okay. Looks like I'm the only one who thinks this is an issue...
Onward.
From: Rick Braddy [mailto:rbra...@softnas.com]
Sent: Wednesday, September 02, 2015 11:23 PM
To: users@nifi.apache.org
Subject: Nifi UI Enhancements
After using Nifi for some weeks now, I have an enhancement reque
Great find, Mike!
Thanks for sharing.
Rick
From: Michael Moser [mailto:moser...@gmail.com]
Sent: Friday, September 04, 2015 3:24 PM
To: users@nifi.apache.org
Subject: Long start time for NiFi on a VM
I have experienced some long start times for NiFi while running on a virtual
machine. This
order for Nifi to scale with dozens or even hundreds
more processors, it's clear that something has to give, as the current method
of choosing processor type has about run its course from a usability standpoint
IMHO.
Hope that's helpful.
Rick
Yes it does. Stdout is redirected into a new FlowFile. If it's a long running
external process, it can split into multiple FlowFiles (configurable).
Rick
> On Sep 2, 2015, at 3:34 PM, Chris Teoh wrote:
>
> Hi,
>
> Can the stdout of the execute command processor get ret
Is there any reason to just use Java 8 so it's not an issue?
> On Aug 30, 2015, at 5:54 AM, Joe Witt wrote:
>
> Chris
>
> Alan nailed it. In bootstrap.conf just uncomment these two lines and
> restart nifi.
>
> #java.arg.11=-XX:PermSize=128M
> #java.arg.12=-XX:MaxPermSize=128M
>
>
> But y
Try turning your Windows firewall off, it may be blocking access
On Aug 29, 2015, at 1:56 PM, Onder SEZGIN
mailto:ondersez...@gmail.com>> wrote:
Hi everyone,
I followed the instructions in the link below;
https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#how-to-install-an
bility to drop into Linux / shell script mode for
streaming, which provides an “out” to do most anything that’s not currently a
processor in Nifi.
Best,
Rick
From: Aldrin Piri [mailto:aldrinp...@gmail.com]
Sent: Sunday, August 23, 2015 3:14 PM
To: users@nifi.apache.org
Subject: Re: Event-
as
possible, and can be slowed down to only process periodically.
I'm guessing there's a simple solution to my need to create this RSS feed
server, but given I'm still learning Nifi, it's escaping me at the moment.
Rick
disable a processor causing a queue backlog to enable the
similar inspection, if I understand correctly, so seems it will work.
Thanks for the link for future use and the more detailed explanations.
Best,
Rick
> On Aug 22, 2015, at 1:50 PM, Mark Payne wrote:
>
> Hi Rick,
>
> I b
around the Inspector would help to crisp things up a bit.
2. What is the normal process for submitting suggestions?
Thanks
Rick
-Original Message-
From: Joe Witt [mailto:joe.w...@gmail.com]
Sent: Saturday, August 22, 2015 11:25 AM
To: users@nifi.apache.org
Subject: Re: NiFi Inspector
I directly, then when
click on FlowFile in the list opens up new "inspection" window to see
attributes and content.
I realize one can use the Provenance reports to do some of this but it's far
from real time.
Without an Inspector capability flows are far too opaque.
Hope this suggestion is helpful.
Rick
I was able to resolve the issue by adding an UpdateAttribute processor after
ExecuteXQuery block and before the PutFile to update “filename” attribute to
“${filename}.${uuid}”, which works perfectly.
Issue resolved. Lessons learned.
Best,
Rick
From: Rick Braddy
Sent: Saturday, August 22
trick. Sorry to waste your time chasing this one.
Now I just need to figure out a way to generate a unique output filename
attribute for each PutFile.
Best,
Rick
From: Joe Witt [mailto:joe.w...@gmail.com]
Sent: Saturday, August 22, 2015 12:45 AM
To: users@nifi.apache.org
Subject: Re
attaching a sample RSS news feed file that has numerous Trump articles in
it (this file was created by a PutFile that wrote the entire file out ahead of
the XQuery block)
Thanks
Rick
http://www.w3.org/2005/Atom";
xmlns:dc="http://purl.org/dc/elements/1.1/"; version="2.0"
f-the-box GetFile
processor today (by the way, ran into some issues with recursive subdirectories
not being picked up and transferred - should I open a bug report on that one?)
Rick
-Original Message-
From: Joe Witt [mailto:joe.w...@gmail.com]
Sent: Sunday, August 16, 2015 8:02 PM
To:
etstat on target node)
Rick
From: Aldrin Piri [mailto:aldrinp...@gmail.com]
Sent: Saturday, August 15, 2015 3:48 PM
To: users@nifi.apache.org
Subject: Re: New to NiFi - Remote Process Group failing to connect due to
"magic header" not present
Rick,
Welcome to the community!
We see
" not present
Good afternoon Rick,
Can you tell me the exact url line you have in your rpg?
Sent from my iPhone
On Aug 15, 2015, at 4:12 PM, Rick Braddy
mailto:rbra...@softnas.com>> wrote:
Hi,
I’m new to NiFi, trying to get my first Remote Process Group configured and
wor
c Header was
not present; closing connection
Not sure where to go from here to resolve this.
Rick
37 matches
Mail list logo