We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2721e8 + fad32aa commit 76baf48Copy full SHA for 76baf48
1 file changed
docs/getting-started/example-datasets/anon_web_analytics_metrica.md
@@ -19,7 +19,7 @@ The tables can be downloaded as compressed `tsv.xz` files. In addition to the sa
19
### Download the hits compressed TSV file {#download-the-hits-compressed-tsv-file}
20
21
```bash
22
-curl https://datasets.clickhouse.com/hits/tsv/hits_v1.tsv.xz | unxz --threads=`nproc` > hits_v1.tsv
+curl -L https://datasets.clickhouse.com/hits/tsv/hits_v1.tsv.xz | xz -d > hits_v1.tsv
23
# Validate the checksum
24
md5sum hits_v1.tsv
25
# Checksum should be equal to: f3631b6295bf06989c1437491f7592cb
0 commit comments