Created 01-11-2017 07:20 PM
Hello,
From using the NiFi's PutHDFS processor, it seems it creates missing directories in HDFS by default, but documentation doesn't specify whether it would or would not create missing directories and there are no properties related to it (like there is one for PutFile I believe). Does anyone know anything more about this "undocumented" feature, if I can call that.
My only concern is, if this is not a documented feature, does this feature (creating missing directories) work reliably in a Production environment.
Did i miss this in the documentation ?
Thanks.
Created 01-12-2017 02:50 PM
PutHDFS will always create the directory if it does not exist:
I don't see any concerns about this working any differently in production.
Created 01-12-2017 02:50 PM
PutHDFS will always create the directory if it does not exist:
I don't see any concerns about this working any differently in production.
Created 01-12-2017 03:00 PM
Thanks @Bryan Bende for confirming, good to know; since I didn't see it in the documentation, I was concerned.