Created 08-01-2016 06:22 AM
I have designed a NIFI dataflow using 2 processors to take input from the local file system and load into Hadoop File system. I have the following queries with respect to the above:
Regards,
I Roy
Created 08-01-2016 12:55 PM
PUT/controller/process-groups/{process-group-id}/processors/{id} Updates a processor
Created 08-01-2016 05:15 PM
Can you provide an example or any link where we are programming via NIFI API
Created 08-01-2016 06:14 PM
Hi @INDRANIL ROY,
Take a look at NiFi Api documentation below, you can control the processors and do a lot more:
https://nifi.apache.org/docs/nifi-docs/rest-api/index.html
For examples to start stop and change configuration, check out my answer to below question in HCC
Thanks,
Jobin George