File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ later.
1010:::
1111
1212## Requirements
13+
1314* [ CLP] [ clp-releases ] v0.7.0 or higher
1415* [ Docker] v28 or higher
1516* [ Docker Compose] [ docker-compose ] v2.20.2 or higher
1617* Python
1718* python3-venv (for the version of Python installed)
1819
1920## Set up
21+
2022To use Spider for CLP compression tasks, you need to [ set up CLP] ( #setting-up-clp-with-spider ) with
2123Spider in configuration.
2224
@@ -32,7 +34,7 @@ Spider in configuration.
3234 compression_scheduler :
3335 type : " spider"
3436 ` ` `
35-
37+
3638 * (Optional) Set the ` spider_db`.
3739
3840 ` ` ` yaml
@@ -47,6 +49,7 @@ Spider in configuration.
4749 host: "localhost"
4850 port: 6000
4951 ` ` `
52+
50533. (Optional) Before starting the package, update the package's credential file (`etc/credentials.yaml`)
5154 to add Spider database credentials as follows :
5255
@@ -55,6 +58,7 @@ Spider in configuration.
5558 username: "spider_user"
5659 password: "spider_password"
5760 ` ` `
61+
58624. Continue following the [quick-start](./quick-start/index.md#using-clp) guide to start CLP.
5963
6064[clp-releases] : https://github.com/y-scope/clp/releases
You can’t perform that action at this time.
0 commit comments