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
14 changes: 14 additions & 0 deletions docs/documentation/cn/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
=============
中文
=============

.. toctree::

administrator-guide/index
community/index
extending-doris/index
getting-started/index
installing/index
internal/index
sql-reference/index

6 changes: 3 additions & 3 deletions docs/documentation/en/administrator-guide/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=============
操作手册
=============
========================
Administrator Guide
========================

.. toctree::
:hidden:
Expand Down
12 changes: 6 additions & 6 deletions docs/documentation/en/administrator-guide/load-data/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=============
数据导入
Load Data
=============

.. toctree::
:maxdepth: 2

load-manual.md
broker-load-manual.md
stream-load-manual.md
routine-load-manual.md
insert-into-manual.md
load-manual_EN.md
broker-load-manual_EN.md
stream-load-manual_EN.md
routine-load-manual_EN.md
insert-into-manual_EN.md
6 changes: 3 additions & 3 deletions docs/documentation/en/administrator-guide/operation/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=============
运维操作
=============
==========================
Maintainence Operation
==========================

.. toctree::
:maxdepth: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This document focuses on how to manage Doris metadata in a real production environment. It includes the proposed deployment of FE nodes, some commonly used operational methods, and common error resolution methods.

For the time being, read the [Doris metadata design document](../../internal/metadata-design.md) to understand how Doris metadata works.
For the time being, read the [Doris metadata design document](../../internal/metadata-design_EN.md) to understand how Doris metadata works.

## Important tips

* Current metadata design is not backward compatible. That is, if the new version has a new metadata structure change (you can see whether there is a new VERSION in the `FeMetaVersion. java'file in the FE code), it is usually impossible to roll back to the old version after upgrading to the new version. Therefore, before upgrading FE, be sure to test metadata compatibility according to the operations in the [Upgrade Document](../../installing/upgrade. md).
* Current metadata design is not backward compatible. That is, if the new version has a new metadata structure change (you can see whether there is a new VERSION in the `FeMetaVersion. java'file in the FE code), it is usually impossible to roll back to the old version after upgrading to the new version. Therefore, before upgrading FE, be sure to test metadata compatibility according to the operations in the [Upgrade Document](../../installing/upgrade_EN.md).

## Metadata catalog structure

Expand Down Expand Up @@ -235,7 +235,7 @@ FE currently has the following ports

## Best Practices

The deployment recommendation of FE is described in the Installation and [Deployment Document](../../installing/install-deploy.md). Here are some supplements.
The deployment recommendation of FE is described in the Installation and [Deployment Document](../../installing/install-deploy_EN.md). Here are some supplements.

* **If you don't know the operation logic of FE metadata very well, or you don't have enough experience in the operation and maintenance of FE metadata, we strongly recommend that only one FOLLOWER-type FE be deployed as MASTER in practice, and the other FEs are OBSERVER, which can reduce many complex operation and maintenance problems.** Don't worry too much about the failure of MASTER single point to write metadata. First, if you configure it properly, FE as a java process is very difficult to hang up. Secondly, if the MASTER disk is damaged (the probability is very low), we can also use the metadata on OBSERVER to recover manually through `fault recovery`.

Expand Down
6 changes: 3 additions & 3 deletions docs/documentation/en/community/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===========
Apache 社区
===========
===================
Apache Commnity
===================

.. toctree::
:glob:
Expand Down
6 changes: 3 additions & 3 deletions docs/documentation/en/extending-doris/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===========
扩展功能
===========
====================
Extending Ability
====================

.. toctree::
:glob:
Expand Down
18 changes: 9 additions & 9 deletions docs/documentation/en/getting-started/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=============
开始使用
=============
====================
Getting started
====================

.. toctree::

basic-usage.md
advance-usage.md
best-practice.md
data-partition.md
data-model-rollup.md
hit-the-rollup.md
basic-usage_EN.md
advance-usage_EN.md
best-practice_EN.md
data-partition_EN.md
data-model-rollup_EN.md
hit-the-rollup_EN.md
15 changes: 15 additions & 0 deletions docs/documentation/en/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
=============
Engilsh
=============

.. toctree::
:hidden:

administrator-guide/index
community/index
extending-doris/index
getting-started/index
installing/index
internal/index
sql-reference/index

77 changes: 0 additions & 77 deletions docs/documentation/en/installing/compilation.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/documentation/en/installing/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
===========
编译与部署
===========
===============================
Compilation and deployment
===============================

.. toctree::

compilation.md
install-deploy.md
upgrade.md
compilation_EN.md
install-deploy_EN.md
upgrade_EN.md
Loading