This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f5e87715 fix(docs): fix pd.peers conf loss in quick_start.md (#453) 
7e7bbba7d054890659722e26129f0f502c9bacbb
f5e87715 is described below

commit f5e87715dae6df7911ced9c78fbc90dc0d086b9b
Author: imbajin <[email protected]>
AuthorDate: Thu Feb 12 07:11:29 2026 +0000

    fix(docs): fix pd.peers conf loss in quick_start.md (#453) 
7e7bbba7d054890659722e26129f0f502c9bacbb
---
 cn/docs/_print/index.html                                | 2 ++
 cn/docs/index.xml                                        | 2 ++
 cn/docs/quickstart/_print/index.html                     | 2 ++
 cn/docs/quickstart/hugegraph/_print/index.html           | 2 ++
 cn/docs/quickstart/hugegraph/hugegraph-server/index.html | 8 +++++---
 cn/docs/quickstart/hugegraph/index.xml                   | 2 ++
 cn/sitemap.xml                                           | 2 +-
 docs/_print/index.html                                   | 2 ++
 docs/index.xml                                           | 2 ++
 docs/quickstart/_print/index.html                        | 2 ++
 docs/quickstart/hugegraph/_print/index.html              | 2 ++
 docs/quickstart/hugegraph/hugegraph-server/index.html    | 8 +++++---
 docs/quickstart/hugegraph/index.xml                      | 2 ++
 en/sitemap.xml                                           | 2 +-
 sitemap.xml                                              | 2 +-
 15 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/cn/docs/_print/index.html b/cn/docs/_print/index.html
index 9c735132..7ade83e4 100644
--- a/cn/docs/_print/index.html
+++ b/cn/docs/_print/index.html
@@ -108,6 +108,8 @@ HugeGraph 支持多用户并行操作,用户可输入 Gremlin/Cypher 查询语
 </span></span><span style=display:flex><span># pd config
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><ol start=2><li>修改 HugeGraph-Server 的 
<code>rest-server.properties</code> 配置:</li></ol><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
+</span></span><span style=display:flex><span># 注意,1.7.0 必须在 
rest-server.properties 配置 pd.peers
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span>
 </span></span><span style=display:flex><span># 若需要 auth 
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
diff --git a/cn/docs/index.xml b/cn/docs/index.xml
index 511d6f11..90154d2e 100644
--- a/cn/docs/index.xml
+++ b/cn/docs/index.xml
@@ -4369,6 +4369,8 @@ HugeGraph 支持多用户并行操作,用户可输入 Gremlin/Cypher 查询语
 &lt;li>修改 HugeGraph-Server 的 &lt;code>rest-server.properties&lt;/code> 
配置:&lt;/li>
 &lt;/ol>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-fallback" data-lang="fallback">&lt;span 
style="display:flex;">&lt;span>usePD=true
+&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 注意,1.7.0 必须在 
rest-server.properties 配置 pd.peers
+&lt;/span>&lt;/span>&lt;span 
style="display:flex;">&lt;span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 若需要 auth
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
diff --git a/cn/docs/quickstart/_print/index.html 
b/cn/docs/quickstart/_print/index.html
index 15436101..3390c9ad 100644
--- a/cn/docs/quickstart/_print/index.html
+++ b/cn/docs/quickstart/_print/index.html
@@ -71,6 +71,8 @@
 </span></span><span style=display:flex><span># pd config
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><ol start=2><li>修改 HugeGraph-Server 的 
<code>rest-server.properties</code> 配置:</li></ol><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
+</span></span><span style=display:flex><span># 注意,1.7.0 必须在 
rest-server.properties 配置 pd.peers
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span>
 </span></span><span style=display:flex><span># 若需要 auth 
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
diff --git a/cn/docs/quickstart/hugegraph/_print/index.html 
b/cn/docs/quickstart/hugegraph/_print/index.html
index 31703436..0a90380f 100644
--- a/cn/docs/quickstart/hugegraph/_print/index.html
+++ b/cn/docs/quickstart/hugegraph/_print/index.html
@@ -76,6 +76,8 @@ GitHub 访问:  https://github.com/apache/hugegraph
 </span></span><span style=display:flex><span># pd config
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><ol start=2><li>修改 HugeGraph-Server 的 
<code>rest-server.properties</code> 配置:</li></ol><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
+</span></span><span style=display:flex><span># 注意,1.7.0 必须在 
rest-server.properties 配置 pd.peers
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span>
 </span></span><span style=display:flex><span># 若需要 auth 
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
diff --git a/cn/docs/quickstart/hugegraph/hugegraph-server/index.html 
b/cn/docs/quickstart/hugegraph/hugegraph-server/index.html
index 9c2acc9f..bb7a807a 100644
--- a/cn/docs/quickstart/hugegraph/hugegraph-server/index.html
+++ b/cn/docs/quickstart/hugegraph/hugegraph-server/index.html
@@ -6,13 +6,13 @@ Core 模块是 Tinkerpop 接口的实现,Backend 模块用于管理数据存
 文档中会出现 HugeGraph-Server 及 HugeGraphServer 这两种写法,其他组件也类似。 
这两种写法含义上并明显差异,可以这么区分:HugeGraph-Server 表示服务端相关组件代码,HugeGraphServer 表示服务进程。
 2 依赖 2.1 安装 Java 11 (JDK 11) 请考虑在 Java 11 的环境上启动 HugeGraph-Server(在 1.5.0 
版前,会保留对 Java 8 的基本兼容)
 在往下阅读之前先执行 java -version 命令确认 jdk 版本
-注:使用 Java 8 启动 HugeGraph-Server 会失去一些安全性的保障,也会降低性能相关指标 (请尽早升级/迁移,1."><meta 
property="og:type" content="article"><meta property="og:url" 
content="/cn/docs/quickstart/hugegraph/hugegraph-server/"><meta 
property="article:section" content="docs"><meta 
property="article:modified_time" content="2026-02-02T17:09:34+08:00"><meta 
property="og:site_name" content="HugeGraph"><meta itemprop=name 
content="HugeGraph-Server Quick Start"><meta itemprop=description content="1 
HugeGraph-Server 概述 HugeGrap [...]
+注:使用 Java 8 启动 HugeGraph-Server 会失去一些安全性的保障,也会降低性能相关指标 (请尽早升级/迁移,1."><meta 
property="og:type" content="article"><meta property="og:url" 
content="/cn/docs/quickstart/hugegraph/hugegraph-server/"><meta 
property="article:section" content="docs"><meta 
property="article:modified_time" content="2026-02-12T15:10:08+08:00"><meta 
property="og:site_name" content="HugeGraph"><meta itemprop=name 
content="HugeGraph-Server Quick Start"><meta itemprop=description content="1 
HugeGraph-Server 概述 HugeGrap [...]
 Core 模块是 Tinkerpop 接口的实现,Backend 模块用于管理数据存储,1.7.0+ 
版本支持的后端包括:RocksDB(单机默认)、HStore(分布式)、HBase 和 Memory。API 模块提供 HTTP Server,将 
Client 的 HTTP 请求转化为对 Core 的调用。
 ⚠️ 重要变更: 从 1.7.0 版本开始,MySQL、PostgreSQL、Cassandra、ScyllaDB 
等遗留后端已被移除。如需使用这些后端,请使用 1.5.x 或更早版本。
 文档中会出现 HugeGraph-Server 及 HugeGraphServer 这两种写法,其他组件也类似。 
这两种写法含义上并明显差异,可以这么区分:HugeGraph-Server 表示服务端相关组件代码,HugeGraphServer 表示服务进程。
 2 依赖 2.1 安装 Java 11 (JDK 11) 请考虑在 Java 11 的环境上启动 HugeGraph-Server(在 1.5.0 
版前,会保留对 Java 8 的基本兼容)
 在往下阅读之前先执行 java -version 命令确认 jdk 版本
-注:使用 Java 8 启动 HugeGraph-Server 会失去一些安全性的保障,也会降低性能相关指标 (请尽早升级/迁移,1."><meta 
itemprop=dateModified content="2026-02-02T17:09:34+08:00"><meta 
itemprop=wordCount content="1672"><meta itemprop=keywords content><meta 
name=twitter:card content="summary"><meta name=twitter:title 
content="HugeGraph-Server Quick Start"><meta name=twitter:description 
content="1 HugeGraph-Server 概述 HugeGraph-Server 是 HugeGraph 项目的核心部分,包含 
graph-core、backend、API 等子模块。
+注:使用 Java 8 启动 HugeGraph-Server 会失去一些安全性的保障,也会降低性能相关指标 (请尽早升级/迁移,1."><meta 
itemprop=dateModified content="2026-02-12T15:10:08+08:00"><meta 
itemprop=wordCount content="1679"><meta itemprop=keywords content><meta 
name=twitter:card content="summary"><meta name=twitter:title 
content="HugeGraph-Server Quick Start"><meta name=twitter:description 
content="1 HugeGraph-Server 概述 HugeGraph-Server 是 HugeGraph 项目的核心部分,包含 
graph-core、backend、API 等子模块。
 Core 模块是 Tinkerpop 接口的实现,Backend 模块用于管理数据存储,1.7.0+ 
版本支持的后端包括:RocksDB(单机默认)、HStore(分布式)、HBase 和 Memory。API 模块提供 HTTP Server,将 
Client 的 HTTP 请求转化为对 Core 的调用。
 ⚠️ 重要变更: 从 1.7.0 版本开始,MySQL、PostgreSQL、Cassandra、ScyllaDB 
等遗留后端已被移除。如需使用这些后端,请使用 1.5.x 或更早版本。
 文档中会出现 HugeGraph-Server 及 HugeGraphServer 这两种写法,其他组件也类似。 
这两种写法含义上并明显差异,可以这么区分:HugeGraph-Server 表示服务端相关组件代码,HugeGraphServer 表示服务进程。
@@ -95,6 +95,8 @@ Core 模块是 Tinkerpop 接口的实现,Backend 模块用于管理数据存
 </span></span><span style=display:flex><span># pd config
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><ol start=2><li>修改 HugeGraph-Server 的 
<code>rest-server.properties</code> 配置:</li></ol><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
+</span></span><span style=display:flex><span># 注意,1.7.0 必须在 
rest-server.properties 配置 pd.peers
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span>
 </span></span><span style=display:flex><span># 若需要 auth 
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
@@ -353,7 +355,7 @@ Core 模块是 Tinkerpop 接口的实现,Backend 模块用于管理数据存
 </span></span><span style=display:flex><span><span 
style=color:#000;font-weight:700>}</span>
 </span></span></code></pre></div><p id=swaggerui-example></p><p>详细的 API 请参考 <a 
href=/docs/clients/restful-api>RESTful-API</a> 文档。</p><p>另外也可以通过访问 
<code>localhost:8080/swagger-ui/index.html</code> 查看 API。</p><div 
style=text-align:center><img src=/docs/images/images-server/swagger-ui.png 
alt=image></div><p>在使用 Swagger UI 调试 HugeGraph 提供的 API 时,如果 HugeGraph Server 
开启了鉴权模式,可以在 Swagger 页面输入鉴权信息。</p><div style=text-align:center><img 
src=/docs/images/images-server/swagger-ui-where-set-auth-exam [...]
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><h3 id=8-使用-intellij-idea-调试-server>8 使用 
IntelliJ IDEA 调试 Server</h3><p>请参考<a 
href=/docs/contribution-guidelines/hugegraph-server-idea-setup>在 IDEA 中配置 
Server 开发环境</a></p><div class="text-muted mt-5 pt-3 border-top">Page last 
updated February 2, 2026: <a 
href=https://github.com/apache/hugegraph-doc/commit/655c3fd93bf766c359056ecd99672ad379d6928c>BREAKING
 CHANGE: graduate as TLP & refactor a string of docs (#447) 
(655c3fd9)</a></div></div></main></div></di [...]
+</span></span></code></pre></div><h3 id=8-使用-intellij-idea-调试-server>8 使用 
IntelliJ IDEA 调试 Server</h3><p>请参考<a 
href=/docs/contribution-guidelines/hugegraph-server-idea-setup>在 IDEA 中配置 
Server 开发环境</a></p><div class="text-muted mt-5 pt-3 border-top">Page last 
updated February 12, 2026: <a 
href=https://github.com/apache/hugegraph-doc/commit/7e7bbba7d054890659722e26129f0f502c9bacbb>fix(docs):
 fix pd.peers conf loss in quick_start.md (#453) 
(7e7bbba7)</a></div></div></main></div></div><foote [...]
 <script src=/js/bootstrap.min.js></script>
 <script src=/js/mermaid.min.js></script>
 <script src=/js/tabpane-persist.js></script>
diff --git a/cn/docs/quickstart/hugegraph/index.xml 
b/cn/docs/quickstart/hugegraph/index.xml
index 173d0961..df16a6f8 100644
--- a/cn/docs/quickstart/hugegraph/index.xml
+++ b/cn/docs/quickstart/hugegraph/index.xml
@@ -161,6 +161,8 @@
 &lt;li>修改 HugeGraph-Server 的 &lt;code>rest-server.properties&lt;/code> 
配置:&lt;/li>
 &lt;/ol>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-fallback" data-lang="fallback">&lt;span 
style="display:flex;">&lt;span>usePD=true
+&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 注意,1.7.0 必须在 
rest-server.properties 配置 pd.peers
+&lt;/span>&lt;/span>&lt;span 
style="display:flex;">&lt;span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 若需要 auth
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
diff --git a/cn/sitemap.xml b/cn/sitemap.xml
index 45b81821..f30dd492 100644
--- a/cn/sitemap.xml
+++ b/cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/cn/docs/clients/restful-api/graphspace/</loc><lastmod>2025-11-26T19:15:48+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="en" 
href="/docs/clients/restful-api/graphspace/"/><xhtml:link rel="alternate" 
hreflang="cn" 
href="/cn/docs/clients/restful-api/graphspace/"/></url><url><loc>/cn/docs/language/hugegraph-gremlin/</l
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/cn/docs/clients/restful-api/graphspace/</loc><lastmod>2025-11-26T19:15:48+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="en" 
href="/docs/clients/restful-api/graphspace/"/><xhtml:link rel="alternate" 
hreflang="cn" 
href="/cn/docs/clients/restful-api/graphspace/"/></url><url><loc>/cn/docs/language/hugegraph-gremlin/</l
 [...]
\ No newline at end of file
diff --git a/docs/_print/index.html b/docs/_print/index.html
index e8997532..bc0eef23 100644
--- a/docs/_print/index.html
+++ b/docs/_print/index.html
@@ -112,6 +112,8 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><p>Then enable PD discovery in 
<code>rest-server.properties</code> (required for every HugeGraph-Server 
node):</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
 </span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span># notice: must have this conf in 
1.7.0
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span># If auth is needed
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
 </span></span></code></pre></div><p>If configuring multiple HugeGraph-Server 
nodes, you need to modify the <code>rest-server.properties</code> configuration 
file for each node, for example:</p><p>Node 1 (Master node):</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
diff --git a/docs/index.xml b/docs/index.xml
index 93f3ee73..8fc8efe2 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -1947,6 +1947,8 @@ after the service is stopped artificially, or when the 
service needs to be start
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Then enable PD discovery 
in &lt;code>rest-server.properties&lt;/code> (required for every 
HugeGraph-Server node):&lt;/p>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-fallback" data-lang="fallback">&lt;span 
style="display:flex;">&lt;span>usePD=true
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
+&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># notice: must 
have this conf in 1.7.0
+&lt;/span>&lt;/span>&lt;span 
style="display:flex;">&lt;span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># If auth is needed
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>If configuring multiple 
HugeGraph-Server nodes, you need to modify the 
&lt;code>rest-server.properties&lt;/code> configuration file for each node, for 
example:&lt;/p>
diff --git a/docs/quickstart/_print/index.html 
b/docs/quickstart/_print/index.html
index d06d2f2d..19779ef9 100644
--- a/docs/quickstart/_print/index.html
+++ b/docs/quickstart/_print/index.html
@@ -89,6 +89,8 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><p>Then enable PD discovery in 
<code>rest-server.properties</code> (required for every HugeGraph-Server 
node):</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
 </span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span># notice: must have this conf in 
1.7.0
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span># If auth is needed
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
 </span></span></code></pre></div><p>If configuring multiple HugeGraph-Server 
nodes, you need to modify the <code>rest-server.properties</code> configuration 
file for each node, for example:</p><p>Node 1 (Master node):</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
diff --git a/docs/quickstart/hugegraph/_print/index.html 
b/docs/quickstart/hugegraph/_print/index.html
index 7a618365..c0f6f97b 100644
--- a/docs/quickstart/hugegraph/_print/index.html
+++ b/docs/quickstart/hugegraph/_print/index.html
@@ -90,6 +90,8 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><p>Then enable PD discovery in 
<code>rest-server.properties</code> (required for every HugeGraph-Server 
node):</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
 </span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span># notice: must have this conf in 
1.7.0
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span># If auth is needed
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
 </span></span></code></pre></div><p>If configuring multiple HugeGraph-Server 
nodes, you need to modify the <code>rest-server.properties</code> configuration 
file for each node, for example:</p><p>Node 1 (Master node):</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
diff --git a/docs/quickstart/hugegraph/hugegraph-server/index.html 
b/docs/quickstart/hugegraph/hugegraph-server/index.html
index 3fe1e3f7..13b19a8f 100644
--- a/docs/quickstart/hugegraph/hugegraph-server/index.html
+++ b/docs/quickstart/hugegraph/hugegraph-server/index.html
@@ -1,8 +1,8 @@
 <!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta 
name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta 
http-equiv=content-security-policy content="script-src 'self' 'unsafe-inline'; 
script-src-elem 'self' 'unsafe-inline' https://code.jquery.com 
https://cdn.jsdelivr.net https://fonts.googleapis.com;";><meta name=generator 
content="Hugo 0.102.3"><meta name=robots content="index, follow"><link 
rel="shortcut icon" href=/favicons/favicon.ico> [...]
 HugeGraph-Server is the core part of the HugeGraph Project, contains 
submodules such as graph-core, backend, API.
 The Core …"><meta property="og:title" content="HugeGraph-Server Quick 
Start"><meta property="og:description" content="1 HugeGraph-Server Overview 
HugeGraph-Server is the core part of the HugeGraph Project, contains submodules 
such as graph-core, backend, API.
-The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store. For version 1.7.0+, 
supported backends include: RocksDB (standalone default), HStore (distributed), 
HBase, and Memory. The API Module provides HTTP Server, which converts 
Client&rsquo;s HTTP request into a call to Core Module."><meta 
property="og:type" content="article"><meta property="og:url" 
content="/docs/quickstart/hugegraph/hugegraph-server/"><meta pr [...]
-The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store. For version 1.7.0+, 
supported backends include: RocksDB (standalone default), HStore (distributed), 
HBase, and Memory. The API Module provides HTTP Server, which converts 
Client&rsquo;s HTTP request into a call to Core Module."><meta 
itemprop=dateModified content="2026-02-02T17:09:34+08:00"><meta 
itemprop=wordCount content="3252"><meta itemprop=keywords co [...]
+The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store. For version 1.7.0+, 
supported backends include: RocksDB (standalone default), HStore (distributed), 
HBase, and Memory. The API Module provides HTTP Server, which converts 
Client&rsquo;s HTTP request into a call to Core Module."><meta 
property="og:type" content="article"><meta property="og:url" 
content="/docs/quickstart/hugegraph/hugegraph-server/"><meta pr [...]
+The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store. For version 1.7.0+, 
supported backends include: RocksDB (standalone default), HStore (distributed), 
HBase, and Memory. The API Module provides HTTP Server, which converts 
Client&rsquo;s HTTP request into a call to Core Module."><meta 
itemprop=dateModified content="2026-02-12T15:10:08+08:00"><meta 
itemprop=wordCount content="3261"><meta itemprop=keywords co [...]
 The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store. For version 1.7.0+, 
supported backends include: RocksDB (standalone default), HStore (distributed), 
HBase, and Memory. The API Module provides HTTP Server, which converts 
Client&rsquo;s HTTP request into a call to Core Module."><link rel=preload 
href=/scss/main.min.3276a99ddd5b15fbe3fcf20f8237086c2cbb526b572f4f06a2246fa9279ed395.css
 as=style><link href=/sc [...]
 <link rel=stylesheet 
href=/css/prism.css><script>document.addEventListener("DOMContentLoaded",function(){var
 t=document.querySelectorAll("pre code.language-mermaid, code.language-mermaid, 
pre code.language-fallback, 
code.language-fallback"),e=[];t.forEach(function(t){var 
n=t.textContent.trim();(n.match(/^(graph|flowchart|sequenceDiagram|classDiagram|pie|gitgraph|erDiagram|journey|gantt|stateDiagram|mindmap|timeline|quadrantChart)/m)||n.includes("-->")||n.includes("->")||n.includes("style
 [...]
 <a 
href=https://github.com/apache/hugegraph-doc/edit/master/content/en/docs/quickstart/hugegraph/hugegraph-server.md
 class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit 
fa-fw"></i> Edit this page</a>
@@ -98,6 +98,8 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>pd.peers=127.0.0.1:8686
 </span></span></code></pre></div><p>Then enable PD discovery in 
<code>rest-server.properties</code> (required for every HugeGraph-Server 
node):</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
 </span></span><span style=display:flex><span>
+</span></span><span style=display:flex><span># notice: must have this conf in 
1.7.0
+</span></span><span 
style=display:flex><span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 </span></span><span style=display:flex><span># If auth is needed
 </span></span><span style=display:flex><span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
 </span></span></code></pre></div><p>If configuring multiple HugeGraph-Server 
nodes, you need to modify the <code>rest-server.properties</code> configuration 
file for each node, for example:</p><p>Node 1 (Master node):</p><div 
class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-fallback data-lang=fallback><span 
style=display:flex><span>usePD=true
@@ -354,7 +356,7 @@ after the service is stopped artificially, or when the 
service needs to be start
 </span></span><span style=display:flex><span>}
 </span></span></code></pre></div><p id=swaggerui-example></p><p>For the 
detailed API, please refer to <a 
href=/docs/clients/restful-api>RESTful-API</a></p><p>You can also visit 
<code>localhost:8080/swagger-ui/index.html</code> to check the API.</p><div 
style=text-align:center><img src=/docs/images/images-server/swagger-ui.png 
alt=image></div><p>When using Swagger UI to debug the API provided by 
HugeGraph, if HugeGraph Server turns on authentication mode, you can enter 
authentication info [...]
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><h3 id=8-debug-server-with-intellij-idea>8 
Debug Server with IntelliJ IDEA</h3><p>Please refer to <a 
href=/docs/contribution-guidelines/hugegraph-server-idea-setup>Setup Server in 
IDEA</a></p><div class="text-muted mt-5 pt-3 border-top">Page last updated 
February 2, 2026: <a 
href=https://github.com/apache/hugegraph-doc/commit/655c3fd93bf766c359056ecd99672ad379d6928c>BREAKING
 CHANGE: graduate as TLP & refactor a string of docs (#447) 
(655c3fd9)</a></div></ [...]
+</span></span></code></pre></div><h3 id=8-debug-server-with-intellij-idea>8 
Debug Server with IntelliJ IDEA</h3><p>Please refer to <a 
href=/docs/contribution-guidelines/hugegraph-server-idea-setup>Setup Server in 
IDEA</a></p><div class="text-muted mt-5 pt-3 border-top">Page last updated 
February 12, 2026: <a 
href=https://github.com/apache/hugegraph-doc/commit/7e7bbba7d054890659722e26129f0f502c9bacbb>fix(docs):
 fix pd.peers conf loss in quick_start.md (#453) (7e7bbba7)</a></div></div></ma 
[...]
 <script src=/js/bootstrap.min.js></script>
 <script src=/js/mermaid.min.js></script>
 <script src=/js/tabpane-persist.js></script>
diff --git a/docs/quickstart/hugegraph/index.xml 
b/docs/quickstart/hugegraph/index.xml
index f53e8a14..68e1aa59 100644
--- a/docs/quickstart/hugegraph/index.xml
+++ b/docs/quickstart/hugegraph/index.xml
@@ -179,6 +179,8 @@ after the service is stopped artificially, or when the 
service needs to be start
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Then enable PD discovery 
in &lt;code>rest-server.properties&lt;/code> (required for every 
HugeGraph-Server node):&lt;/p>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-fallback" data-lang="fallback">&lt;span 
style="display:flex;">&lt;span>usePD=true
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
+&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># notice: must 
have this conf in 1.7.0
+&lt;/span>&lt;/span>&lt;span 
style="display:flex;">&lt;span>pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># If auth is needed
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span># 
auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
 &lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>If configuring multiple 
HugeGraph-Server nodes, you need to modify the 
&lt;code>rest-server.properties&lt;/code> configuration file for each node, for 
example:&lt;/p>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 6e1c71f3..df45750a 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/guides/architectural/</loc><lastmod>2026-02-03T17:34:32+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate" 
hreflang="en" 
href="/docs/guides/architectural/"/></url><url><loc>/docs/clients/restful-api/graphspace/</loc><lastmod>2026-02-02T17:09:34+
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/guides/architectural/</loc><lastmod>2026-02-03T17:34:32+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate" 
hreflang="en" 
href="/docs/guides/architectural/"/></url><url><loc>/docs/clients/restful-api/graphspace/</loc><lastmod>2026-02-02T17:09:34+
 [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index e2bd76a5..9368ac6b 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/en/sitemap.xml</loc><lastmod>2026-02-12T12:39:34+05:30</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2026-02-12T12:39:34+05:30</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/en/sitemap.xml</loc><lastmod>2026-02-12T15:10:08+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2026-02-12T15:10:08+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file

Reply via email to