source: other-projects/hathitrust/vagrant-hadoop-cluster/trunk/modules/hadoop/templates/core-site.xml@ 30903

Last change on this file since 30903 was 30903, checked in by davidb, 8 years ago

Vagrant provisioning files for a 4-node Hadoop cluster. See README.txt for more details

File size: 366 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3 <configuration>
4 <property>
5 <name>fs.defaultFS</name>
6 <value>hdfs://<%= @hadoop_master %>:9000</value>
7 <description>The name of the default file system. A URI whose scheme and authority determine the FileSystem implementation.</description>
8 </property>
9 </configuration>
Note: See TracBrowser for help on using the repository browser.