File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ docker run \
14
14
--name trino-git \
15
15
-e REPO_URL=https://github.com/nineinchnick/trino-rest.git \
16
16
-p 8080:8080 \
17
- nineinchnick/trino-git:0.19
17
+ nineinchnick/trino-git:0.22
18
18
```
19
19
20
20
Then use your favourite SQL client to connect to Trino running at http://localhost:8080
21
21
22
22
# Usage
23
23
24
- Download one of the ZIP packages, unzip it and copy the ` trino-git-0.19 ` directory to the plugin directory on every node in your Trino cluster.
24
+ Download one of the ZIP packages, unzip it and copy the ` trino-git-0.22 ` directory to the plugin directory on every node in your Trino cluster.
25
25
Create a ` github.properties ` file in your Trino catalog directory and point to a remote repo.
26
26
You can also use a path to a local repo if it's available on every worker node.
27
27
@@ -97,12 +97,12 @@ docker run \
97
97
-p 8080:8080 \
98
98
--name trino \
99
99
-d \
100
- trinodb/trino:378
100
+ trinodb/trino:384
101
101
```
102
102
103
103
Connect to that server using:
104
104
``` bash
105
- docker run -it --rm --link trino trinodb/trino:378 trino --server trino:8080 --catalog git --schema default
105
+ docker run -it --rm --link trino trinodb/trino:384 trino --server trino:8080 --catalog git --schema default
106
106
```
107
107
108
108
# References
Original file line number Diff line number Diff line change 30
30
<parent >
31
31
<groupId >io.airlift</groupId >
32
32
<artifactId >airbase</artifactId >
33
- <version >124 </version >
33
+ <version >125 </version >
34
34
</parent >
35
35
36
36
<licenses >
52
52
<air .check.fail-checkstyle>true</air .check.fail-checkstyle>
53
53
<air .check.skip-checkstyle>false</air .check.skip-checkstyle>
54
54
55
- <dep .trino.version>381 </dep .trino.version>
55
+ <dep .trino.version>384 </dep .trino.version>
56
56
<dep .airlift.version>215</dep .airlift.version>
57
57
<dep .packaging.version>${dep.airlift.version} </dep .packaging.version>
58
- <dep .errorprone.version>2.13.1 </dep .errorprone.version>
58
+ <dep .errorprone.version>2.14.0 </dep .errorprone.version>
59
59
<dep .jackson.version>2.13.3</dep .jackson.version>
60
60
<dep .testng.version>7.6.0</dep .testng.version>
61
61
283
283
<plugin >
284
284
<groupId >org.apache.maven.plugins</groupId >
285
285
<artifactId >maven-scm-plugin</artifactId >
286
- <version >1.12.2 </version >
286
+ <version >1.13.0 </version >
287
287
<configuration >
288
288
<pushChanges >true</pushChanges >
289
289
</configuration >
You can’t perform that action at this time.
0 commit comments