core-site.xml 274 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://NAMENODE_IP:9000</value>
</property>
</configuration>