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 2019/12/02 02:21:12 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5762: Add the filesystem offload doc

Anonymitaet commented on a change in pull request #5762: Add the filesystem offload doc
URL: https://github.com/apache/pulsar/pull/5762#discussion_r352397993
 
 

 ##########
 File path: site2/docs/cookbooks-tiered-storage.md
 ##########
 @@ -186,6 +190,62 @@ Pulsar also provides some knobs to configure the size of requests sent to GCS.
 
 In both cases, these should not be touched unless you know what you are doing.
 
+### "filesystem" Driver configuration
+
+
+#### Configure connection address
+
+You can configure the connection address in the `broker.conf` file.
+
+```conf
+fileSystemURI="hdfs://127.0.0.1:9000"
+```
+#### Configure Hadoop profile path
+
+The configuration file is stored in the Hadoop profile path. It contains various settings, such as base path, authentication, and so on.
+
+```conf
+fileSystemProfilePath="../conf/filesystem_offload_core_site.xml"
+```
+
+The model for storing topic data uses `org.apache.hadoop.io.MapFile`. You can use all of the configurations in `org.apache.hadoop.io.MapFile` for Hadoop.
+**Example**
 
 Review comment:
   ```suggestion
   
   **Example**
   ```
   
   Add a blank line to correct this issue.
   ![image](https://user-images.githubusercontent.com/50226895/69925968-6145f200-14ed-11ea-92ff-21cb097a488e.png)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services