Skip to content

Commit

Permalink
formatting for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashs360 authored and vinothchandar committed Mar 28, 2017
1 parent bca7e7d commit e3b273e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/s3_filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ summary: In this page, we go over how to configure hoodie with S3 filesystem.
---
Hoodie works with HDFS by default. There is an experimental work going on Hoodie-S3 compatibility.

## S3 configs
## AWS configs

There are two configurations required for Hoodie-S3 compatibility:

- Adding AWS Credentials for Hoodie
- Adding required Jars to classpath

### AWS Credentials

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.

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

AWS hadoop libraries to add to your classpath -
### AWS Libs

AWS hadoop libraries to add to our classpath

- com.amazonaws:aws-java-sdk:1.10.34
- org.apache.hadoop:hadoop-aws:2.7.3

Expand Down

0 comments on commit e3b273e

Please sign in to comment.