Skip to content

Instantly share code, notes, and snippets.

@francescosimoneschi
Created August 28, 2013 17:07
Show Gist options
  • Save francescosimoneschi/6368516 to your computer and use it in GitHub Desktop.
Save francescosimoneschi/6368516 to your computer and use it in GitHub Desktop.
Add the following configuration in core-site.xml [each node]:
<property>
<name>fs.s3n.awsAccessKeyId</name>
<value>[YOUR_S3_ACCESS_KEY]</value>
</property>
<property>
<name>fs.s3n.awsSecretAccessKey</name>
<value>[YOUR_S3_SECRET_KEY]</value>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment