Skip to content

Commit

Permalink
Update presto to version 0.230 (#42)
Browse files Browse the repository at this point in the history
* Update presto to version 0.230

co-authored-by: Scott Millard <smillard@hntb.com>

Co-authored-by: jmorris-pillar <jmorris2@pillartechnology.com>
  • Loading branch information
ScottMillard and jmorris-pillar authored Jan 23, 2020
1 parent 90e08b0 commit 072c149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions images/metastore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG joda_version=2.9.9
ARG metastore_version=3.0.0
ARG pg_driver_version=42.2.5
ARG apache_url=http://archive.apache.org/dist
ARG mvn_url=http://central.maven.org/maven2
ARG mvn_url=https://repo1.maven.org/maven2

ARG jmx_exporter_version="0.11.0"
ARG jmx_exporter_bin="https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/${jmx_exporter_version}/jmx_prometheus_javaagent-${jmx_exporter_version}.jar"
Expand Down Expand Up @@ -37,4 +37,4 @@ RUN wget ${mvn_url}/org/postgresql/postgresql/${pg_driver_version}/postgresql-${

WORKDIR $METASTORE_HOME

RUN wget -q $jmx_exporter_bin -O jmx_exporter.jar
RUN wget -q $jmx_exporter_bin -O jmx_exporter.jar
4 changes: 2 additions & 2 deletions images/presto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:8-jre-slim

ARG mirror="https://repo1.maven.org/maven2/com/facebook/presto"
ARG presto_version="0.215"
ARG presto_version="0.230"
ARG presto_bin="${mirror}/presto-server/${presto_version}/presto-server-${presto_version}.tar.gz"
ARG presto_cli_bin="${mirror}/presto-cli/${presto_version}/presto-cli-${presto_version}-executable.jar"

Expand Down Expand Up @@ -47,7 +47,7 @@ RUN cd $PRESTO_HOME && \

# Need to work with python2
# See: https://github.com/prestodb/presto/issues/4678
ENV PYTHON2_DEBIAN_VERSION=2.7.16-1
ENV PYTHON2_DEBIAN_VERSION=2.7.16-1
RUN apt-get update && apt-get install -y --no-install-recommends \
python="${PYTHON2_DEBIAN_VERSION}" \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 072c149

Please sign in to comment.