-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trino version bump to resolve CVEs. Upgrade requires connection name … (
#1739) * Trino version bump to resolve CVEs. Upgrade requires connection name to change from hive-hadoop2 -> hive. * Continuation of trino upgrade to resolve cves. * More config fixes for trino upgrade work. * Continuation of trino upgrade changes. Adjust unit test to new error message. * format * test error message fix --------- Co-authored-by: Rob Seward (SOM) <[email protected]> Co-authored-by: Ian Abbott <[email protected]>
- Loading branch information
1 parent
02055f8
commit 1b03ae3
Showing
11 changed files
with
56 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
connector.name=hive-hadoop2 | ||
connector.name=hive | ||
hive.metastore.uri=thrift://metastore:8000 | ||
hive.metastore.username=hive | ||
hive.metastore-timeout=360m | ||
hive.allow-drop-table=true | ||
hive.allow-rename-table=true | ||
hive.s3.aws-access-key=minioadmin | ||
hive.s3.aws-secret-key=minioadmin | ||
hive.s3.path-style-access=true | ||
hive.s3.endpoint=http://minio:9000 | ||
hive.s3.ssl.enabled=false | ||
hive.metastore.thrift.client.connect-timeout=360m | ||
hive.metastore.thrift.client.read-timeout=360m | ||
fs.native-s3.enabled=true | ||
s3.aws-access-key=minioadmin | ||
s3.aws-secret-key=minioadmin | ||
s3.region=ignored-with-minio | ||
s3.path-style-access=true | ||
s3.endpoint=http://minio:9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
connector.name=hive-hadoop2 | ||
connector.name=hive | ||
hive.metastore.uri=thrift://metastore:8000 | ||
hive.metastore.username=hive | ||
hive.metastore-timeout=360m | ||
hive.allow-drop-table=true | ||
hive.allow-rename-table=true | ||
hive.s3.aws-access-key=minioadmin | ||
hive.s3.aws-secret-key=minioadmin | ||
hive.s3.path-style-access=true | ||
hive.s3.endpoint=http://minio:9000 | ||
hive.s3.ssl.enabled=false | ||
hive.metastore.thrift.client.connect-timeout=360m | ||
hive.metastore.thrift.client.read-timeout=360m | ||
fs.native-s3.enabled=true | ||
s3.aws-access-key=minioadmin | ||
s3.aws-secret-key=minioadmin | ||
s3.region=ignored-with-minio | ||
s3.path-style-access=true | ||
s3.endpoint=http://minio:9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
connector.name=hive-hadoop2 | ||
connector.name=hive | ||
hive.metastore.uri=thrift://metastore:8000 | ||
hive.metastore.username=hive | ||
hive.metastore-timeout=360m | ||
hive.allow-drop-table=true | ||
hive.allow-rename-table=true | ||
hive.s3.aws-access-key=minioadmin | ||
hive.s3.aws-secret-key=minioadmin | ||
hive.s3.path-style-access=true | ||
hive.s3.endpoint=http://minio:9000 | ||
hive.s3.ssl.enabled=false | ||
hive.metastore.thrift.client.connect-timeout=360m | ||
hive.metastore.thrift.client.read-timeout=360m | ||
fs.native-s3.enabled=true | ||
s3.aws-access-key=minioadmin | ||
s3.aws-secret-key=minioadmin | ||
s3.region=ignored-with-minio | ||
s3.path-style-access=true | ||
s3.endpoint=http://minio:9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
connector.name=hive-hadoop2 | ||
connector.name=hive | ||
hive.metastore.uri=thrift://metastore:8000 | ||
hive.metastore.username=hive | ||
hive.metastore-timeout=360m | ||
hive.allow-drop-table=true | ||
hive.allow-rename-table=true | ||
hive.s3.aws-access-key=minioadmin | ||
hive.s3.aws-secret-key=minioadmin | ||
hive.s3.path-style-access=true | ||
hive.s3.endpoint=http://minio:9000 | ||
hive.s3.ssl.enabled=false | ||
hive.metastore.thrift.client.connect-timeout=360m | ||
hive.metastore.thrift.client.read-timeout=360m | ||
fs.native-s3.enabled=true | ||
s3.aws-access-key=minioadmin | ||
s3.aws-secret-key=minioadmin | ||
s3.region=ignored-with-minio | ||
s3.path-style-access=true | ||
s3.endpoint=http://minio:9000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
connector.name=hive-hadoop2 | ||
connector.name=hive | ||
hive.metastore.uri=thrift://metastore:8000 | ||
hive.metastore.username=hive | ||
hive.metastore-timeout=360m | ||
hive.allow-drop-table=true | ||
hive.allow-rename-table=true | ||
hive.s3.aws-access-key=minioadmin | ||
hive.s3.aws-secret-key=minioadmin | ||
hive.s3.path-style-access=true | ||
hive.s3.endpoint=http://minio:9000 | ||
hive.s3.ssl.enabled=false | ||
hive.metastore.thrift.client.connect-timeout=360m | ||
hive.metastore.thrift.client.read-timeout=360m | ||
fs.native-s3.enabled=true | ||
s3.aws-access-key=minioadmin | ||
s3.aws-secret-key=minioadmin | ||
s3.region=ignored-with-minio | ||
s3.path-style-access=true | ||
s3.endpoint=http://minio:9000 |