Files
cluster_raspberry/pruebas_spark.md

29 lines
476 B
Markdown

# Pruebas Cluster spark
## Comandos:
### Iniciar master
```
ssh cluster_master ~/Documentos/spark/sbin/start-master.sh
```
### Detener master
```
ssh cluster_master ~/Documentos/spark/sbin/stop-master.sh
```
![master](fotos/spark/master_spark.png)
### Iniciar Workers
```
ssh cluster_master ~/Documentos/spark/sbin/start-workers.sh
```
### Detener Workers
```
ssh cluster_master ~/Documentos/spark/sbin/stop-workers.sh
```
![master](fotos/spark/workers_spark.png)