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 a6f07b0 commit 5488ad2Copy full SHA for 5488ad2
1 file changed
content/learning-paths/servers-and-cloud-computing/spark-on-gcp/baseline.md
@@ -46,10 +46,11 @@ Run the test file in the interactive Spark shell:
46
spark-shell < ~/spark_baseline_test.scala
47
```
48
49
-Alternatively, you can load the file from inside the shell:
+Alternatively, you can start the spark shell and then load the file from inside the shell:
50
51
```scala
52
-:load ~/spark_baseline_test.scala
+spark-shell
53
+:load /home/ubuntu/spark_baseline_test.scala
54
55
56
You should see output similar to:
0 commit comments