Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

[doc translation]QuickStart--Compile JStorm #361

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
26 changes: 16 additions & 10 deletions docs/jstorm-doc/quickstart/Compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mvn clean package assembly:assembly -Dmaven.test.skip=true

```
If you get into any compile err, feel free to create an issue or pull request.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compile err -> compile error

# 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 <local_test_branch> # 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