Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.03 KB

README.md

File metadata and controls

50 lines (37 loc) · 2.03 KB

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