File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ services:
184184 presto-coordinator-1 :
185185 container_name : presto-coordinator-1
186186 hostname : presto-coordinator-1
187- image : apachehudi/hudi-hadoop_2.8.4-prestobase_0.217 :latest
187+ image : apachehudi/hudi-hadoop_2.8.4-prestobase_0.268 :latest
188188 ports :
189189 - ' 8090:8090'
190190 environment :
@@ -203,7 +203,7 @@ services:
203203 presto-worker-1 :
204204 container_name : presto-worker-1
205205 hostname : presto-worker-1
206- image : apachehudi/hudi-hadoop_2.8.4-prestobase_0.217 :latest
206+ image : apachehudi/hudi-hadoop_2.8.4-prestobase_0.268 :latest
207207 depends_on : ["presto-coordinator-1"]
208208 environment :
209209 - PRESTO_JVM_MAX_HEAP=512M
Original file line number Diff line number Diff line change 5757 <docker .spark.version>2.4.4</docker .spark.version>
5858 <docker .hive.version>2.3.3</docker .hive.version>
5959 <docker .hadoop.version>2.8.4</docker .hadoop.version>
60- <docker .presto.version>0.217 </docker .presto.version>
60+ <docker .presto.version>0.268 </docker .presto.version>
6161 <docker .trino.version>368</docker .trino.version>
6262 <dockerfile .maven.version>1.4.13</dockerfile .maven.version>
6363 <checkstyle .skip>true</checkstyle .skip>
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG HADOOP_VERSION=2.8.4
2222ARG HIVE_VERSION=2.3.3
2323FROM apachehudi/hudi-hadoop_${HADOOP_VERSION}-base:latest as hadoop-base
2424
25- ARG PRESTO_VERSION=0.217
25+ ARG PRESTO_VERSION=0.268
2626
2727ENV PRESTO_VERSION ${PRESTO_VERSION}
2828ENV PRESTO_HOME /opt/presto-server-${PRESTO_VERSION}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG HIVE_VERSION=2.3.3
2020ARG SPARK_VERSION=2.4.4
2121FROM apachehudi/hudi-hadoop_${HADOOP_VERSION}-hive_${HIVE_VERSION}-sparkbase_${SPARK_VERSION}
2222
23- ARG PRESTO_VERSION=0.217
23+ ARG PRESTO_VERSION=0.268
2424ARG TRINO_VERSION=368
2525COPY adhoc.sh /opt/spark
2626
You can’t perform that action at this time.
0 commit comments