- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NiFi PutHDFS & create missing directories
- Labels:
-
Apache NiFi
Created 01-11-2017 07:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Bryan Bende for confirming, good to know; since I didn't see it in the documentation, I was concerned.
