tree: 10b9cd41ec1237696bc4ee9d176646e170f5dc1a [path history] [tgz]
  1. carbondata-build-info.bat
  2. carbondata-build-info.sh
  3. README.md
build/README.md

Building CarbonData

Prerequisites

Build command

Build with different supported versions of Spark, by default using Spark 2.2.1 to build

mvn -DskipTests -Pspark-2.1 -Dspark.version=2.1.0 clean package
mvn -DskipTests -Pspark-2.2 -Dspark.version=2.2.1 clean package

Note: If you are working in Windows environment, remember to add -Pwindows 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

mvn clean -DskipTests -Pbuild-with-format -Pspark-2.2 package