Añadir 'pruebas_spark.md'
This commit is contained in:
29
pruebas_spark.md
Normal file
29
pruebas_spark.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
|
||||
```
|
||||

|
||||
|
||||
### Iniciar Workers
|
||||
|
||||
```
|
||||
ssh cluster_master ~/Documentos/spark/sbin/start-workers.sh
|
||||
```
|
||||
### Detener Workers
|
||||
|
||||
```
|
||||
ssh cluster_master ~/Documentos/spark/sbin/stop-workers.sh
|
||||
|
||||
```
|
||||

|
||||
Reference in New Issue
Block a user