From 7356cf04d089ae49de2bb02e9c5f6fce3daa8a1b Mon Sep 17 00:00:00 2001 From: zejin Date: Sat, 8 Oct 2016 19:24:10 +0800 Subject: [PATCH 1/6] [doc translation]QuickStart--Compile JStorm --- docs/jstorm-doc/quickstart/Compile.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) 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 From ede3a87f3377439939e8d7097b66a1d597c2783e Mon Sep 17 00:00:00 2001 From: zejin <875061288@163.com> Date: Sat, 8 Oct 2016 19:37:28 +0800 Subject: [PATCH 2/6] Revert "[doc translation]QuickStart--Compile JStorm" This reverts commit 7356cf04d089ae49de2bb02e9c5f6fce3daa8a1b. --- docs/jstorm-doc/quickstart/Compile.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/jstorm-doc/quickstart/Compile.md b/docs/jstorm-doc/quickstart/Compile.md index f7cf7f54c..ca01acfdb 100644 --- a/docs/jstorm-doc/quickstart/Compile.md +++ b/docs/jstorm-doc/quickstart/Compile.md @@ -9,26 +9,20 @@ 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. ``` -mvn clean -mvn package assembly:assembly -Dmaven.test.skip=true +git clone https://github.com/alibaba/jstorm.git +mvn clean package install ``` -If you get into any compile err, feel free to create an issue or pull request. -# Submit PATCH to the JStorm community - - fork jstorm to your own branch - - create a new branch in your branch +Build install tar ``` -$ git checkout master -$ git fetch origin -$ git merge origin/master -$ git checkout -b # e.g. git checkout -b STORM-1234 +mvn package assembly:assembly ``` - - - 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 From 99b40273957874eb7d988f804ebdc61688427cdc Mon Sep 17 00:00:00 2001 From: zejin <875061288@163.com> Date: Sat, 8 Oct 2016 19:38:38 +0800 Subject: [PATCH 3/6] [doc translation]QuickStart--Compile JStorm --- docs/jstorm-doc/quickstart/Compile.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) 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 From de07e27b8d4925a8afc787a37aecb407fd2690fe Mon Sep 17 00:00:00 2001 From: zejin <875061288@qq.com> Date: Sat, 8 Oct 2016 19:43:11 +0800 Subject: [PATCH 4/6] Revert "[doc translation]QuickStart--Compile JStorm" This reverts commit 99b40273957874eb7d988f804ebdc61688427cdc. --- docs/jstorm-doc/quickstart/Compile.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/jstorm-doc/quickstart/Compile.md b/docs/jstorm-doc/quickstart/Compile.md index f7cf7f54c..ca01acfdb 100644 --- a/docs/jstorm-doc/quickstart/Compile.md +++ b/docs/jstorm-doc/quickstart/Compile.md @@ -9,26 +9,20 @@ 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. ``` -mvn clean -mvn package assembly:assembly -Dmaven.test.skip=true +git clone https://github.com/alibaba/jstorm.git +mvn clean package install ``` -If you get into any compile err, feel free to create an issue or pull request. -# Submit PATCH to the JStorm community - - fork jstorm to your own branch - - create a new branch in your branch +Build install tar ``` -$ git checkout master -$ git fetch origin -$ git merge origin/master -$ git checkout -b # e.g. git checkout -b STORM-1234 +mvn package assembly:assembly ``` - - - 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 From 1b8f6414b7e310f590510c1d367ac8e234612f7c Mon Sep 17 00:00:00 2001 From: zejin <875061288@qq.com> Date: Sat, 8 Oct 2016 19:44:08 +0800 Subject: [PATCH 5/6] [doc translation]QuickStart--Compile JStorm --- docs/jstorm-doc/quickstart/Compile.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) 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 From c087e1a3d5028746204a6152cc59a0898ab25203 Mon Sep 17 00:00:00 2001 From: zejin <875061288@qq.com> Date: Sat, 8 Oct 2016 20:05:24 +0800 Subject: [PATCH 6/6] [doc translation]QuickStart--Compile JStorm --- docs/jstorm-doc/quickstart/Compile.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) 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