Presto big data query engine v0.289
0.289
Presto big data query engine is a distributed SQL query engine for big data.
Mac OS X or Linux
Java 8 Update 151 or higher (8u151+), 64-bit. Supports Oracle JDK and OpenJDK.
Maven 3.3.9+ (for construction)
Python 2.4+ (for running with startup scripts)
Presto is a standard Maven project. Just run the following command from the project root directory
./mvnw clean install
In the first build, Maven will download all dependencies from the Internet and cache them in the local repository (~/.m2/repository), which can take a lot of time. Subsequent builds will be faster.
Presto has a comprehensive set of unit tests that may take several minutes to run. You can disable testing when building
./mvnw clean install -DskipTests