tree: ac5e352fdb1a3d002fb9abfbee7bd9c8e470efae [path history] [tgz]
  1. docker/
  2. carbondata-build-info.bat
  3. carbondata-build-info.sh
  4. How-to-build-carbondata-notebook-docker-image-by-dockerfile.md
  5. How-to-build-carbondata-notebook-docker-image-by-manual.md
  6. 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

Building CarbonData notebook images

How to build carbondata notebook docker image by dockerfile
How to build carbondata notebook docker image by manual