Don't like ads? PRO users don't see any ads ;-)
Guest

core-site

By: a guest on Jul 31st, 2012  |  syntax: None  |  size: 0.93 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3.  
  4. <!-- Put site-specific property overrides in this file. -->
  5.  
  6. <configuration>
  7. <property>
  8.   <name>hadoop.tmp.dir</name>
  9.   <value>/app/hadoop/tmp</value>
  10.   <description>A base for other temporary directories.</description>
  11. </property>
  12.  
  13. <property>
  14.   <name>fs.default.name</name>
  15.   <value>hdfs://localhost:54310</value>
  16.   <description>The name of the default file system.  A URI whose
  17.   scheme and authority determine the FileSystem implementation.  The
  18.   uri's scheme determines the config property (fs.SCHEME.impl) naming
  19.   the FileSystem implementation class.  The uri's authority is used to
  20.   determine the host, port, etc. for a filesystem.</description>
  21. </property>
  22. <property>
  23.   <name>hadoop.security.authentication</name>
  24.   <value>simple</value>
  25.   <description>Is service-level authorization enabled?</description>
  26. </property>
  27. </configuration>