Changes
Page history
100291481 created page: home
authored
Jan 16, 2015
by
PEDRO MANUEL MORENO MARCOS
Hide whitespace changes
Inline
Side-by-side
home.markdown
View page @
3f1555d5
...
...
@@ -62,13 +62,13 @@ c. tar -xvf hadoop-2.5.1.tar.gz
3.
Cambia los fichoros de configuración que se encuentran en /etc/hadoop:
En fichero etc/hadoop/core-site.xml sustituye la configuración (vacía) por esta:
>
<configuration\>
> <configuration\>
> <property>
>
<name>fs.defaultFS</name>
> <name>fs.defaultFS</name>
>
<value>hdfs://localhost:9000</value>
> <value>hdfs://localhost:9000</value>
> <property>
...
...
@@ -80,9 +80,9 @@ En el fichero etc/hadoop/hdfs-site.xml sustituye la configuración (vacía) por
> <property>
>
<name>dfs.replication</name>
> <name>dfs.replication</name>
>
<value>1</value>
> <value>1</value>
> <property>
...
...
...
...