A processor for running Google Cloud Dataflow job from a template
The bundle is builded for Apache NiFi 1.8.0
- Clone the project and go to the project's root folder
- Build broject:
mvn clean install
- Stop Apache NiFi service if it is working
- Copy built nars to Apache NiFi installation:
cp ./nifi-gcd-nar/target/nifi-gcd-nar-1.0.nar <Apache NiFi path>/nifi-assembly/target/nifi-1.8.0-bin/nifi-1.8.0/lib/
cp ./nifi-gcd-services-api-nar/target/nifi-gcd-services-api-nar-1.0.nar <Apache NiFi path>/nifi-assembly/target/nifi-1.8.0-bin/nifi-1.8.0/lib/
- Run Apache NiFi once again
- You should be able to add the
ExecuteGCDataflowJob
processor to your data flow
The examle demonstrating the usage of the processor can be found here. The example datailed usage demonstration could be found [TBD].