[
https://issues.apache.org/jira/browse/NIFI-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14566002#comment-14566002
]
ASF GitHub Bot commented on NIFI-606:
-------------------------------------
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
----
> Add a NiFi Storm Spout
> ----------------------
>
> Key: NIFI-606
> URL: https://issues.apache.org/jira/browse/NIFI-606
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
>
> A nice integration would be a Storm spout that could pull data from NiFi,
> much like the Spark receiver does.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)