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
| Description | A list of IP addresses of the hosts where the ConfigNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
| Description | A list of IP addresses or hostname of the hosts where the ConfigNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
| Description | A list of IP addresses of the hosts where the DataNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
| Description | A list of IP addresses or hostname of the hosts where the DataNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
241
+
| Type | String |
242
+
| Default | None |
243
+
| Effective | After restarting the system |
244
244
245
245
* ssh\_account
246
246
@@ -264,7 +264,7 @@ This following section will introduce the specific configuration items in the `i
| Description | The path on the target hosts where all ConfigNodes to be started/stopped are located. All ConfigNodes must be in the same directory on their respective hosts. |
267
+
| Description | The path on the target hosts where all ConfigNodes to be started/stopped are located. All ConfigNodes must be in the same directory on their respective hosts. eg: `/data/demo/apache-iotdb-1.3.1-all-bin`|
268
268
| Type | String |
269
269
| Default | None |
270
270
| Effective | After restarting the system |
@@ -273,11 +273,47 @@ This following section will introduce the specific configuration items in the `i
| Description | The path on the target hosts where all DataNodes to be started/stopped are located. All DataNodes must be in the same directory on their respective hosts. |
276
+
| Description | The path on the target hosts where all DataNodes to be started/stopped are located. All DataNodes must be in the same directory on their respective hosts. eg: `/data/demo/apache-iotdb-1.3.1-all-bin`|
277
277
| Type | String |
278
278
| Default | None |
279
279
| Effective | After restarting the system |
280
280
281
+
#### 3.7.3 Quick Example
282
+
283
+
1. Configuration File: `iotdb-cluster.properties`
284
+
```properties
285
+
# Configure ConfigNode node addresses, separated by commas
| Description | A list of IP addresses of the hosts where the ConfigNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
| Description | A list of IP addresses or hostname of the hosts where the ConfigNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
| Description | A list of IP addresses of the hosts where the DataNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
| Description | A list of IP addresses or hostname of the hosts where the DataNodes to be started/stopped are located. If there are multiple, they should be separated by commas. |
318
+
| Type | String |
319
+
| Default | None |
320
+
| Effective | After restarting the system |
321
321
322
322
* ssh\_account
323
323
@@ -341,7 +341,7 @@ This following section will introduce the specific configuration items in the `i
| Description | The path on the target hosts where all ConfigNodes to be started/stopped are located. All ConfigNodes must be in the same directory on their respective hosts. |
344
+
| Description | The path on the target hosts where all ConfigNodes to be started/stopped are located. All ConfigNodes must be in the same directory on their respective hosts. eg: `/data/demo/apache-iotdb-1.3.1-all-bin`|
345
345
| Type | String |
346
346
| Default | None |
347
347
| Effective | After restarting the system |
@@ -350,12 +350,50 @@ This following section will introduce the specific configuration items in the `i
| Description | The path on the target hosts where all DataNodes to be started/stopped are located. All DataNodes must be in the same directory on their respective hosts. |
353
+
| Description | The path on the target hosts where all DataNodes to be started/stopped are located. All DataNodes must be in the same directory on their respective hosts.eg: `/data/demo/apache-iotdb-1.3.1-all-bin`|
354
354
| Type | String |
355
355
| Default | None |
356
356
| Effective | After restarting the system |
357
357
358
358
359
+
#### 3.8.3 Quick Example
360
+
361
+
1. Configuration File: `iotdb-cluster.properties`
362
+
```properties
363
+
# Configure ConfigNode node addresses, separated by commas
0 commit comments