You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by xu...@apache.org on 2018/11/28 06:50:02 UTC

carbondata git commit: [CARBONDATA-3133] Update the document to add spark 2.3.2 and datamap mv compiling method

Repository: carbondata
Updated Branches:
  refs/heads/master 7584bf7d5 -> 295734cc8


[CARBONDATA-3133] Update the document to add spark 2.3.2 and datamap mv compiling method

Update the document to add spark 2.3.2 and add datamap mv compiling method.

This closes #2955


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

Branch: refs/heads/master
Commit: 295734cc89dc5bae5538b500d674938cbfb75e9f
Parents: 7584bf7
Author: Jonathan.Wei <25...@qq.com>
Authored: Tue Nov 27 15:20:48 2018 +0800
Committer: xuchuanyin <xu...@hust.edu.cn>
Committed: Wed Nov 28 14:49:45 2018 +0800

----------------------------------------------------------------------
 build/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/295734cc/build/README.md
----------------------------------------------------------------------
diff --git a/build/README.md b/build/README.md
index 028c03a..f361a6e 100644
--- a/build/README.md
+++ b/build/README.md
@@ -29,9 +29,12 @@ Build with different supported versions of Spark, by default using Spark 2.2.1 t
 ```
 mvn -DskipTests -Pspark-2.1 -Dspark.version=2.1.0 clean package
 mvn -DskipTests -Pspark-2.2 -Dspark.version=2.2.1 clean package
+mvn -DskipTests -Pspark-2.3 -Dspark.version=2.3.2 clean package
 ```
 
-Note: If you are working in Windows environment, remember to add `-Pwindows` while building the project.
+Note:
+ - If you are working in Windows environment, remember to add `-Pwindows` while building the project.
+ - The mv feature is not compiled by default. If you want to use this feature, remember to add `-Pmv` while building the project.
 
 ## For contributors : To build the format code after any changes, please follow the below command.
 Note:Need install Apache Thrift 0.9.3