You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,33 +21,6 @@ import TabItem from '@theme/TabItem';
21
21
22
22
<TabsgroupId="operating-systems">
23
23
24
-
<TabItemvalue="MinIO"label="MinIO">
25
-
26
-
a. Follow the [MinIO Quickstart Guide](https://docs.min.io/docs/minio-quickstart-guide.html) to download and install the MinIO package to your local machine.
27
-
28
-
b. Open a terminal window and navigate to the folder where MinIO is stored.
29
-
30
-
c. Run the command `vim server.sh` to create a file with the following content:
31
-
32
-
```shell
33
-
~/minio$ cat server.sh
34
-
export MINIO_ROOT_USER=minioadmin
35
-
export MINIO_ROOT_PASSWORD=minioadmin
36
-
./minio server --address :9900 ./data
37
-
```
38
-
39
-
d. Run the following commands to start the MinIO server:
40
-
41
-
```shell
42
-
chmod +x server.sh
43
-
./server.sh
44
-
```
45
-
46
-
e. In your browser, go to <http://127.0.0.1:9900> and enter the credentials (`minioadmin` / `minioadmin`) to log in to the MinIO Console.
47
-
48
-
f. In the MinIO Console, create a bucket named `databend`.
49
-
50
-
</TabItem>
51
24
52
25
<TabItemvalue="Amazon S3"label="Amazon S3">
53
26
@@ -78,7 +51,7 @@ For information about how to manage buckets and OAuth2 credentials in Google Clo
78
51
79
52
</TabItem>
80
53
81
-
<TabItemvalue="Tencent COS"label="Tencent COS">
54
+
<TabItemvalue="Azure Blob"label="Azure Blob">
82
55
83
56
Before deploying Databend, make sure you have successfully set up your object storage environment in the cloud, and the following tasks have been completed:
84
57
@@ -88,12 +61,12 @@ Before deploying Databend, make sure you have successfully set up your object st
88
61
89
62
For information about how to manage buckets and Access Keys for your cloud object storage, refer to the user manual from the solution provider. Here are some useful links you may need:
Before deploying Databend, make sure you have successfully set up your object storage environment in the cloud, and the following tasks have been completed:
99
72
@@ -103,12 +76,12 @@ Before deploying Databend, make sure you have successfully set up your object st
103
76
104
77
For information about how to manage buckets and Access Keys for your cloud object storage, refer to the user manual from the solution provider. Here are some useful links you may need:
Before deploying Databend, make sure you have successfully set up your object storage environment in the cloud, and the following tasks have been completed:
114
87
@@ -118,11 +91,12 @@ Before deploying Databend, make sure you have successfully set up your object st
118
91
119
92
For information about how to manage buckets and Access Keys for your cloud object storage, refer to the user manual from the solution provider. Here are some useful links you may need:
Before deploying Databend, make sure you have successfully set up your object storage environment in the cloud, and the following tasks have been completed:
@@ -138,7 +112,8 @@ For information about how to manage buckets and Access Keys for your cloud objec
Before deploying Databend, make sure you have successfully set up your object storage environment in the cloud, and the following tasks have been completed:
144
119
@@ -148,12 +123,12 @@ Before deploying Databend, make sure you have successfully set up your object st
148
123
149
124
For information about how to manage buckets and Access Keys for your cloud object storage, refer to the user manual from the solution provider. Here are some useful links you may need:
Before deploying Databend, make sure you have successfully set up your object storage environment in the cloud, and the following tasks have been completed:
159
134
@@ -163,10 +138,39 @@ Before deploying Databend, make sure you have successfully set up your object st
163
138
164
139
For information about how to manage buckets and Access Keys for your cloud object storage, refer to the user manual from the solution provider. Here are some useful links you may need:
a. Follow the [MinIO Quickstart Guide](https://docs.min.io/docs/minio-quickstart-guide.html) to download and install the MinIO package to your local machine.
149
+
150
+
b. Open a terminal window and navigate to the folder where MinIO is stored.
151
+
152
+
c. Run the command `vim server.sh` to create a file with the following content:
153
+
154
+
```shell
155
+
~/minio$ cat server.sh
156
+
export MINIO_ROOT_USER=minioadmin
157
+
export MINIO_ROOT_PASSWORD=minioadmin
158
+
./minio server --address :9900 ./data
159
+
```
160
+
161
+
d. Run the following commands to start the MinIO server:
162
+
163
+
```shell
164
+
chmod +x server.sh
165
+
./server.sh
166
+
```
167
+
168
+
e. In your browser, go to <http://127.0.0.1:9900> and enter the credentials (`minioadmin` / `minioadmin`) to log in to the MinIO Console.
169
+
170
+
f. In the MinIO Console, create a bucket named `databend`.
171
+
172
+
</TabItem>
173
+
170
174
<TabItemvalue="WebHDFS"label="WebHDFS">
171
175
172
176
Before deploying Databend, make sure you have successfully set up your Hadoop environment, and the following tasks have been completed:
d. Set your values in the `[storage.s3]`, `[storage.azblob]`, `[storage.gcs]`, `[storage.obs]` or `[storage.webhdfs]` block. Please note that the field `endpoint_url` refers to the service URL of your storage region and varies depending on the object storage solution you use:
0 commit comments