Skip to content

Commit 10a0420

Browse files
Spark 3.3.0
1 parent 85fec42 commit 10a0420

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

mkdocs.yml

Lines changed: 11 additions & 9 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 © 2021 Jacek Laskowski
10+
copyright: Copyright © 2022 Jacek Laskowski
1111

1212
theme:
1313
name: material
@@ -63,7 +63,8 @@ markdown_extensions:
6363
- pymdownx.superfences
6464
- pymdownx.tasklist:
6565
custom_checkbox: true
66-
- pymdownx.tabbed
66+
- pymdownx.tabbed:
67+
alternate_style: true
6768
- pymdownx.tilde
6869

6970
plugins:
@@ -83,16 +84,16 @@ extra:
8384
book:
8485
title: Apache Spark
8586
spark_k8s: https://jaceklaskowski.github.io/spark-kubernetes-book
86-
spark_sql: https://jaceklaskowski.github.io/mastering-spark-sql-book
87+
spark_sql: https://books.japila.pl/spark-sql-internals
8788
spark_standalone: https://books.japila.pl/spark-standalone-internals
88-
structured_streaming: https://jaceklaskowski.github.io/spark-structured-streaming-book
89+
structured_streaming: https://books.japila.pl/spark-structured-streaming-internals/
8990
codahale:
9091
home: https://metrics.dropwizard.io/4.2.0
9192
api: https://www.javadoc.io/static/io.dropwizard.metrics/metrics-core/4.2.0
9293
hadoop:
93-
version: 3.3.1
94-
docs: https://hadoop.apache.org/docs/r3.3.1
95-
api: https://hadoop.apache.org/docs/r3.3.1/api
94+
version: 3.3.2
95+
docs: https://hadoop.apache.org/docs/r3.3.2
96+
api: https://hadoop.apache.org/docs/r3.3.2/api
9697
jackson:
9798
api: https://fasterxml.github.io/jackson-databind/javadoc/2.12
9899
java:
@@ -111,8 +112,9 @@ extra:
111112
- icon: fontawesome/brands/medium
112113
link: https://jaceklaskowski.medium.com
113114
spark:
114-
version: 3.2.0
115-
github: https://github.com/apache/spark/tree/v3.2.0
115+
version: 3.3.0
116+
github: https://github.com/apache/spark/tree/v3.3.0
117+
jira: https://issues.apache.org/jira/browse
116118

117119
nav:
118120
- Home: index.md

0 commit comments

Comments
 (0)