tree: 616a9686fd46729b6046a4f1758ed26a85902425 [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

Build from source

Prerequisites

Build with different supported versions of Spark, by default using Spark 2.4.5

To be noticed:

  • 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.

Development

To build the format code after any changes, please follow the below command:

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

And you can skip the build-with-format stage if you're building an assemble jar:

mvn -DskipTests -Pspark-2.4 clean package

Building CarbonData notebook images

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