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 2018/11/30 16:33:57 UTC

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

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

Branch: refs/heads/branch-1.5
Commit: 6eed17c679862adbfa87694a9a6a9b5fb873a14d
Parents: 38b79f3
Author: Jonathan.Wei <25...@qq.com>
Authored: Tue Nov 27 15:20:48 2018 +0800
Committer: ravipesala <ra...@gmail.com>
Committed: Fri Nov 30 21:55:29 2018 +0530

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


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