Skip to content

Commit

Permalink
Fix bullets on hdfs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Jul 8, 2024
1 parent 6cac382 commit 35fffa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/integrations/object-storage/hdfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ HDFS support is provided via the [hdfs-native-object-store](https://github.com/d

## Supported Configurations
By default, the client looks for existing Hadoop configs in following manner:

- If the `HADOOP_CONF_DIR` environment variable is defined, load configs from `$HADOOP_CONF_DIR/core-site.xml` and `$HADOOP_CONF_DIR/hdfs-site.xml`
- Otherwise, if the `HADOOP_HOME` environment variable is set, load configs from `$HADOOP_HOME/etc/hadoop/core-site.xml` and `$HADOOP_HOME/etc/hadoop/hdfs-site.xml`

Additionally, you can pass Hadoop configs as `storage_options` and these will take precedence over the above configs.

Currently the supported client configuration parameters are:

- `dfs.ha.namenodes.*` - name service support
- `dfs.namenode.rpc-address.*` - name service support
- `fs.viewfs.mounttable.*.link.*` - ViewFS links
Expand Down

0 comments on commit 35fffa2

Please sign in to comment.