Skip to content

Instantly share code, notes, and snippets.

@nikkisharma536
Created December 28, 2018 11:08
Show Gist options
  • Select an option

  • Save nikkisharma536/defe2397722c22022b64bbaf6eef4367 to your computer and use it in GitHub Desktop.

Select an option

Save nikkisharma536/defe2397722c22022b64bbaf6eef4367 to your computer and use it in GitHub Desktop.
hadoop-hdfs-site.xml
<configuration>
<property>
<name>dfs.replication</name>
<value></value>
</property>
<property>
<name>fs.s3a.access.key</name>
<value>ACCESS_KEY_HERE</value>
</property>
<property>
<name>fs.s3a.secret.key</name>
<value>ACCESS_SECRET_HERE</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment