You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ed Berezitsky (JIRA)" <ji...@apache.org> on 2018/03/03 22:12:00 UTC

[jira] [Updated] (NIFI-4906) Add GetHdfsFileInfo Processor

     [ https://issues.apache.org/jira/browse/NIFI-4906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Berezitsky updated NIFI-4906:
--------------------------------
    Attachment: NiFi-GetHDFSFileInfo.pdf

> 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
>            Priority: Major
>         Attachments: NiFi-GetHDFSFileInfo.pdf
>
>
> 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)