You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Kang Xiao <kx...@gmail.com> on 2014/03/19 14:01:08 UTC

回复: can anyone tell me how to build and run storm from the github checkout

Taken from P. Taylor’s reply of similar question:  

From the source root:

mvn install
cd storm-dist/binary
mvn package

.zip and .tar.gz files will be in the target directory.


--  
Best Regards!

肖康(Kang Xiao,<kxiao.tiger@gmail.com (mailto:kxiao.tiger@gmail.com)>)
Distributed Software Engineer


在 2014年3月19日 星期三,14:33,ZhuHanfeng 写道:

> can anyone tell me how to build and run storm from the github checkout
> the repo is https://github.com/apache/incubator-storm.git
>  
>  
> thanks!