I would recommend going down the Docker container route to run locally, its
isolated and reproducable, there is an example of somebody doing something
similar here:
https://github.com/wurstmeister/storm-docker

Personally we have built our own docker images/docker compose that runs the
whole cluster locally using one command, including any extras such as
kafka, graphite/grafana if you are using monitoring etc, and shuts it down
at the end but its not open source at the moment, hoping to move it soon.

On 21 June 2016 at 11:43, Manal Helal <[email protected]> wrote:

> install in maven in your environment,
>
> https://maven.apache.org/guides/getting-started/windows-prerequisites.html
>
>
> zoo keeper to be installed
>
> you better follow these steps in this guide:
>
>
> http://toodey.com/2015/08/01/apache-storm-installation-on-windows-and-linux-step-by-step-guide/
>
> or more details like shown here after changing them to windows style:
>
>
> http://stackoverflow.com/questions/12115160/compiling-jzmq-on-ubuntu
>
>
> and install eclipse mars for Java projects, and include the maven plugin
> by following the steps here:
>
> http://stackoverflow.com/questions/8620127/maven-in-eclipse-step-by-step-installation
>
> then in a command prompt, change to the directory of the examples:
>  apache-storm/examples/storm-starter/
>
> and run these commands:
>
> mvn.bat -f pom.xml compile exec:java -Dexec.classpathScope=compile
> -Dexec.mainClass=storm.starter.WordCountTopology
>
> mvn.bat eclipse:eclipse
>
>
> notice that java 7 is required for this project to work, and JAVA_HOME
> environment variable and Maven environment variables to be set as shown in
> the steps link
>
> On 21 June 2016 at 11:41, Ankur Garg <[email protected]> wrote:
>
>> Hi Walid,
>>
>> You can follow the steps mentioned here ,
>>
>>
>> https://ankurgargblog.wordpress.com/2015/12/13/setting-up-apache-storm-cluster-on-ubuntu/?iframe=true&theme_preview=true
>>
>> I documented the steps here some time back after setting up my cluster on
>> Storm . This should help u for sure .
>>
>>
>> Thanks
>> Ankur
>>
>> On Tue, 21 Jun 2016 at 16:07 cogumelosmaravilha <
>> [email protected]> wrote:
>>
>>> Can you provide the specs of the hardware you have test storm and the SO
>>> version.
>>>
>>>
>>> On 21-06-2016 11:07, Walid Aljoby wrote:
>>>
>>> Hi all,
>>>
>>> Could anyone provide me reliable and experienced way to setup Apache
>>> Storm on a single machine?
>>>
>>> Thank You
>>>
>>> --
>>> Regards
>>>
>>> WA
>>>
>>>
>>>
>
>
> --
> Kind Regards,
>
> Manal Helal
>

Reply via email to