Skip to content

Commit 78afade

Browse files
Apache Spark 4.0.0
1 parent ac57607 commit 78afade

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ hide:
1010

1111
Welcome to **The Internals of {{ book.title }}** online book! 🤙
1212

13-
I'm [Jacek Laskowski](https://pl.linkedin.com/in/jaceklaskowski), a Freelance Data(bricks) Engineer specializing in
13+
I'm [Jacek Laskowski](https://www.linkedin.com/in/jaceklaskowski), a Freelance Data(bricks) Engineer 🧱 specializing in
1414
[Apache Spark](https://books.japila.pl/apache-spark-internals/) (incl. [Spark SQL](https://books.japila.pl/spark-sql-internals/) and [Spark Structured Streaming](https://books.japila.pl/spark-structured-streaming-internals/)),
1515
[Delta Lake](https://books.japila.pl/delta-lake-internals/),
16-
[Databricks](https://www.databricks.com/),
17-
and [Apache Kafka](https://books.japila.pl/kafka-internals/) (incl. [Kafka Streams](https://books.japila.pl/kafka-streams-internals/)) with brief forays into a wider data engineering space (e.g., [Trino](https://trino.io/), [Dask](https://www.dask.org/) and [dbt](https://www.getdbt.com/), mostly during [Warsaw Data Engineering](https://www.meetup.com/Warsaw-Data-Engineering/) meetups).
16+
[Unity Catalog](https://books.japila.pl/unity-catalog-internals/),
17+
[MLflow](https://mlflow.org/),
18+
[Databricks](https://github.com/jaceklaskowski/learn-databricks)
19+
with brief forays into a wider data engineering space (mostly during [Warsaw Data Engineering](https://www.meetup.com/Warsaw-Data-Engineering/) meetups).
1820

1921
I'm very excited to have you here and hope you will enjoy exploring the internals of {{ book.title }} as much as I have.
2022

mkdocs.yml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repo_name: spark-internals
77
repo_url: https://github.com/japila-books/apache-spark-internals
88
edit_uri: edit/main/docs/
99

10-
copyright: Copyright © 2023-2024 Jacek Laskowski
10+
copyright: Copyright © 2025 Jacek Laskowski
1111

1212
theme:
1313
name: material
@@ -106,34 +106,39 @@ extra:
106106
home: https://metrics.dropwizard.io
107107
api: https://www.javadoc.io/static/io.dropwizard.metrics/metrics-core/4.2.7
108108
hadoop:
109-
version: 3.3.4
110-
docs: https://hadoop.apache.org/docs/r3.3.4
111-
api: https://hadoop.apache.org/docs/r3.3.4/api
109+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L126
110+
version: 3.4.1
111+
docs: https://hadoop.apache.org/docs/r3.4.1
112+
api: https://hadoop.apache.org/docs/r3.4.1/api
112113
jackson:
113114
api: https://fasterxml.github.io/jackson-databind/javadoc/2.12
114115
java:
116+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L117
117+
version: 17
115118
api: https://docs.oracle.com/en/java/javase/17/docs/api/java.base
119+
spec: https://docs.oracle.com/javase/specs/jls/se17/html
116120
scala:
117-
version: 2.13.8
121+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L173
122+
version: 2.13.16
118123
binary_version: 2.13
119-
api: https://www.scala-lang.org/api/2.13.8
124+
api: https://www.scala-lang.org/api/2.13.16
120125
docs: https://docs.scala-lang.org/
121126
spec: https://www.scala-lang.org/files/archive/spec/2.13
122127
social:
123128
- icon: fontawesome/brands/github
124129
link: https://github.com/jaceklaskowski
125-
- icon: fontawesome/brands/twitter
126-
link: https://twitter.com/jaceklaskowski
130+
- icon: fontawesome/brands/bluesky
131+
link: https://bsky.app/profile/books.japila.pl
127132
- icon: fontawesome/brands/linkedin
128133
link: https://linkedin.com/in/jaceklaskowski
129134
- icon: fontawesome/brands/medium
130135
link: https://jaceklaskowski.medium.com
131-
- icon: fontawesome/brands/mastodon
132-
link: https://fosstodon.org/@jaceklaskowski
136+
- icon: fontawesome/brands/twitter
137+
link: https://twitter.com/jaceklaskowski
133138
spark:
134-
version: 3.5.2
135-
api: https://spark.apache.org/docs/latest/api/scala
136-
github: https://github.com/apache/spark/tree/v3.5.2
139+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L29
140+
version: 4.0.0
141+
github: https://github.com/apache/spark/tree/v4.0.0
137142
jira: https://issues.apache.org/jira/browse
138143
tags:
139144
DeveloperApi: developerapi

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
22
mkdocs-minify-plugin>=0.7.2
3-
mkdocs-git-revision-date-localized-plugin>=1.2.2
3+
mkdocs-git-revision-date-localized-plugin>=1.4.7
44
mkdocs-git-revision-date-plugin>=0.3.2
55
mkdocs-awesome-pages-plugin>=2.9.2
66
mkdocs-redirects>=1.2.1

0 commit comments

Comments
 (0)