From e3b273e9fd33665e46a6fbccfbcf4504399f6f1a Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Tue, 28 Mar 2017 10:30:50 +1100 Subject: [PATCH] formatting for docs --- docs/s3_filesystem.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/s3_filesystem.md b/docs/s3_filesystem.md index faa424033431..adb1cefcb5a4 100644 --- a/docs/s3_filesystem.md +++ b/docs/s3_filesystem.md @@ -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. ``` @@ -48,7 +51,10 @@ Add the required configs in your core-site.xml from where Hoodie can fetch them. ``` -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