From 9f192cdbc1b96d2bd948bc47800c6d845fbd2a59 Mon Sep 17 00:00:00 2001 From: mdchaparror Date: Sat, 3 Apr 2021 21:48:25 -0500 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20'pruebas=5Fspark.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pruebas_spark.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pruebas_spark.md diff --git a/pruebas_spark.md b/pruebas_spark.md new file mode 100644 index 0000000..577dbd7 --- /dev/null +++ b/pruebas_spark.md @@ -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 + +``` +![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) \ No newline at end of file