Skip to content

Commit

Permalink
Add note for MPIR_CVAR_CH3_PORT_RANGE (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Jan 17, 2023
1 parent 12f6b68 commit db53767
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/graph-computing/nebula-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ NebulaGraph Analytics supports the following graph algorithms.

2. Configure the correct Hadoop path and JDK path in the file `set_env.sh`, the file path is `nebula-analytics/scripts/set_env.sh`. If there are multiple machines, ensure that the paths are the same.

!!! note

The default TCP port range used by the MPICH process manager and MPICH library is 10000 to 10100. To adjust this, modify the value of the environment variable `MPIR_CVAR_CH3_PORT_RANGE` in the `set_env.sh` file.

```
export HADOOP_HOME=<hadoop_path>
export JAVA_HOME=<java_path>
Expand Down

0 comments on commit db53767

Please sign in to comment.