How to deal with decimals while they're not supported?

2016-08-11 Thread Stéphane Maarek
Hi, I have a flow in which I extract an attribute from json using jsonpath. That attribute happens to be a decimal number (0.123). I wanted to do a simple operation such as myAttr:lt(0.1) but obviously that won't work. What also won't work is myAttr:multiply(10):lt(1). I'm kinda stuck and I really

Re: Introduction and help on GetSQS processor

2016-08-11 Thread James Wing
Sai, Welcome to NiFi! This sounds like an "interesting" error. Would you please share the version of NiFi you are using? Also, can you get the complete stack trace of the error from NIFI_HOME/logs/nifi-app.log? The error suggests that NiFi cannot connect to SQS at all, and has not proceeded as

Introduction and help on GetSQS processor

2016-08-11 Thread Peddy, Sai
Hi Everyone, My name is Sai I am very new to nifi so I am still getting up to speed with things. I have been trying to get the GetSQS processor working and have worked with a few folks that have more experience, but we cannot seem to figure out why we are facing trouble with this. We have an ec

Re: putazureeventhub error

2016-08-11 Thread Andrew Psaltis
Hi Aaron, Attached is a simple flow that publishes events to an eventhub I have -- if you want to try and publish to it, hit me up privately and I can share the info for the hub. Thanks, Andrew On Thu, Aug 11, 2016 at 9:11 AM, Andrew Psaltis wrote: > Hey Aaron, > Sorry for the slow response, I

Re: putazureeventhub error

2016-08-11 Thread Andrew Psaltis
Hey Aaron, Sorry for the slow response, I have been traveling and was not able to get quality time with the keyboard. Ironically I was just starting up my nifi 0.7 when I saw this email come through. Let me see if I can repo the problem going to one of my eventhubs On Thu, Aug 11, 2016 at 9:04 AM

RE: putazureeventhub error

2016-08-11 Thread Smith, Aaron
Hey Andrew, I just wanted to check and see if you were able to come up with anything else for me on this matter? Thanks, Aaron Smith Global Solutions Engineer EG WW HQ Presales asm...@hpe.com T +1 832 502 8829 Houston, Texas USA [http://graphics8.nytimes.com/images/2015/

Exception on Processor ConvertJSONToSQL

2016-08-11 Thread Carlos Manuel Fernandes (DSI)
Hi All, I am making some tests to move data from Db2 to Netezza using Nifi. If I don't use costume processors, it's a indirect away : ExecuteSQL(on db2) -> ConvertAvroToJSON -> ConvertJSONToSQL -> PutSQL (bulk on netezza) and this away, I have an Exception on ConvertJSONToSQL: org.netezz

Re: MergeContent with varying number of entries in bins.

2016-08-11 Thread Michael Xu
Matt, Thank you for those links, they should give me a good starting point. Michael On Wed, Aug 10, 2016 at 4:21 PM, Matt Burgess wrote: > Michael, > > There are a handful of examples of ExecuteScript using Javascript > and/or Jython, on my blog (http://funnifi.blogspot.com) and other > locati