core-site.xml 383 B

123456789101112131415161718
  1. <configuration>
  2. <property>
  3. <name>fs.defaultFS</name>
  4. <value>hdfs://localhost:9000</value>
  5. </property>
  6. <property>
  7. <name>hadoop.proxyuser.root.hosts</name>
  8. <value>*</value>
  9. </property>
  10. <property>
  11. <name>hadoop.proxyuser.root.groups</name>
  12. <value>*</value>
  13. </property>
  14. </configuration>