Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Storage Vaults are an important component of the Doris storage-compute separatio
To create a Storage Vault using SQL, connect to your Doris cluster with a MySQL client.

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -361,7 +361,7 @@ Storage Vaults are an important component of the Doris storage-compute separatio
- Run the following SQL command to create an S3 Storage Vault:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Storage Vault 是 Doris 存算分离架构中的重要组件。它们代表了
要使用 SQL 创建 Storage Vault,请使用 MySQL 客户端连接到您的 Doris 集群

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -361,7 +361,7 @@ Storage Vault 是 Doris 存算分离架构中的重要组件。它们代表了
- 执行以下 SQL 命令来创建 S3 Storage Vault:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Storage Vault 是 Doris 存算分离架构中的重要组件。它们代表了
要使用 SQL 创建 Storage Vault,请使用 MySQL 客户端连接到您的 Doris 集群

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -314,7 +314,7 @@ Storage Vault 是 Doris 存算分离架构中的重要组件。它们代表了
- 执行以下 SQL 命令来创建 S3 Storage Vault:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Storage Vault 是 Doris 存算分离架构中的重要组件。它们代表了
要使用 SQL 创建 Storage Vault,请使用 MySQL 客户端连接到您的 Doris 集群

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -361,7 +361,7 @@ Storage Vault 是 Doris 存算分离架构中的重要组件。它们代表了
- 执行以下 SQL 命令来创建 S3 Storage Vault:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Storage VaultはDorisのストレージとコンピューティングの分離
SQLを使用してStorage Vaultを作成するには、MySQLクライアントを使用してDorisクラスターに接続します:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -292,7 +292,7 @@ Storage VaultはDorisのストレージとコンピューティングの分離
- 以下のSQLコマンドを実行してS3 Storage Vaultを作成します:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Storage VaultはDorisのストレージとコンピューティングの分離
SQLを使用してStorage Vaultを作成するには、MySQLクライアントを使用してDorisクラスターに接続します:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -293,7 +293,7 @@ Storage VaultはDorisのストレージとコンピューティングの分離
- 以下のSQLコマンドを実行してS3 Storage Vaultを作成します:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Storage VaultはDorisのストレージとコンピューティングの分離
SQLを使用してStorage Vaultを作成するには、MySQLクライアントを使用してDorisクラスターに接続します:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -292,7 +292,7 @@ Storage VaultはDorisのストレージとコンピューティングの分離
- 以下のSQLコマンドを実行してS3 Storage Vaultを作成します:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Storage Vault is an important component in Doris' separation of storage and comp
To create a Storage Vault using SQL, connect to your Doris cluster using the MySQL client:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -313,7 +313,7 @@ Storage Vault is an important component in Doris' separation of storage and comp
- Execute the following SQL command to create the S3 Storage Vault:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.us-east-1.amazonaws.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Storage Vaults are an important component of the Doris storage-compute separatio
To create a Storage Vault using SQL, connect to your Doris cluster with a MySQL client.

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS hdfs_vault
CREATE STORAGE VAULT IF NOT EXISTS hdfs_vault
PROPERTIES (
"type"="hdfs",
"fs.defaultFS"="hdfs://127.0.0.1:8020"
Expand All @@ -361,7 +361,7 @@ Storage Vaults are an important component of the Doris storage-compute separatio
- Run the following SQL command to create an S3 Storage Vault:

```sql
CREATE STORAGE VAULT IF_NOT_EXISTS s3_vault
CREATE STORAGE VAULT IF NOT EXISTS s3_vault
PROPERTIES (
"type"="S3",
"s3.endpoint"="https://s3.us-east-1.amazonaws.com",
Expand Down