From 0a910e247cad8500088b6c903af4f6609c500e40 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 3 Aug 2021 16:38:48 -0400 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E7=BE=A4=E6=96=B9=E5=BC=8F=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=20-=20=E4=BB=8E=E7=8B=AC=E7=AB=8B=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E9=83=A8=E7=BD=B2=E4=B8=8A=E5=90=88=E5=B9=B6=E5=88=B0?= =?UTF-8?q?=E9=9B=86=E7=BE=A4=20-=20=E6=B7=B1=E5=BA=A6=E5=AD=98=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tutorials/cluster.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tutorials/cluster.md b/tutorials/cluster.md index 049c4ef..23e6907 100644 --- a/tutorials/cluster.md +++ b/tutorials/cluster.md @@ -175,11 +175,9 @@ cd apache-druid-apache-druid-0.21.1 [MySQL extension](../development/extensions-core/mysql.md) 和 [PostgreSQL extension](../development/extensions-core/postgresql.md) 页面中有如何对扩展进行配置和对数据库如何进行初始化的说明,请参考上面页面中的内容。 -### Deep storage - -Druid relies on a distributed filesystem or large object (blob) store for data storage. The most -commonly used deep storage implementations are S3 (popular for those on AWS) and HDFS (popular if -you already have a Hadoop deployment). +### 深度存储 +Druid 依赖分布式文件系统或者一个大对象(blob)存储来对数据进行存储。 +最常用的深度存储的实现通常使用的是 S3 (如果你使用的是 AWS 的话)或者 HDFS(如果你使用的是 Hadoop 部署的话)。 #### S3