All Downloads are FREE. Search and download functionalities are using the official Maven repository.

integration.integrate_test_hadoop_confs.hdfs-site.xml Maven / Gradle / Ivy

Go to download

Splout SQL is a read only, horizontally scalable and partitioned SQL database that plays well with Hadoop.

There is a newer version: 0.3.0
Show newest version
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<configuration>
  <property>
    <name>dfs.replication</name>
    <value>1</value>
  </property>
  <property>
     <name>dfs.permissions</name>
     <value>false</value>
  </property>
  <property>
     <!-- specify this so that running 'hadoop namenode -format' formats the right dir -->
     <name>dfs.name.dir</name>
     <value>/tmp/dfs-hadoop</value>
  </property>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy