From 656d7e2084a22781b21c77f87813038358604ae4 Mon Sep 17 00:00:00 2001 From: Greg Wittel Date: Thu, 19 May 2016 09:48:01 -0700 Subject: [PATCH] Update README to reference upgrade to Presto 0.145. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1af57f5..d1e6078 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ queries run within the tool. Specify Presto version by `-Dairpal.prestoVersion`: ``` - ./gradlew -Dairpal.prestoVersion=0.85 clean shadowJar + ./gradlew -Dairpal.prestoVersion=0.145 clean shadowJar ``` 1. Create a MySQL database for Airpal. We recommend you call it `airpal` and will assume that for future steps. @@ -119,7 +119,7 @@ java -Ddw.prestoCoordinator=http://presto-coordinator-url.com \ Airpal Version | Presto Versions Tested ---------------|----------------------- -0.1 | 0.77, 0.87 +0.1 | 0.77, 0.87, 0.145 ## In the Wild Organizations and projects using `airpal` can list themselves [here](INTHEWILD.md).