Ed Berezitsky created NIFI-4906:
-----------------------------------
Summary: Add GetHdfsFileInfo Processor
Key: NIFI-4906
URL: https://issues.apache.org/jira/browse/NIFI-4906
Project: Apache NiFi
Issue Type: New Feature
Components: Extensions
Reporter: Ed Berezitsky
Assignee: Ed Berezitsky
Add *GetHdfsFileInfo* Processor to be able to get stats from a file system.
This processor should support recursive scan, getting information of
directories and files.
_File-level info required_: name, path, length, modified timestamp, last access
timestamp, owner, group, permissions.
_Directory-level info required_: name, path, sum of lengths of files under a
dir, count of files under a dir, modified timestamp, last access timestamp,
owner, group, permissions.
The result returned:
* in single flow file (in content - a json line per file/dir info);
* flow file per each file/dir info (in content as json obj or in set of
attributes by the choice).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)