Skip to content

Commit 88efa4b

Browse files
authored
Update baseline.md
1 parent 5488ad2 commit 88efa4b

File tree

1 file changed

+4
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/spark-on-gcp

1 file changed

+4
-2
lines changed

content/learning-paths/servers-and-cloud-computing/spark-on-gcp/baseline.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ spark-shell < ~/spark_baseline_test.scala
4848

4949
Alternatively, you can start the spark shell and then load the file from inside the shell:
5050

51-
```scala
51+
```console
5252
spark-shell
53-
:load /home/ubuntu/spark_baseline_test.scala
53+
```
54+
```scala
55+
:load spark_baseline_test.scala
5456
```
5557

5658
You should see output similar to:

0 commit comments

Comments
 (0)