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/14 14:55:22 UTC

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

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 2b324643e -> 25de27fcf


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/fc79c21b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/fc79c21b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/fc79c21b

Branch: refs/heads/master
Commit: fc79c21b8a3a2c080288c3eadf708550a8c6a522
Parents: 2b32464
Author: chenliang613 <ch...@huawei.com>
Authored: Sat Feb 11 07:59:04 2017 -0800
Committer: ravipesala <ra...@gmail.com>
Committed: Tue Feb 14 20:24:20 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fc79c21b/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


[2/2] incubator-carbondata git commit: [CARBONDATA-703] Update build command after optimizing thrift compile issues This closes #598

Posted by ra...@apache.org.
[CARBONDATA-703] Update build command after optimizing thrift compile issues This closes #598


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

Branch: refs/heads/master
Commit: 25de27fcf706dce425e4ec4b8293527451f3da57
Parents: 2b32464 fc79c21
Author: ravipesala <ra...@gmail.com>
Authored: Tue Feb 14 20:25:02 2017 +0530
Committer: ravipesala <ra...@gmail.com>
Committed: Tue Feb 14 20:25:02 2017 +0530

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