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
{{ message }}
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/docs/guides/toolchain-local-test.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
---
2
-
3
2
title: "HugeGraph Toolchain Local Testing Guide"
4
3
linkTitle: "Toolchain Local Testing"
5
4
weight: 4
@@ -194,7 +193,7 @@ volumes:
194
193
```
195
194
196
195
#### Hadoop Configuration Mounts
197
-
The `./config` folder is used for configuration mounting. You can choose whether to set it up as needed.It needs to be in the same folder as `docker-compose.yml`.
196
+
Create a `./config` folder in the same directory as `docker-compose.yml` to mount Hadoop configuration files. You can skip this step if HDFS testing is not required.
198
197
199
198
📁 `./config/core-site.xml` content:
200
199
@@ -213,11 +212,11 @@ The `./config` folder is used for configuration mounting. You can choose whether
0 commit comments