$ git clone -b v1.2.3 https://github.com/apache/storm.git 

$ cd storm

$ mvn clean install -DskipTests

$ cd storm-dist/binary && mvn package

$ cd target

$ ls apache-storm-1.2.3.tar.gz

 

reference: https://paulsmooth.tistory.com/37

 

Apache Storm 빌드 및 테스트

Apache Storm 빌드 및 테스트 - 해당 글은 Apache Storm 1.1.0 을 기준으로 작성되었으며, 릴리즈에 따라서 상세 내용이 변경될 수 있습니다. 1. 사전요구사항 - 메뉴얼에는 Maven 3.2.5 나 그 이하의 버전을 사용..

paulsmooth.tistory.com

 

+ Recent posts