1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/wangruihuano-hadoop_deployment_script

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
hdfs-site.xml 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
wangruihuan Отправлено 08.03.2019 15:15 16edfec
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. See accompanying LICENSE file.
-->
<!-- Put site-specific property overrides in this file. -->
<configuration>
<property>
<name>dfs.namenode.name.dir</name>
<value>file:/root/hadoop/dfs/name</value>
</property>
<property>
<name>dfs.datanode.data.dir</name>
<value>file:/root/hadoop/dfs/data</value>
</property>
<property>
<name>dfs.replication</name>
<value>2</value>
</property>
<property>
<name>dfs.namenode.secondary.http-address</name>
<value>hadoop.master:50090</value>
</property>
<property>
<name>dfs.namenode.rpc-bind-host</name>
<value>0.0.0.0</value>
<description>若需要在外网访问hadoop的hdfs,此处配置为0.0.0.0</description>
</property>
<property>
<name>dfs.datanode.du.reserved</name>
<!-- reserved space in bytes -->
<value>10000000000</value>
<description>Reserved space in bytes per volume. Always leave this much space free for non dfs use.</description>
</property>
</configuration>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/wangruihuano-hadoop_deployment_script.git
git@api.gitlife.ru:oschina-mirror/wangruihuano-hadoop_deployment_script.git
oschina-mirror
wangruihuano-hadoop_deployment_script
wangruihuano-hadoop_deployment_script
master