Skip to content

Commit

Permalink
Merge pull request IBM#24 from IBM/329
Browse files Browse the repository at this point in the history
Uses prestosql 329
  • Loading branch information
meneal authored Feb 5, 2020
2 parents 498004f + 7b5ab59 commit 66e66ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
services:
- docker

env:
global:
- PRESTOSQL_RELEASE=329

install:
- curl -LO https://github.com/IBM/presto-db2/releases/download/325/presto-db2-325.zip
- unzip presto-db2-325.zip
- curl -LO https://github.com/IBM/presto-db2/releases/download/${PRESTOSQL_RELEASE}/presto-db2-${PRESTOSQL_RELEASE}.zip
- unzip presto-db2-${PRESTOSQL_RELEASE}.zip

before_script:
curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64 &&
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM prestosql/presto:325
FROM prestosql/presto:329

# Add Db2 connector
COPY --chown=presto:presto presto-db2-325 /usr/lib/presto/plugin/db2
COPY --chown=presto:presto presto-db2-329 /usr/lib/presto/plugin/db2
2 changes: 2 additions & 0 deletions test_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fileExistenceTests:
path: /usr/lib/presto/plugin/db2
uid: 1000
gid: 1000
- name: presto-db2.jar
path: /usr/lib/presto/plugin/db2/presto-db2-329.jar
metadataTest:
env:
- key: JAVA_HOME
Expand Down

0 comments on commit 66e66ed

Please sign in to comment.