You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Docker container using Python SDK](infra/beam/beam.md)
@@ -94,7 +94,7 @@ To be added soon, stay tuned!
94
94
-[Beam on Docker](infra/beam/beam.md)
95
95
-[Spark on Kubernetes](infra/kubernetes/kubernetes.md)
96
96
-[Spark on Google Cloud Dataproc](infra/dataproc.md)
97
-
- Tutorial for Dataproc in Cloud Shell [[English]() / [Spanish]()]
97
+
- Tutorial for Dataproc in Cloud Shell English / [Spanish](https://ssh.cloud.google.com/cloudshell/open?cloudshell_git_repo=https://github.com/luisbelloch/data_processing_course.git&page=editor&cloudshell_tutorial=infra/dataproc.md)]
La mayoría de los comandos pueden ejecutarse desde la interfaz de usuario, pero en el tutorial utilizaremos la consola de cloudshell.
22
22
@@ -27,7 +27,13 @@ arriba a la derecha, o utilizando el siguiente enlace:
27
27
28
28
### 3. Materiales de clase
29
29
30
-
Asegurate de que la carpeta `cloudshell_open/data_processing_course` se ha creado. Sino, puedes abrir de nuevo el proyecto desde [bigdata.luisbelloch.es](http://bigdata.luisbelloch.es) y seleccionando [Open in Cloud Shell](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/luisbelloch/data_processing_course.git).
30
+
Asegurate de que la carpeta `cloudshell_open/data_processing_course` se ha creado y la terminal apunta a esa carpeta.
31
+
32
+
```sh
33
+
cd~/cloudshell_open/data_processing_course
34
+
```
35
+
36
+
Sino, puedes abrir de nuevo el proyecto desde [bigdata.luisbelloch.es](http://bigdata.luisbelloch.es) y seleccionando [Open in Cloud Shell](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/luisbelloch/data_processing_course.git).
31
37
32
38
Alternativamente puedes clonar el repositorio mediante `git`:
33
39
@@ -45,6 +51,8 @@ En nuestro caso podemos usar la terminal para crearlo:
0 commit comments