Building from source

Building

Requirements:

  • A Linux class machine (can be a VM).
    • Some of the build scripts rely in bash/sed/grep and related tools, so it will not build on a Windows machine. I’m unsure if it will build on a Mac.
  • The normal build tools for a Java project
    • JDK 17, 21 and 25 all need to be installed.
      • All of these are needed to ensure the code works in all UDFs.

The ./start-docker.sh script launches a docker based build environment with all needed tools and configs.

and then simply do:

mvn clean package