Skip to content

Commit 5488ad2

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/spark-on-gcp

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ Run the test file in the interactive Spark shell:
4646
spark-shell < ~/spark_baseline_test.scala
4747
```
4848

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

5151
```scala
52-
:load ~/spark_baseline_test.scala
52+
spark-shell
53+
:load /home/ubuntu/spark_baseline_test.scala
5354
```
5455

5556
You should see output similar to:

0 commit comments

Comments
 (0)