Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [root@domU-12-31-39-0F-54-31 conf]# cat hdfs-site.xml
  2. <?xml version="1.0"?>
  3. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  4. <configuration>
  5. <property>
  6. <name>fs.default.name</name>
  7. <value>hdfs://domu-12-31-39-0f-54-31.compute-1.internal:8020</value>
  8. </property>
  9. <property>
  10. <name>dfs.name.dir</name>
  11. <value>/mnt/hadoop/dfs/name,/mnt2/hadoop/dfs/name</value>
  12. </property>
  13. <property>
  14. <name>dfs.data.dir</name>
  15. <value>/mnt/hadoop/dfs/data,/mnt2/hadoop/dfs/data,/mnt3/hadoop/dfs/data,/mnt4/hadoop/dfs/data</value>
  16. </property>
  17. <property>
  18. <name>dfs.replication</name>
  19. <value>2</value>
  20. </property>
  21. <property>
  22. <name>dfs.support.append</name>
  23. <value>true</value>
  24. </property>
  25. <property>
  26. <name>dfs.datanode.handler.count</name>
  27. <value>10</value>
  28. </property>
  29. <property>
  30. <name>dfs.datanode.max.xcievers</name>
  31. <value>10000</value>
  32. </property>
  33. <!-- security configuration -->
  34. <property>
  35. <name>dfs.https.port</name>
  36. <value>50475</value>
  37. </property>
  38. <property>
  39. <name>dfs.namenode.keytab.file</name>
  40. <value>/usr/local/hadoop-0.20-tm-3/conf/nn.keytab</value>
  41. </property>
  42. <property>
  43. <name>dfs.namenode.kerberos.principal</name>
  44. <value>hadoop/domu-12-31-39-0f-54-31.compute-1.internal@HADOOP.LOCALDOMAIN</value>
  45. </property>
  46. <property>
  47. <name>dfs.namenode.kerberos.https.principal</name>
  48. <value>hadoop/domu-12-31-39-0f-54-31.compute-1.internal@HADOOP.LOCALDOMAIN</value>
  49. </property>
  50. <property>
  51. <name>dfs.secondary.https.port</name>
  52. <value>50495</value>
  53. </property>
  54. <property>
  55. <name>dfs.secondary.namenode.keytab.file</name>
  56. <value>/usr/local/hadoop-0.20-tm-3/conf/nn.keytab</value>
  57. </property>
  58. <property>
  59. <name>dfs.secondary.namenode.kerberos.principal</name>
  60. <value>hadoop/domu-12-31-39-0f-54-31.compute-1.internal@HADOOP.LOCALDOMAIN</value>
  61. </property>
  62. <property>
  63. <name>dfs.secondary.namenode.kerberos.https.principal</name>
  64. <value>hadoop/domu-12-31-39-0f-54-31.compute-1.internal@HADOOP.LOCALDOMAIN</value>
  65. </property>
  66. <property>
  67. <name>dfs.datanode.keytab.file</name>
  68. <value>/usr/local/hadoop-0.20-tm-3/conf/nn.keytab</value>
  69. </property>
  70. <property>
  71. <name>dfs.datanode.kerberos.principal</name>
  72. <value>hadoop/domu-12-31-39-0f-54-31.compute-1.internal@HADOOP.LOCALDOMAIN</value>
  73. </property>
  74. <property>
  75. <name>dfs.datanode.kerberos.https.principal</name>
  76. <value>hadoop/domu-12-31-39-0f-54-31.compute-1.internal@HADOOP.LOCALDOMAIN</value>
  77. </property>
  78. <property>
  79. <name>dfs.block.access.token.enable</name>
  80. <value>true</value>
  81. </property>
  82. </configuration>
  83. [root@domU-12-31-39-0F-54-31 conf]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement