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

docker.presto-product-tests.conf.environment.two-mixed-hives.hadoop-master-2.hdfs-site.xml Maven / Gradle / Ivy

There is a newer version: 451
Show newest version
<?xml version="1.0"?>
<configuration>
    <property>
        <name>dfs.namenode.name.dir</name>
        <value>/var/lib/hadoop-hdfs/cache/name/</value>
    </property>

    <property>
        <name>dfs.datanode.data.dir</name>
        <value>/var/lib/hadoop-hdfs/cache/data/</value>
    </property>

    <property>
        <name>fs.viewfs.mounttable.hadoop-viewfs.link./default</name>
        <value>hdfs://hadoop-master-2:9000/user/hive/warehouse</value>
    </property>

    <!-- This property explicitly forbids datanode to enter safe mode which results in 30 s penalty on environment startup -->
    <property>
        <name>dfs.safemode.threshold.pct</name>
        <value>0</value>
    </property>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy