Skip to content

Commit a39a93f

Browse files
Apache Spark 4.0.0
1 parent 112acd2 commit a39a93f

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +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://pl.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/),
1616
[Unity Catalog](https://books.japila.pl/unity-catalog-internals/),
17-
[Databricks](https://www.databricks.com/),
18-
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 (mostly during [Warsaw Data Engineering](https://www.meetup.com/Warsaw-Data-Engineering/) meetups).
17+
[MLflow](https://mlflow.org/),
18+
[Databricks](https://www.databricks.com/)
19+
with brief forays into a wider data engineering space (mostly during [Warsaw Data Engineering](https://www.meetup.com/Warsaw-Data-Engineering/) meetups).
1920

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

mkdocs.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,27 @@ extra:
106106
spark_core: https://books.japila.pl/apache-spark-internals
107107
structured_streaming: https://books.japila.pl/spark-structured-streaming-internals
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
hive:
113-
version: 2.3.9
114-
api: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r2.3.9/api
114+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L135
115+
version: 2.3.10
116+
api: https://svn.apache.org/repos/infra/websites/production/hive/content/javadocs/r2.3.10/api
115117
java:
118+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L117
116119
version: 17
117120
api: https://docs.oracle.com/en/java/javase/17/docs/api/java.base
118121
spec: https://docs.oracle.com/javase/specs/jls/se17/html
119122
kafka:
120-
version: 3.4.1
121-
api: https://kafka.apache.org/34/javadoc
123+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L137C20-L137C25
124+
version: 3.9.0
125+
api: https://kafka.apache.org/39/javadoc
122126
scala:
123-
version: 2.13.8
124-
api: https://www.scala-lang.org/api/2.13.8
127+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L173
128+
version: 2.13.16
129+
api: https://www.scala-lang.org/api/2.13.16
125130
docs: https://docs.scala-lang.org/
126131
spec: https://www.scala-lang.org/files/archive/spec/2.13
127132
social:
@@ -134,8 +139,9 @@ extra:
134139
- icon: fontawesome/brands/medium
135140
link: https://jaceklaskowski.medium.com
136141
spark:
137-
version: 3.5.4
138-
github: https://github.com/apache/spark/tree/v3.5.4
142+
# https://github.com/apache/spark/blob/v4.0.0/pom.xml#L29
143+
version: 4.0.0
144+
github: https://github.com/apache/spark/tree/v4.0.0
139145
jira: https://issues.apache.org/jira/browse
140146
# https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-status
141147
status:

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)