jerryshao commented on code in PR #5806:
URL: https://github.com/apache/gravitino/pull/5806#discussion_r1897362272


##########
docs/cloud-storage-fileset-example.md:
##########
@@ -0,0 +1,676 @@
+---
+title: "How to use cloud storage fileset"
+slug: /how-to-use-cloud-storage-fileset
+keyword: fileset S3 GCS ADLS OSS
+license: "This software is licensed under the Apache License version 2."
+---
+
+This document aims to provide a comprehensive guide on how to use cloud 
storage fileset created by Gravitino, it usually contains the following 
sections:
+
+
+## Start up Gravitino server
+
+### Start up Gravitino server
+
+Before running the Gravitino server, you need to put the following jars into 
the fileset class path located in `${GRAVITINO_HOME}/catalogs/hadoop/libs`. For 
example, if you are using S3, you need to put 
gravitino-aws-hadoop-bundles-{version}.jar into the fileset class path.
+
+
+| Storage type | Description                                                   
| Jar file                                                                      
                                           | Since Version    |
+|--------------|---------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|------------------|
+| Local file   | The local file system.                                        
| (none)                                                                        
                                           | 0.5.0            |
+| HDFS         | HDFS file system.                                             
| (none)                                                                        
                                           | 0.5.0            |
+| S3           | AWS S3 storage.                                               
| 
[gravitino-aws-hadoop-bundle](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-hadoop-aws-bundle)
       | 0.8.0-incubating |
+| GCS          | Google Cloud Storage.                                         
| 
[gravitino-gcp-hadoop-bundle](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-hadoop-gcp-bundle)
       | 0.8.0-incubating |
+| OSS          | Aliyun OSS storage.                                           
| 
[gravitino-aliyun-hadoop-bundle](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-hadoop-aliyun-bundle)
 | 0.8.0-incubating |
+| ABS          | Azure Blob Storage (aka. ABS, or Azure Data Lake Storage (v2) 
| 
[gravitino-azure-hadoop-bundle](https://mvnrepository.com/artifact/org.apache.gravitino/gravitino-hadoop-azure-bundle)
   | 0.8.0-incubating |
+
+After putting the jars into the fileset class path, you can start up the 
Gravitino server by running the following command:

Review Comment:
   What is fileset classpath, please correctly describe the thing.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to