You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Sa Li <sa...@gmail.com> on 2014/06/17 03:33:26 UTC

how to create maven project using eclipse rse

Hi, all

I’ve been struggling to import the maven project: storm-starter into eclipse on mac. I installed a storm cluster on a remote ubuntu server, and I git cloned the storm starter into the ubuntu server already. I run the sample topologies locally on ubuntu server successfully. 

Now I want to develop the project in eclipse, I got m2eclipse and rse installed, and be able to access storm cluster remotely by rse. The matter turns out to be how to import the project storm-starter in server to eclipse as well as all the dependencies, so I could do the development directly on server, of course running and building as well. The page https://github.com/nathanmarz/storm/wiki/Creating-a-new-Storm-project provides less clear info (at least to me,:) ) .  Can anyone 
give me the detail instruction how to do that (I believe most of you have already setup a perfect environment) ? 


Thanks

Alec