Member since
12-06-2016
15
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1220 | 07-19-2017 06:20 PM | |
910 | 12-07-2016 03:04 PM |
04-05-2018
12:30 PM
Hi, I would suggest to use the Record reader / writer processors. You can read using a CSVRecordReader (can specify tab as the delimiter) and then use ConverRecord to convert to another schema. you have to define a schema for the records though in avro format.
... View more
07-19-2017
06:20 PM
To those techie pioneers that may be following behind me: I decided to follow the trail of the missing address assignments inherent in the "device eth0 does not seem to be present" from the guest opsys. I looked on my laptop's network devices to confirm that the network adapter that I needed (VMNet8) was missing in action. Here are the steps I followed.
... View more
06-05-2017
12:40 PM
1 Kudo
@Paula DiTallo 1. Everything you configure in NiFi (Processors, connections, input ports, output ports, Remote Process groups, funnels, Controller services, reporting tasks, etc...) is contained within the flow.xml.gz file (by default located in NiFi's conf directory). You can clear the canvas in a couple ways: Select all components the canvas and click "delete" key. (Depending on connections, some components may not delete first time.) All connections must be absent of any queued data. All Processors must be stopped. This method will not delete any controller services, reporting tasks, or imported templates (these must be removed manually). Stop NiFi and delete the flow.xml.gz file. On next restart, a new blank flow.xml.gz file will be generated. Any FlowFiles that were still queued in NiFi will be deleted during start-up. This method will remove all components including controller services, reporting tasks, and imported templates. 2. User need to use the "upload template" icon found in the "Operate Panel" found to the left of the canvas. Once the template has been uploaded, it can be instantiated on to the canvas by dragging the "Template" icon form the top menu bar in the NIFi UI to the canvas. Thanks, Matt
... View more
12-07-2016
07:33 PM
Karthik, That is a good idea. I can manually install Maven! Thank you so much for answering my question.
... View more
12-07-2016
03:04 PM
For those newbies following this thread: The file was absent of any data because the default vnc-env-template did not have at least the vnc_user and vnc_geometry set. While this may not be what you want, at least the default entry will there to work with.
... View more