@@ -26,14 +26,22 @@ The records are treated as byte arrays containing UTF-8 encoded strings (whether
26
26
27
27
#### Docker
28
28
29
+ We publish three flavours of the docker image:
30
+ - Pull the ` :2.2.0 ` tag if you only need GZip output format
31
+ - Pull the ` :2.2.0-lzo ` tag if you also need LZO output format
32
+ - Pull the ` :2.2.0-distroless ` tag for an lightweight alternative to ` :2.2.0 `
33
+
34
+
29
35
``` bash
30
- docker run snowplow/snowplow-s3-loader:2.1.4 --help
36
+ docker run snowplow/snowplow-s3-loader:2.2.0 --help
37
+ docker run snowplow/snowplow-s3-loader:2.2.0-lzo --help
38
+ docker run snowplow/snowplow-s3-loader:2.2.0-distroless --help
31
39
```
32
40
33
41
#### Download jar
34
42
35
43
``` bash
36
- curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.1.4 /snowplow-s3-loader-2.1.4 .jar
44
+ curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.2.0 /snowplow-s3-loader-2.2.0 .jar
37
45
java -jar snowplow-s3-loader.jar --help
38
46
```
39
47
@@ -60,7 +68,7 @@ $ sudo apt-get install lzop liblzo2-dev
60
68
The Snowplow S3 Loader has the following command-line interface:
61
69
62
70
```
63
- snowplow-s3-loader: Version 2.1.4
71
+ snowplow-s3-loader: Version 2.2.0
64
72
65
73
Usage: snowplow-s3-loader [options]
66
74
@@ -80,7 +88,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
80
88
Next, start the sink, making sure to specify your new config file:
81
89
82
90
``` bash
83
- $ java -jar snowplow-s3-loader-2.1.4 .jar --config my.conf
91
+ $ java -jar snowplow-s3-loader-2.2.0 .jar --config my.conf
84
92
```
85
93
86
94
## Find out more
@@ -106,7 +114,7 @@ limitations under the License.
106
114
[ travis-image ] : https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
107
115
[ travis ] : http://travis-ci.org/snowplow/snowplow-s3-loader
108
116
109
- [ release-image ] : http://img.shields.io/badge/release-2.1.4 -blue.svg?style=flat
117
+ [ release-image ] : http://img.shields.io/badge/release-2.2.0 -blue.svg?style=flat
110
118
[ releases ] : https://github.com/snowplow/snowplow-s3-loader/releases
111
119
112
120
[ license-image ] : http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
0 commit comments