On Thu, Jan 15, 2015 at 12:41 PM, manish belsare < [email protected]> wrote: > > I am pretty much new to Apache storm. I am finished installing & > integrating Flume with Kafka and wanted to now connect Storm to Kafka for > real time data processing. Can any one provide me a concrete link to > install storm on Mac?
"Installing a Storm release locally is only for interacting with remote clusters. For developing and testing topologies in local mode, it is recommended that you use Maven to include Storm as a dev dependency for your project. You can read more about using Maven for this purpose on Maven <http://storm.apache.org/documentation/Maven.html>." http://storm.apache.org/documentation/Setting-up-development-environment.html
