You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ra...@apache.org on 2017/02/17 14:01:30 UTC

[6/9] incubator-carbondata git commit: Update build command after optimizing thrift compile issues

Update build command after optimizing thrift compile issues

fix comment


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/78881d9d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/78881d9d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/78881d9d

Branch: refs/heads/branch-1.0
Commit: 78881d9dabeb1f08b8300fb108afbbb67d2639db
Parents: d399cd3
Author: chenliang613 <ch...@huawei.com>
Authored: Sat Feb 11 07:59:04 2017 -0800
Committer: ravipesala <ra...@gmail.com>
Committed: Fri Feb 17 19:29:02 2017 +0530

----------------------------------------------------------------------
 build/README.md | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/78881d9d/build/README.md
----------------------------------------------------------------------
diff --git a/build/README.md b/build/README.md
index 0115f5d..5fa6814 100644
--- a/build/README.md
+++ b/build/README.md
@@ -26,16 +26,7 @@
 * [Oracle Java 7 or 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
 * [Apache Thrift 0.9.3](http://archive.apache.org/dist/thrift/0.9.3/)
 
-## Build release version
-Note:Need install Apache Thrift 0.9.3
-```
-mvn clean -DskipTests -Pbuild-with-format -Pspark-1.6 install
-```
-
-## Build dev version(snapshot version,clone from github)
-Note:Already uploaded format.jar to snapshot repo for facilitating dev users,
-so the compilation command works without "-Pbuild-with-format"
-
+## Build command
 Build without test,by default carbondata takes Spark 1.6.2 to build the project
 ```
 mvn -DskipTests clean package
@@ -57,3 +48,9 @@ Build with test
 ```
 mvn clean package
 ```
+
+## For contributors : To build the format code after any changes, please follow the below command.
+Note:Need install Apache Thrift 0.9.3
+```
+mvn clean -DskipTests -Pbuild-with-format -Pspark-1.6 package
+```
\ No newline at end of file