Skip to content

Commit b3b5641

Browse files
Merge pull request #2960 from madeline-underwood/apache
Apache_reviewed
2 parents 14908cf + e845e69 commit b3b5641

7 files changed

Lines changed: 8 additions & 20 deletions

File tree

content/learning-paths/servers-and-cloud-computing/apache_arrow_and_flight/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
22
title: Deploy High-Performance Analytics with Apache Arrow and Arrow Flight on Google Cloud C4A Axion processors
33

4-
draft: true
5-
cascade:
6-
draft: true
7-
84
minutes_to_complete: 30
95

10-
who_is_this_for: This learning path is designed for data engineers, platform engineers, and developers who aim to build high-performance analytics pipelines on Arm64-based Google Cloud C4A Axion processors using Apache Arrow and Arrow Flight.
6+
who_is_this_for: This is an introductory topic for data engineers, platform engineers, and developers who aim to build high-performance analytics pipelines on Arm64-based Google Cloud C4A Axion processors using Apache Arrow and Arrow Flight.
117

128
learning_objectives:
139
- Deploy Apache Arrow–based data processing workloads on Google Cloud C4A Axion processors

content/learning-paths/servers-and-cloud-computing/apache_arrow_and_flight/background.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Common use cases include interactive analytics, data lake acceleration, machine
3434

3535
To learn more, visit the [Apache Arrow website](https://arrow.apache.org/) and explore the [Arrow Flight documentation](https://arrow.apache.org/docs/format/Flight.html).
3636

37-
## What you've accomplished and what's next
37+
## What you've learned and what's next
3838

3939
In this section, you learned about:
4040

content/learning-paths/servers-and-cloud-computing/apache_arrow_and_flight/columnar-analytics-with-arrow.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ In the arrow-data bucket after refreshing, you should now see:
226226

227227
![MinIO object browser showing dataset.orc stored inside the arrow-data bucket alt-txt#center](images/datset-orc.png "MinIO Web UI displaying dataset.orc object in arrow-data bucket")
228228

229-
## What you've accomplished and what's next
229+
## What you've learned and what's next
230230

231231
In this section, you have:
232232

@@ -238,10 +238,4 @@ In this section, you have:
238238

239239
This forms the core analytics layer used by modern engines such as Spark, DuckDB, Trino, and Polars.
240240

241-
## What's next
242-
243-
In the next section, you will enable high-speed memory-to-memory analytics using Apache Arrow Flight, demonstrating:
244-
245-
- gRPC-based data transfer
246-
- Zero-copy serialization
247-
- High-throughput analytics communication
241+
In the next section, you will enable high-speed memory-to-memory analytics using Apache Arrow Flight, demonstrating gRPC-based data transfer, zero-copy serialization, and high-throughput analytics communication.

content/learning-paths/servers-and-cloud-computing/apache_arrow_and_flight/environment-and-minio.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,11 @@ AWS_ACCESS_KEY_ID=minioadmin
217217

218218
to communicate with MinIO exactly like Amazon S3.
219219

220-
## What you've accomplished and what's next
220+
## What you've learned and what's next
221221

222222
- Prepared a SUSE arm64 analytics environment
223223
- Installed Apache Arrow and dependencies
224224
- Deployed MinIO as S3-compatible object storage
225225
- Configured secure access for analytics workloads
226226

227-
## What's next
228-
229227
In the next section, you will use Apache Arrow to write and read Parquet and ORC datasets from MinIO using vectorized analytics APIs.

content/learning-paths/servers-and-cloud-computing/apache_arrow_and_flight/firewall-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Finally, select **Specified protocols and ports** under the **Protocols and port
4545

4646
![Google Cloud Console firewall rule form showing protocols and ports section with TCP selected and ports 9000,9001,8815 specified alt-txt#center](images/network-port.png "Specifying TCP ports for Apache Arrow and MinIO")
4747

48-
## What you've accomplished and what's next
48+
## What you've learned and what's next
4949

5050
You've successfully:
5151

content/learning-paths/servers-and-cloud-computing/apache_arrow_and_flight/high-speed-analytics-with-arrow-flight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Rows: 1000
133133
- Data was transferred directly from server memory
134134
- Arrow’s columnar format was preserved end-to-end
135135

136-
## What you've accomplished and what's next
136+
## What you've learned and what's next
137137

138138
In this section, you:
139139

content/learning-paths/servers-and-cloud-computing/apache_arrow_and_flight/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A new browser window opens with a terminal connected to your VM.
4646

4747
![Browser-based SSH terminal window with black background showing Linux command prompt and Google Cloud branding at top alt-txt#center](images/gcp-shell.png "Terminal session connected to the VM")
4848

49-
## What you've accomplished and what's next
49+
## What you've learned and what's next
5050

5151
In this section:
5252

0 commit comments

Comments
 (0)