updated YAML template and deploy scripts to match the NiFi 1.0.0 API#33
updated YAML template and deploy scripts to match the NiFi 1.0.0 API#33simplesteph wants to merge 1 commit into
Conversation
|
I am using Nifi 1.1.2. Thanks |
|
I am getting the below error while deploying. Please help: Loading template from URI: file:D:/Desktop/Apache_Nifi/ExportedTemplatesAndDataFlows/ExpressionLang_Template_Test.xml |
|
Undeploy of Process Groups is also not working. Getting below error. Please help. YML Used: Error: |
|
Any suggestions on how to fix the above issue with undeploying? |
this fixes #32
Overall I think the approach needs to walk away from Groovy and wrap the API calls formally against an SDK (java, python, whichever).
Additionally, the NiFi API in 1.0 has tremendously changed and brought a new construct as controller services are now linked to process groups. This also brought a bug as outlined here:
https://issues.apache.org/jira/browse/NIFI-2895?jql=project%20%3D%20NIFI
As long as this is not resolved the script will work but things may break.