Re: Unsubscribe

2023-09-09 Thread Jeremy Dyer
General question because we get these “unsubscribe” messages a lot. Is it possible these are sent by a mail client, gmail for example when you use their “unsubscribe” feature? I have just always been curious about that? Really doesn’t matter but might explain why we see them so often. -Jeremy

Re: [NIFI] ExecuteScript

2023-09-08 Thread Jeremy Dyer
for NiFi to address. -Jeremy Dyer Get Outlook for iOS<https://aka.ms/o0ukef> From: Rafael Fracasso Sent: Friday, September 8, 2023 4:55:40 PM To: users@nifi.apache.org Subject: Re: [NIFI] ExecuteScript As far as I know, you cannot use any external l

Re: Nifi & rtsp or rtmp

2021-08-31 Thread Jeremy Dyer
endor or some custom application that might not utilize the entire RTSP protocol stack. - Does the RTSP stream contain any DRM restrictions? Thanks, Jeremy Dyer On Mon, Aug 30, 2021 at 10:00 AM Valentina Ivanova wrote: > I was told that the videos should be stored and might be very large. &g

Site To Site - Transaction NULL

2020-09-23 Thread Jeremy Dyer
e NULL response from the SocketClient and its EndpointConnectionPool? Thanks, Jeremy Dyer

Re: Best way to tune NiFi for huge amounts of small flowfiles

2020-09-11 Thread Jeremy Dyer
es a day on a 5 node cluster with no issues. However our hardware is quite over the top. Thanks, Jeremy Dyer On Fri, Sep 11, 2020 at 12:51 PM Mike Thomsen wrote: > What are the general recommended practices around tuning NiFi to > safely handle flows that may drop in several million very small

Re: In memoriam of Jeff Storck

2020-06-15 Thread Jeremy Dyer
This is shocking and heartbreaking news. Jeff was a great guy and will be deeply missed. The last time I saw Jeff in person was with Aldrin. We were eating at Bonchon chicken and he was mocking me for how little spice I could handle XD. I could always count on him for a good Dumb and Dumber

Re: Transfer huge files with Minifi

2019-08-28 Thread Jeremy Dyer
of home security camera footage on smaller devices and have this similar challenge. Thanks, Jeremy Dyer On Wed, Aug 28, 2019 at 2:34 PM Geir Klingenberg wrote: > Hi, > > > > We are considering using Minifi to transfer files from scanner > workstations to a central Nifi server.

Re: Installing nifi-registry as service

2019-08-27 Thread Jeremy Dyer
gt; start the nifi-registry service, IF you enable the service in step 2 you will only have to do this once. 4. systemctl stop nifi-registry -> stop the nifi-registry service. Hope this help! Jeremy Dyer On Tue, Aug 27, 2019 at 9:45 AM Erik Anderson wrote: > Personally I would just u

Re: PublishKafka_1_0 Kerberos

2019-02-26 Thread Jeremy Dyer
A JAAS file is not required. Can you point me to the documentation that is confusing so I can change that as well On Tue, Feb 26, 2019 at 7:57 AM Dan Caulfield wrote: > Is a JAAS file still required when using SASL_PLAINTEXT or SASL_SSL? > Since the Kerberos Credential Service and the Processor

Re: How to get Node ID of disconnected node to be used in a cluster/node monitoring flow

2018-12-10 Thread Jeremy Dyer
/controller/cluster won’t work. >> >> >> >> I am also using NiFi 1.8.0 for reference as well. >> >> >> >> -Chad >> >> >> >> *From: *Jeremy Dyer >> *Reply-To: *"users@nifi.apache.org" >> *Date: *Monday, Decemb

Re: NiFi Performance Analysis Clarification

