Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jfsanchez committed Apr 20, 2024
1 parent ecbed4c commit 11f93f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/apache-0-hadoop-instalacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,15 @@ En tódolos equipos debemos ter instalada a máquina virtual de Java OpenJDK ver
Engadimos o respositorio:
``` bash
clush -l cesgaxuser -bw hadoop[1-4] sudo curl -L -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo
clush -l cesgaxuser -bw hadoop[1-4] \
sudo curl -L -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo
```
Instalamos o paquete:
``` bash
clush -l cesgaxuser -bw hadoop[1-4] sudo dnf install -y java-11-amazon-corretto-devel`
clush -l cesgaxuser -bw hadoop[1-4] \
sudo dnf install -y java-11-amazon-corretto-devel`
```
Expand Down Expand Up @@ -345,7 +347,7 @@ Editamos os arquivos de configuración seguintes e os deixamos así:
No seguinte arquivo lembra substituir XXX.XXX.XXX.XXX pola IP do nodo master ou mellor polo host: **hadoop1**:
``` xml title="hadoop-3.2.4/etc/hadoop/yarn-site.xml"
``` xml title="hadoop-3.2.4/etc/hadoop/yarn-site.xml"
<configuration>
<property>
<name>yarn.acl.enable</name>
Expand Down

0 comments on commit 11f93f0

Please sign in to comment.