Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Rising Star
Created on 06-30-2017 11:41 PM - edited 08-17-2019 12:06 PM
You can execute any shell script using ExecuteProcess Processor in Nifi. For example I have a very simple shell script below which writes "Hello world" to a file.
25,455 Views
Comments
Contributor
Created on 07-03-2017 10:40 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks for sharing. Let's say I want to store output return by script in a database table. How can I do that?