diff --git a/docs/jstorm-doc/quickstart/Compile.md b/docs/jstorm-doc/quickstart/Compile.md index ca01acfdb..f7cf7f54c 100644 --- a/docs/jstorm-doc/quickstart/Compile.md +++ b/docs/jstorm-doc/quickstart/Compile.md @@ -9,20 +9,26 @@ top-nav-title: Compile JStorm * This will be replaced by the TOC {:toc} -#TO BE DONE -#need "PATCH TO THE COMMUNITY" - - - -Build JStorm +# Build JStorm +jstorm is easy to compile and package. ``` -git clone https://github.com/alibaba/jstorm.git -mvn clean package install +mvn clean +mvn package assembly:assembly -Dmaven.test.skip=true ``` +If you get into any compile err, feel free to create an issue or pull request. +# Submit PATCH to the JStorm community -Build install tar + - fork jstorm to your own branch + - create a new branch in your branch ``` -mvn package assembly:assembly +$ git checkout master +$ git fetch origin +$ git merge origin/master +$ git checkout -b # e.g. git checkout -b STORM-1234 ``` + + - modify the code + - commit the code to your branch + - create a pull request, click "Pull Request" button on your github page \ No newline at end of file