We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5488ad2 commit 88efa4bCopy full SHA for 88efa4b
content/learning-paths/servers-and-cloud-computing/spark-on-gcp/baseline.md
@@ -48,9 +48,11 @@ spark-shell < ~/spark_baseline_test.scala
48
49
Alternatively, you can start the spark shell and then load the file from inside the shell:
50
51
-```scala
+```console
52
spark-shell
53
-:load /home/ubuntu/spark_baseline_test.scala
+```
54
+```scala
55
+:load spark_baseline_test.scala
56
```
57
58
You should see output similar to:
0 commit comments