Changes
Page history
100291481 created page: home
authored
Jan 16, 2015
by
PEDRO MANUEL MORENO MARCOS
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
8572658a
...
...
@@ -68,18 +68,18 @@ En fichero etc/hadoop/core-site.xml sustituye la configuración (vacía) por est
property
name fs.defaultFS
\
<
configuration
\>
<
property>
<
name>
fs.defaultFS
<
/name>
<
value>
hdfs://localhost:9000
</value>
<
/property>
<
/configuration>
<
<configuration
\>
<
property>
<
name>fs.defaultFS
<
/name>
<
value>hdfs://localhost:9000
</value>
<
/property>
<
/configuration>
En el fichero etc/hadoop/hdfs-site.xml sustituye la configuración (vacía) por esta:
<
configuration>
<
property>
<
name>
dfs.replication
</name>
<
value>
1
</value>
<
/property>
<
/configuration>
<
configuration>
<
property>
<
name>dfs.replication
</name>
<
value>1
</value>
<
/property>
<
/configuration>