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.
# command: bash -c "if [ ! -d /hadoop/dfs/name/current ]; then hdfs namenode -format; fi && /entrypoint.sh"
182
182
# healthcheck:
183
183
# test: ["CMD", "hdfs", "dfsadmin", "-report"]
184
184
# interval: 5s
@@ -234,11 +234,11 @@ volumes:
234
234
<configuration>
235
235
<property>
236
236
<name>dfs.namenode.name.dir</name>
237
-
<value>/opt/hdfs/name</value>
237
+
<value>/hadoop/hdfs/name</value>
238
238
</property>
239
239
<property>
240
240
<name>dfs.datanode.data.dir</name>
241
-
<value>/opt/hdfs/data</value>
241
+
<value>/hadoop/hdfs/data</value>
242
242
</property>
243
243
<property>
244
244
<name>dfs.permissions.superusergroup</name>
@@ -553,7 +553,7 @@ This section lists some common problems that may be encountered during local tes
553
553
***Problem Description**: Command execution fails with a message about a file not found, insufficient permissions, or invalid parameters.
554
554
***Troubleshooting**:
555
555
* Carefully check if the environment variables you set (e.g., `$COMMIT_ID`, `$DB_DATABASE`, `$DB_PASS`) are correct and have taken effect in the shell session where the command is executed.
556
-
* Confirm that the spelling and usage of Maven command parameters and Shell script parameters are correct, referring to the [3.1.1 Variables and Parameters](#3-1-1-variables-and-parameters) section.
556
+
* Confirm that the spelling and usage of Maven command parameters and Shell script parameters are correct, referring to the [3.1.1 Variables and Parameters](#311-variables-and-parameters) section.
557
557
* If you encounter script permission issues, first execute: `chmod +x hugegraph-*/assembly/travis/*.sh`.
558
558
559
559
***HDFS Test Issues**:
@@ -576,4 +576,4 @@ This section lists some common problems that may be encountered during local tes
***HugeGraph Server Official Documentation**: [https://hugegraph.apache.org/docs/](https://hugegraph.apache.org/docs/)
578
578
***CI Script Path**: `.github/workflows/*-ci.yml` (CI configuration files in the HugeGraph toolchain project, which can be used as a reference)
579
-
***Dependent Service Installation Scripts**: `hugegraph-*/assembly/travis/` (Installation scripts used for Travis CI in the HugeGraph toolchain project, which can be used as a reference for manual installation)
579
+
***Dependent Service Installation Scripts**: `hugegraph-*/assembly/travis/` (Installation scripts used for Travis CI in the HugeGraph toolchain project, which can be used as a reference for manual installation)
0 commit comments