Skip to content

Commit e3b273e

Browse files
yashs360vinothchandar
authored andcommitted
formatting for docs
1 parent bca7e7d commit e3b273e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/s3_filesystem.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ summary: In this page, we go over how to configure hoodie with S3 filesystem.
88
---
99
Hoodie works with HDFS by default. There is an experimental work going on Hoodie-S3 compatibility.
1010

11-
## S3 configs
11+
## AWS configs
1212

1313
There are two configurations required for Hoodie-S3 compatibility:
14+
1415
- Adding AWS Credentials for Hoodie
1516
- Adding required Jars to classpath
1617

18+
### AWS Credentials
19+
1720
Add the required configs in your core-site.xml from where Hoodie can fetch them. Replace the `fs.defaultFS` with your S3 bucket name and Hoodie should be able to read/write from the bucket.
1821

1922
```
@@ -48,7 +51,10 @@ Add the required configs in your core-site.xml from where Hoodie can fetch them.
4851
</property>
4952
```
5053

51-
AWS hadoop libraries to add to your classpath -
54+
### AWS Libs
55+
56+
AWS hadoop libraries to add to our classpath
57+
5258
- com.amazonaws:aws-java-sdk:1.10.34
5359
- org.apache.hadoop:hadoop-aws:2.7.3
5460

0 commit comments

Comments
 (0)