tree: 13d5b0efff6443e8f1679f92dca5518bc7b65f94 [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.4.5

mvn -DskipTests -Pspark-2.4 clean package

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

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