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

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

Move up to JDK1.8. Tidy up of Vagrant machine names. Support for YARN. Some XML whitespace indenting

File size: 763 bytes
RevLine 
[30903]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>
[31077]9
[30903]10 <!--
11 <property>
12 <name>dfs.permissions</name>
13 <value>false</value>
14 </property>
15 <property>
16 <name>dfs.support.append</name>
17 <value>true</value>
18 </property>
19 -->
[31077]20
21 <property>
22 <name>dfs.namenode.name.dir</name>
23 <value>file:/opt/hadoop-2.7.3/hadoop_store/hdfs/namenode</value>
24 </property>
25 <property>
26 <name>dfs.datanode.data.dir</name>
27 <value>file:/opt/hadoop-2.7.3/hadoop_store/hdfs/datanode</value>
28 </property>
[30903]29</configuration>
Note: See TracBrowser for help on using the repository browser.