GitHub user bbende opened a pull request:

    https://github.com/apache/incubator-nifi/pull/61

    NIFI-606 Add a NiFi Storm Spout 

    Adding a NiFiSpout for integration with Apache Storm, very similar to the 
NiFiReceiver for Apache Spark.
    
    In order to use this:
    * Run mvn clean install on this branch so the spout is installed in your 
Maven repository
    * Download Storm 0.9.4 and add  Storm to your path
    * Create a project that brings in the spout as a dependency and builds an 
uber jar, an example project is here: 
https://github.com/bbende/nifi-storm-topology
    * Start NiFi and create a flow that brings data to an Output Port named 
"Data for Storm"
    * Run the topology: storm jar yourproject.jar org.example.YourTopology

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

    $ git pull https://github.com/bbende/incubator-nifi NIFI-606

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

    https://github.com/apache/incubator-nifi/pull/61.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 #61
    
----
commit a595f8efbd7171029697f430b52567b99fa2e4f7
Author: bbende <[email protected]>
Date:   2015-05-30T14:00:54Z

    NIFI-606 Add a NiFi Storm Spout

commit df5ae5a8dcb54e5742d0d967e20a5f08954676e3
Author: bbende <[email protected]>
Date:   2015-05-30T14:13:36Z

    Fixing JavaDoc to pass check-styles

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to