source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/vagrant-spark-hdfs-cluster/modules/hadoop/templates/hdfs-site.xml@ 31019

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

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

File size: 785 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3<configuration>
4 <property>
5 <name>dfs.replication</name>
6 <value>2</value>
7 <description>The actual number of replications can be specified when the file is created.</description>
8 </property>
9 <!--
10 <property>
11 <name>dfs.permissions</name>
12 <value>false</value>
13 </property>
14 <property>
15 <name>dfs.support.append</name>
16 <value>true</value>
17 </property>
18 -->
19 <property>
20 <name>dfs.namenode.name.dir</name>
21 <value>file:/opt/hadoop-2.7.3/hadoop_store/hdfs/namenode</value>
22 </property>
23 <property>
24 <name>dfs.datanode.data.dir</name>
25 <value>file:/opt/hadoop-2.7.3/hadoop_store/hdfs/datanode</value>
26 </property>
27</configuration>
Note: See TracBrowser for help on using the repository browser.