Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/.vuepress/public/img/load-balance-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/.vuepress/public/img/load-balance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
Expand Down Expand Up @@ -130,7 +130,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Cluster Maintenance', link: 'Load-Balance' },
{ text: 'Cluster Maintenance', link: 'Load-Balance_apache' },
{ text: 'Maintenance statement', link: 'Maintenance-commands_apache' },
{ text: 'Auto-start On Boot', link: 'Auto-Start-On-Boot_apache' },
],
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
Expand Down Expand Up @@ -136,7 +136,7 @@ export const enSidebar = {
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
{ text: 'Cluster Maintenance', link: 'Load-Balance' },
{ text: 'Cluster Maintenance', link: 'Load-Balance_apache' },
{ text: 'Maintenance statement', link: 'Maintenance-commands_apache' },
{ text: 'Auto-start On Boot', link: 'Auto-Start-On-Boot_apache' },
],
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
Expand Down Expand Up @@ -130,7 +130,7 @@ export const zhSidebar = {
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
{ text: '集群维护', link: 'Load-Balance' },
{ text: '集群维护', link: 'Load-Balance_apache' },
{ text: '运维语句', link: 'Maintenance-statement_apache' },
{ text: '开机自启', link: 'Auto-Start-On-Boot_apache' },
],
Expand Down
4 changes: 2 additions & 2 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
Expand Down Expand Up @@ -130,7 +130,7 @@ export const zhSidebar = {
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
{ text: '集群维护', link: 'Load-Balance' },
{ text: '集群维护', link: 'Load-Balance_apache' },
{ text: '运维语句', link: 'Maintenance-statement_apache' },
{ text: '开机自启', link: 'Auto-Start-On-Boot_apache' },
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down Expand Up @@ -483,7 +483,7 @@ sbin\windows\remove-datanode.bat [dn_rpc_address:dn_rpc_port]

### 4.3 Cluster Maintenance

For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance.md)
For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance_apache.md)

## 5. Common Issues

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down Expand Up @@ -492,7 +492,7 @@ sbin\windows\remove-datanode.bat [datanode_id]

### 4.3 Cluster Maintenance

For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance.md)
For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance_apache.md)

## 5. Questions

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down Expand Up @@ -483,7 +483,7 @@ sbin\windows\remove-datanode.bat [dn_rpc_address:dn_rpc_port]

### 4.3 Cluster Maintenance

For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance.md)
For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance_apache.md)

## 5. Common Issues

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand Down Expand Up @@ -492,7 +492,7 @@ sbin\windows\remove-datanode.bat [datanode_id]

### 4.3 Cluster Maintenance

For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance.md)
For more details on cluster maintenance, please refer to: [Cluster Maintenance](../User-Manual/Load-Balance_apache.md)

## 5. Questions

Expand Down
Loading
Loading