xmlking / nifi-examples

Apache NiFi example flows
197 stars 181 forks source link

How to use PutFile Processor in Apache nifi running in Docker Container? #3

Closed vsharathchandra closed 6 years ago

vsharathchandra commented 7 years ago

I have used a simple flow given here https://github.com/xmlking/nifi-examples/tree/master/http-get-route .I am getting a "java.nio.file.AccessDeniedException" error in PutFile Processor.I guess it is because I am running nifi inside Docker.What Directory path should I pass to PutFIle ?

xmlking commented 6 years ago

you can mount a volume within docker and use it for application specify storage needs.