2018-06-13 Thread Jeremy Dyer
Prashanth - just out of curiosity could you share the average size of those Avro files you are pushing to Kafka? It would be nice to know for some other benchmark tests I am doing Thanks, Jeremy Dyer Thanks - Jeremy Dyer From: V, Prashanth (Nokia - IN/Bangalore

Re: Killing 'Stuck' Processors without restarting NiFi

2018-04-02 Thread Jeremy Dyer
Hey Joseph, I don’t have a sure shot fix but I’m willing to bet this is the same issue we all experience using any zookeeper based system. Phoenix for example. In that the real problem is the JVM hangs up trying to communicate with zookeeper more than the actual underlying system. Is your

Re: NiFi

2017-11-20 Thread Jeremy Dyer
Aruna - if I’m reading your first email correctly you certainly can for structured data. You do do this for unstructured data as well but most of this depends on your ultimate datastore and how your data is stored. If you don’t mind me asking what is the destination datastore? > On Nov 20,

Re: Calling NIFI job from any Enterprise Scheduler

2017-11-13 Thread Jeremy Dyer
enterprise scheduler to invoke the flow without any major modifications. - Jeremy Dyer On Mon, Nov 13, 2017 at 1:20 PM, Sivakumar, S <sivakuma...@intuit.com> wrote: > Hi Team, > > I have requirement to call NIFI job from any Enterprise Scheduler (for ex: > tidal Enterpris

Re: NiFi: Extracting text from images

2017-10-16 Thread Jeremy Dyer
! Let me know if you have any trouble. - Jeremy Dyer On Thu, Oct 12, 2017 at 3:42 PM, emceemouli < chandramouli.muthukuma...@calgary.ca> wrote: > Hi Jeremy, > > Can you please let me know the steps. I looked in the github..but I wasnt > sure if installing tesseract is a prerequis

Re: NiFi: Extracting text from images

2017-10-08 Thread Jeremy Dyer
is to first use tesseract from the command line to tune your parameters and gain some insight into the realistic accuracy you will get extracting the text from your images before going through the hassle of doing the complete setup. Thanks Jeremy Dyer On Sun, Oct 8, 2017 at 9:53 AM, mayank rathi <mayank

Re: OAuth1.0

2017-08-09 Thread Jeremy Dyer
and transparent operation with the secured endpoints Thanks, Jeremy Dyer Sent from my iPhone > On Aug 9, 2017, at 4:17 AM, Pierre Villard <pierre.villard...@gmail.com> > wrote: > > Hi Karthik, > > You might want to have a look here: > https://pierrevillard.com/2016/04/12/

Re: NiFi Docker

2017-07-31 Thread Jeremy Dyer
Dave, The echo Aldrin's comment I think this would be fantastic! Once you have a JIRA open I'd be more than happy to work with you and help get your suggested updates into the the code base. Thanks, Jeremy Dyer On Mon, Jul 31, 2017 at 8:40 AM, Aldrin Piri <aldrinp...@gmail.com> wrote:

Re: parsing html

2017-04-13 Thread Jeremy Dyer
o the newest nifi to get the GetHTML processor @ this time. Maybe some > day. I'll look into the ExecuteScript or and SplitText more. > > On Tue, Apr 11, 2017 at 1:14 PM, Jeremy Dyer <jdy...@gmail.com> wrote: > >> Sven, >> >> There is also the GetHTML processor I

Re: parsing html

2017-04-11 Thread Jeremy Dyer
Sven, There is also the GetHTML processor I added awhile back. If the input is valid HTML you should always be able to use a CSS selector to extract that HTML value. If you can provide a sample of the HTML I would be glad to make a flow for you doing so as an example Jeremy Sent from my

Re: Nifi 1.1.0 cluster on Docker Swarm

2017-03-15 Thread Jeremy Dyer
kely issue is something around Docker swarm networking. On Wed, Mar 15, 2017 at 9:35 AM, Jeremy Dyer <jdy...@gmail.com> wrote: > Thanks for sharing! Give me a little bit to test out and I will get back > to you. I obviously will not have your custom processors so will have to > m

Re: Convert xls to csv in Nifi.

2017-01-25 Thread Jeremy Dyer
Prabhu - NIFI-2613 is currently only able to convert .xlxs documents to csv. The processor uses Apache POI XSSF implementation which only supports xlxs while HSSF would be pre 2007 excel files. I think to your point I should probably make an effort to add the HSSF implementation to the existing

Re: working with HTML table

2016-08-31 Thread Jeremy Dyer
Stephan - Here is another option using just the GetHTMLElement without any ExecuteScript processor. This uses a CSS selector to pull the elements and then NiFi Expression Language to split and add the values. It isn't much different than what you had. You were very close. On Wed, Aug 31, 2016 at

Re: Apache NiFi - WebHDFS

2016-05-26 Thread Jeremy Dyer
sing HDFS dialects like MapR's HDFS API > as previously discussed here: > > > https://mail-archives.apache.org/mod_mbox/nifi-users/201510.mbox/%3CCALJK9a4c2rxXf-7abckRSCg=iKhejhV9b_TVa2M8OhdK7mDj=q...@mail.gmail.com%3E > > > > > > > On Fri, Apr 22, 2016 at 9:27 AM

Re: Dependencies for StandardValidators & SoftLimitBoundedByteArrayOutputStream

2016-05-25 Thread Jeremy Dyer
Kumiko - could you please pass along the build errors you are seeing? Also maybe try adding {desired_nifi_version} (EX: 0.6.1) to each of your dependencies you listed. Depending on the rest of your Maven project setup those could be required. - Jeremy Dyer On Wed, May 25, 2016 at 4:27 PM, Kumiko

Re: Put SQL to connect to Teradata

2016-05-23 Thread Jeremy Dyer
> > package > > shade > > > > > > > > > > On Thu, May 19, 2016 at

Re: Put SQL to connect to Teradata

2016-05-19 Thread Jeremy Dyer
Anuj - I would recommend using the Maven shade plugin to create and Uber jar containing both tdfssconfig.jar and terajdbc4.jar. I used this method a couple of days ago successfully after I was encountering the same issue you were having. I wish I could just share the Uber jar with you but due to

Re: Apache NiFi - WebHDFS

2016-04-21 Thread Jeremy Dyer
Yep all of those reasons make perfect sense to me. Now the question becomes is this something where we create new processors or just build out templates using existing processors like InvokeHTTP that we make publicly available? My vote would probably be for just making the processors but I would

Re: HTTP and OAuth

2016-04-03 Thread Jeremy Dyer
ST payload as described https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_username_password_oauth_flow.htm Thanks, Jeremy Dyer On Sat, Apr 2, 2016 at 11:47 PM, Matt Burgess <mattyb...@gmail.com> wrote: > Pierre, > > I'm no OAuth expert but ma

Re: UI performance slow

2016-03-03 Thread Jeremy Dyer
Conrad, I have seen this a few times before. NiFi has an internal actions H2 database where it stores each update made to the workflow. Usually when this happens the culprit is the UI is waiting on this operation to complete. You wouldn't happen to be using NAS mounts for your

Re: ListenHTTP processor

2016-01-19 Thread Jeremy Dyer
Sudeep, ListenHTTP tries to bind to port 80 by default which is a privileged port. All ports 1024 and below are privileged ports and must be opened by root. Try setting the port number on ListenHTTP to something higher than 1024 Sent from my iPhone > On Jan 19, 2016, at 2:11 AM, sudeep mishra