Skip to content

Commit a6f07b0

Browse files
Adding diagram title and alt-text, and final checks.
1 parent c40e102 commit a6f07b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This compiles Spark and its dependencies, enabling the benchmarks build profile
3434
```
3535
This executes the `AggregateBenchmark`, which compares performance of SQL aggregation operations (e.g., SUM, STDDEV) with and without `WholeStageCodegen`. `WholeStageCodegen` is an optimization technique used by Spark SQL to improve the performance of query execution by generating Java bytecode for entire query stages instead of interpreting them step-by-step.
3636

37-
### Example Apache Spark benchmark output (Arm64)
37+
## Example Apache Spark benchmark output (Arm64)
3838
You should see output similar to:
3939

4040
```output
@@ -236,7 +236,7 @@ You should see output similar to:
236236
[success] Total time: 669 s (11:09), completed Jul 24, 2025, 5:41:24 AM
237237
238238
```
239-
### Understanding Apache Spark benchmark metrics and results
239+
## Understanding Apache Spark benchmark metrics and results
240240

241241
- **Best Time (ms):** Fastest execution time observed (in milliseconds).
242242
- **Avg Time (ms):** Average time across all iterations.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To create a virtual machine based on the C4A Arm architecture:
2222
- Set **Series** to `C4A`.
2323
- Select a machine type such as `c4a-standard-4`.
2424

25-
![Instance Screenshot](./image1.png)
25+
![Create a Google Axion C4A Arm virtual machine in the Google Cloud Console with c4a-standard-4 selected alt-text#center](./image1.png "Google Cloud Console – creating a Google Axion C4A Arm virtual machine")
2626

2727
4. Under **OS and Storage**, select **Change**, then choose an Arm64-based OS image.
2828
For this Learning Path, use **Red Hat Enterprise Linux 9**. Ensure you select the **Arm image** variant. Click **Select**.

0 commit comments

Comments
 (0)