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 @
e5f07837
...
...
@@ -63,17 +63,27 @@ 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\>
> <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>