Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
mvn clean packageinstall -DskipTests -Ppresto-driver

Or you can do parallel build but in two commands

Code Block
languagebash
mvn clean install -DskipTests -Ppresto-driver -T1C -pl :presto-pinot-driver -Pbin-distam
mvn clean install -DskipTests -T1C


Check out the codebase (the release branch created while preparing for the release). Add the following dependencies to pinot-distribution/pom.xml (otherwise there will be missing lib dependencies) but don't check it in. (NOTE: Please double check if the following includes all packages in pinot-connectors and pinot-plugins. If not, please update the following code block.)

...