Ignore:
Timestamp:
2016-11-07T22:34:31+13:00 (7 years ago)
Author:
davidb
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/vagrant-spark-hdfs-cluster/modules/hadoop/templates/hdfs-site.xml

    r30903 r31077  
    77    <description>The actual number of replications can be specified when the file is created.</description>
    88  </property>
     9
    910  <!--
    1011  <property>
     
    1718    </property>
    1819  -->
    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>
     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>
    2729</configuration>
Note: See TracChangeset for help on using the changeset viewer.