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

integration.integrate_test_hadoop_confs.core-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>fs.default.name</name>
    <value>hdfs://localhost:8020</value>
  </property>
  <property>
     <name>hadoop.tmp.dir</name>
     <value>/tmp/tmp-hadoop</value>
  </property>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy