You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yscope-k8s/README.md
+9-44Lines changed: 9 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,47 +28,7 @@ Follow the guide here: [helm]
28
28
29
29
2. Untar it.
30
30
31
-
3. Replace the content of `etc/clp-config.yml` with the following (also replace the IP address `${REPLACE_IP}` with the actual IP address of the host that you are running the clp-package):
32
-
```yaml
33
-
package:
34
-
storage_engine: "clp-s"
35
-
database:
36
-
type: "mariadb"
37
-
host: "${REPLACE_IP}"
38
-
port: 6001
39
-
name: "clp-db"
40
-
query_scheduler:
41
-
host: "${REPLACE_IP}"
42
-
port: 6002
43
-
jobs_poll_delay: 0.1
44
-
num_archives_to_search_per_sub_job: 16
45
-
logging_level: "INFO"
46
-
queue:
47
-
host: "${REPLACE_IP}"
48
-
port: 6003
49
-
redis:
50
-
host: "${REPLACE_IP}"
51
-
port: 6004
52
-
query_backend_database: 0
53
-
compression_backend_database: 1
54
-
reducer:
55
-
host: "${REPLACE_IP}"
56
-
base_port: 6100
57
-
logging_level: "INFO"
58
-
upsert_interval: 100
59
-
results_cache:
60
-
host: "${REPLACE_IP}"
61
-
port: 6005
62
-
db_name: "clp-query-results"
63
-
stream_collection_name: "stream-files"
64
-
webui:
65
-
host: "localhost"
66
-
port: 6000
67
-
logging_level: "INFO"
68
-
log_viewer_webui:
69
-
host: "localhost"
70
-
port: 6006
71
-
```
31
+
3. Replace the content of `/path/to/clp-json-package/etc/clp-config.yml` with the output of `demo-assets/init.sh <ip_addr>` where the `<ip_addr>` is the IP address of the host that you are running the clp-package.
6. Use a JetBrain IDE to connect the database source. The database is `clp-db`, the user is `clp-user` and the password is in `etc/credential.yml`. Then modify the `archive_storage_directory` field in `clp_datasets` table to `/var/data/archives/default`, and submit the change.
45
+
6. Use the following command to update the CLP metadata database so that the worker can find the archives in right place:
0 commit comments