Skip to content

Commit

Permalink
Update nebula-analytics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Dec 9, 2022
1 parent 0e0034a commit b977388
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs-2.0/graph-computing/nebula-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ After installation, you can set parameters of different algorithms and then exec
--space=baskeyballplayer

# Read data from NebulaGraph.
# The metad process address.
--meta_server_addrs=192.168.8.100:9559, 192.168.8.101:9559, 192.168.8.102:9559
# The name of edges.
--edges=LIKES
# The name of the property to be read as the weight of the edge. Can be either the attribute name or _rank.
Expand All @@ -172,6 +170,12 @@ After installation, you can set parameters of different algorithms and then exec
--write_batch_size=1000
# The file path where the data failed to be written back to NebulaGraph is stored.
--err_file=/home/xxx/analytics/err.txt

# other
# The access timeout period of the service.
--graphd_timeout=60000
--metad_timeout=60000
--storaged_timeout=60000
```

2. Modify the related parameters in the script to be used, such as `run_pagerank.sh`.
Expand Down

0 comments on commit b977388

Please sign in to comment.