You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/15 03:10:25 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #12777: [Doc]--Add example of offloading data to NFS

Anonymitaet commented on a change in pull request #12777:
URL: https://github.com/apache/pulsar/pull/12777#discussion_r748977300



##########
File path: site2/docs/tiered-storage-filesystem.md
##########
@@ -265,4 +204,312 @@ To trigger via CLI tools, you need to specify the maximum amount of data (thresh
 
 ## Tutorial
 
-For the complete and step-by-step instructions on how to use the filesystem offloader with Pulsar, see [here](https://hub.streamnative.io/offloaders/filesystem/2.5.1).
\ No newline at end of file
+This section provides step-by-step instructions on how to use the filesystem offloader to move data from Pulsar to Hadoop Distributed File System (HDFS) or Network File system (NFS).
+
+<!--DOCUSAURUS_CODE_TABS-->
+
+<!--HDFS-->
+
+To move data from Pulsar to HDFS, follow these steps.
+
+### Step1: Prepare the HDFS environment

Review comment:
       ```suggestion
   ### Step 1: Prepare the HDFS environment
   ```

##########
File path: site2/docs/tiered-storage-filesystem.md
##########
@@ -265,4 +204,312 @@ To trigger via CLI tools, you need to specify the maximum amount of data (thresh
 
 ## Tutorial
 
-For the complete and step-by-step instructions on how to use the filesystem offloader with Pulsar, see [here](https://hub.streamnative.io/offloaders/filesystem/2.5.1).
\ No newline at end of file
+This section provides step-by-step instructions on how to use the filesystem offloader to move data from Pulsar to Hadoop Distributed File System (HDFS) or Network File system (NFS).
+
+<!--DOCUSAURUS_CODE_TABS-->

Review comment:
       Have you previewed the content using `yarn start`?

##########
File path: site2/docs/tiered-storage-filesystem.md
##########
@@ -265,4 +204,312 @@ To trigger via CLI tools, you need to specify the maximum amount of data (thresh
 
 ## Tutorial
 
-For the complete and step-by-step instructions on how to use the filesystem offloader with Pulsar, see [here](https://hub.streamnative.io/offloaders/filesystem/2.5.1).
\ No newline at end of file
+This section provides step-by-step instructions on how to use the filesystem offloader to move data from Pulsar to Hadoop Distributed File System (HDFS) or Network File system (NFS).
+
+<!--DOCUSAURUS_CODE_TABS-->
+
+<!--HDFS-->
+
+To move data from Pulsar to HDFS, follow these steps.
+
+### Step1: Prepare the HDFS environment
+
+This tutorial sets up a Hadoop single node cluster and uses Hadoop 3.2.1.
+
+> **Tip**
+>
+> For more information about setting up a Hadoop single node cluster, see [here](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html).

Review comment:
       ```suggestion
   > For how to set up a Hadoop single node cluster, see [here](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html).
   ```
   
   How about changing the description more concise and direct? 




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org