We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04cc05 commit 852c27eCopy full SHA for 852c27e
2 files changed
transfer_queue/config.yaml
@@ -50,8 +50,14 @@ backend:
50
Yuanrong:
51
# Whether to let TQ automatically start etcd and datasystem services
52
auto_init: True
53
+ # ========== Etcd mode config ==========
54
# etcd service address (used to start etcd when auto_init=true)
55
etcd_address: "127.0.0.1:2379"
- # datasystem worker host and port (used to start dscli when auto_init=true)
56
- host: "127.0.0.1"
+ # ========== Metastore mode config ==========
57
+ # Whether to use metastore mode instead of etcd
58
+ metastore_mode: False
59
+ # For auto_init=True, metastore_address is auto-generated on head node
60
+ # For auto_init=False, specify the external metastore address here
61
+ metastore_address: ""
62
+ # Datasystem worker port (host is auto-detected)
63
port: 31501
0 commit comments