imbajin commented on code in PR #423:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/423#discussion_r2533204289


##########
content/cn/docs/quickstart/computing/hugegraph-vermeer.md:
##########
@@ -33,24 +171,79 @@ master 是负责通信、转发、汇总的节点,计算量和占用资源量
 
 具体参数参考 Vermeer 参数列表文档。
 
-request 示例:
+vermeer提供三种加载方式:
+
+1. 从本地加载
+
+**request 示例:**
 
 ```javascript
 POST http://localhost:8688/tasks/create
 {
  "task_type": "load",
  "graph": "testdb",
  "params": {
- "load.parallel": "50",
- "load.type": "local",
- "load.vertex_files": "{\"localhost\":\"data/twitter-2010.v_[0,99]\"}",
- "load.edge_files": "{\"localhost\":\"data/twitter-2010.e_[0,99]\"}",
- "load.use_out_degree": "1",
- "load.use_outedge": "1"
+  "load.parallel": "50",
+  "load.type": "local",
+  "load.vertex_files": "{\"localhost\":\"data/twitter-2010.v_[0,99]\"}",
+  "load.edge_files": "{\"localhost\":\"data/twitter-2010.e_[0,99]\"}",
+  "load.use_out_degree": "1",
+  "load.use_outedge": "1"
  }
 }
 ```
 
+2. 从hugegraph加载

Review Comment:
   ⚠️ **密码安全提示位置不当**
   
   安全警告应该放在示例代码之前,而不是之后,以便用户在看到密码字段前就意识到安全问题。建议调整顺序:
   
   ```suggestion
   2. 从hugegraph加载
   
   ⚠️ 安全警告:切勿在配置文件或代码中存储真实密码。请改用环境变量或安全的凭据管理系统。
   
   **request 示例:**
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to