Advertisement
humayun0156

core-site.xml

Dec 24th, 2011
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  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.  
  8.  
  9.  
  10. <property>
  11.   <name>fs.default.name</name>
  12.   <value>hdfs://master:54310</value>
  13.   <description>The name of the default file system.  A URI whose
  14.   scheme and authority determine the FileSystem implementation.  The
  15.   uri's scheme determines the config property (fs.SCHEME.impl) naming
  16.   the FileSystem implementation class.  The uri's authority is used to
  17.   determine the host, port, etc. for a filesystem.</description>
  18. </property>
  19.  
  20.  
  21.  
  22. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement