GitHub user lyonbrw reopened a pull request: https://github.com/apache/storm/pull/637
Add FluxParser method parseInputStream() to eliminate disk usage. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lyonbrw/storm master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/storm/pull/637.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 #637 ---- commit 9977d5b451fa0e1226876f72035f0dfc68941a5b Author: Brendan W. Lyon <bl...@datainterfuse.com> Date: 2015-07-16T17:42:28Z Merge pull request #1 from apache/master Update from original commit 8f88f0864bfd3d2fd25626e592a8b5918d78953c Author: Brendan W. Lyon <bl...@datainterfuse.com> Date: 2015-07-16T17:48:00Z Added parseInputStream() method Included reusable parseInputStream for use by parseFile and parseResource. Also allows a path for programatically creating topologies without the need to write to / read from disk. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---