File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ You can deploy TiDB Lightning using TiDB Ansible together with the [deployment o
127
127
# Sets the directory for temporarily storing the sorted key-value pairs.
128
128
# The target directory must be empty.
129
129
" sorted-kv-dir" = " /mnt/ssd/sorted-kv-dir"
130
+
131
+ [tidb]
132
+ # An address of pd-server.
133
+ pd-addr = " 172.16.31.4:2379
130
134
` ` `
131
135
132
136
6. Log in to the ` tidb-lightning` server, and manually run the following command to start Lightning and import the data into the TiDB cluster.
@@ -184,6 +188,8 @@ Refer to the [TiDB enterprise tools download page](/download-ecosystem-tools.md#
184
188
password = " "
185
189
# Table schema information is fetched from TiDB via this status-port.
186
190
status-port = 10080
191
+ # An address of pd-server.
192
+ pd-addr = " 172.16.31.4:2379"
187
193
` ` `
188
194
189
195
The above only shows the essential settings.
You can’t perform that action at this time.
0 commit comments