Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3.  
  4. <configuration>
  5. <property>
  6. <name>dfs.replication</name>
  7. <value>1</value>
  8. </property>
  9. <property>
  10. <name>dfs.permissions</name>
  11. <value>false</value>
  12. </property>
  13. <property>
  14. <!-- specify this so that running 'hadoop namenode -format' formats the right dir -->
  15. <name>dfs.name.dir</name>
  16. <value>s3://<BUCKET NAME>.s3.amazonaws.com:80/</value>
  17. <description>The directory shared by region servers.
  18. Should be fully-qualified to include the filesystem to use.
  19. E.g: hdfs://NAMENODE_SERVER:PORT/HBASE_ROOTDIR
  20. </description>
  21. </property>
  22. <property>
  23. <name>fs.s3.awsAccessKeyId</name>
  24. <value><ID></value>
  25. </property>
  26. <property>
  27. <name>fs.s3.awsSecretAccessKey</name>
  28. <value><SECRET KEY></value>
  29. </property>
  30. <property>
  31.  
  32. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement