RE: [External] Re: issue with Nifi UI

2018-10-24 Thread N, Vyshali
the UI? Matt On Wed, Oct 24, 2018 at 8:38 AM N, Vyshali mailto:vyshal...@honeywell.com>> wrote: Hi, I have installed Nifi(1.7 version) in windows 10 and configured the port as 8081 The logs don’t throw any error but the Nifi UI doesn’t come up. Attached is the nifi properties file an

issue with Nifi UI

2018-10-24 Thread N, Vyshali
Hi, I have installed Nifi(1.7 version) in windows 10 and configured the port as 8081 The logs don't throw any error but the Nifi UI doesn't come up. Attached is the nifi properties file and logs folder for your reference. Thanks in advance Regards vyshali nifi.properties Description: nifi.prop

RE: [External] Re: Issue with PutSQL

2018-10-22 Thread N, Vyshali
NT ALL PRIVILEGES ON * . * TO 'nifi'@'%'; Does your connection url have any configuration? Which NiFi version are you using? Thanks, Koji On Mon, Oct 22, 2018 at 1:11 PM N, Vyshali wrote: > > Hi, > > > > I'm using MySQL server(8.0.12) for my develo

Issue with PutSQL

2018-10-21 Thread N, Vyshali
Hi, I'm using MySQL server(8.0.12) for my development and PutSQL processor in Nifi for inserting records in DB. I have downloaded mysql-connector-java-8.0.12.jar and pointed it in the DBCPConnectionPool setting but I'm getting an error, "Cannot create PoolableConnectionFactory( client doesn't

RE: [External] Re: Issue with RouteOnAttribute

2018-10-15 Thread N, Vyshali
teRecord' processor and configure it with JSON Reader and JSON Writer (providing them with a schema for your JSON content) and set the new field "status": "OK". For more details on UpdateRecord, check this tutorial. https://community.hortonworks.com/articles/189642/upda

Issue with RouteOnAttribute

2018-10-15 Thread N, Vyshali
Hi, I'm consuming the message published through "PutJMS" processor using "ConsumeJMS" processor. The message is in JSON format. I added the value of "status" as "OK" using "UpdateAttribute" processor. I wanted to route it to "AttributesToJSON" processor if the value of $.result.status is "OK" f

Issue with mqtt connection

2018-10-09 Thread N, Vyshali
Hi, I'm working on to receive data published to mosquitto broker. For which I setup a pipeline to publish and consume message to the topic. But I'm receiving error "Connection to tcp://localhost:1883 lost and reconnect failed" PublishMQTT settings: Broker URI : tcp://localhost:1883 Client ID :

Merge content of two json files in nested form

2018-07-19 Thread N, Vyshali
Hi, My requirement is that I want add the entire json content from one file to another json file by adding a new attribute. For example, I have the following content in one file, { Plant: 8415, Module: M1 } The above content should be merged to another json file with the addition of "Data

Identify new records of CSV file

2018-07-18 Thread N, Vyshali
Hi, I have a CSV file and the data gets appended to that then and there. Suppose if I'm reading that using GetFile processor, what is the procedure to identify the records added newly Regards Vyshali

Issue with executescript

2017-11-04 Thread N, Vyshali
Hi, I'm trying to do data anonymization using faker package in Nifi for which I'm using executescript processor. The code references are from http://go.databricks.com/hubfs/notebooks/blogs/Healthcare%20PII%20anonymization/Healthcare%20PII%20anonymization%20example.html I have added my code here.

Issue with Executescript

2017-11-02 Thread N, Vyshali
Hi, I'm using the executescript process to generate some fake data using "Faker" package and replacing it in the original data.I have attached the script for your reference. import java.io from org.apache.commons.io import IOUtils from java.nio.charset import StandardCharsets from org.apache.nifi

Data anonymization in Nifi

2017-10-17 Thread N, Vyshali
Hi, Please give some solutions on any possible ways to do data anonymization in Nifi templates such that PII data are not exposed to other users. Thanks in advance. Regards, Vyshali