Skip to content

Commit

Permalink
YARN
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoguizanlopez authored Apr 19, 2024
1 parent a086897 commit c0f4d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/apache-hadoop-instalacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ Dende *hadoop1* (o nodo master) executamos:

E finalmente dende o master iniciamos todo o sistema (esto conecta por SSH aos nodos e executa os comandos necesarios para que se poñan a traballar):

`start-dfs.sh`
- `start-dfs.sh`
- `start-yarn.sh`

### Arrancando Apache Hadoop ao inicio con cron

Expand All @@ -400,6 +401,7 @@ E metemos no arquivo o seguinte contido:

~~~~
@reboot /home/cesgaxuser/hadoop-3.2.4/sbin/start-dfs.sh
@reboot /home/cesgaxuser/hadoop-3.2.4/sbin/start-yarn.sh
~~~~

Por último reiniciamos tódolos nodos:
Expand Down

0 comments on commit c0f4d07

Please sign in to comment.