[ 
https://issues.apache.org/jira/browse/NIFI-1037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15335080#comment-15335080
 ] 

ASF GitHub Bot commented on NIFI-1037:
--------------------------------------

GitHub user jjmeyer0 opened a pull request:

    https://github.com/apache/nifi/pull/536

    NIFI-1037 Ported processor for HDFS' inotify events to 0.x.

    Ported processor for HDFS' inotify events.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jjmeyer0/nifi NIFI-1037-0.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/536.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #536
    
----
commit a3fdd10857c7a86990d7f6275e86edc578d5a6cc
Author: JJ <[email protected]>
Date:   2016-06-17T00:01:17Z

    NIFI-1037 Ported processor for HDFS' inotify events.

----


> Hdfs Inotify processor
> ----------------------
>
>                 Key: NIFI-1037
>                 URL: https://issues.apache.org/jira/browse/NIFI-1037
>             Project: Apache NiFi
>          Issue Type: New Feature
>            Reporter: nicolas maillard
>            Assignee: Josh Meyer
>            Priority: Minor
>
> HDFS has an Inotify interface that enables to access the HDFS edit stream.
> https://issues.apache.org/jira/browse/HDFS-6634
> Creating a processor to listen in and get notifications either for select 
> directories or select actions would have many applications.
> - Stream to a search engine the activity on HDFS
> - Wait for specific actions or files to trigger workflows, like duplication 
> to other clusters
> - Validate ingestion processes
> etc..
> probably more I don't think of.
> I have a first working beta version that needs to evolve
> it reuses the Hadoop-nar-bundle
> Needs a HDFS 2.7  dependency currently done through editing the Hadop-lib 
> bundle
> let me know if this idea makes sense and would be of interest to the community
> would love to contribute the idea



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to