summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2021-09-18 07:28:19 -0400
committerGitHub <noreply@github.com>2021-09-18 07:28:19 -0400
commit4ec195a9c1d17fcaf0d646644053b04dbd8f4080 (patch)
tree598409ca8a584e7f23ed5ba7ba52d2b40338ed7b /nixos/doc
parent9ec36def15c8dc03114e7902d650ea22ba2f5ab2 (diff)
parent13839b0022fee66a1291792c47f6bc2b71b91895 (diff)
downloadnixpkgs-4ec195a9c1d17fcaf0d646644053b04dbd8f4080.tar
nixpkgs-4ec195a9c1d17fcaf0d646644053b04dbd8f4080.tar.gz
nixpkgs-4ec195a9c1d17fcaf0d646644053b04dbd8f4080.tar.bz2
nixpkgs-4ec195a9c1d17fcaf0d646644053b04dbd8f4080.tar.lz
nixpkgs-4ec195a9c1d17fcaf0d646644053b04dbd8f4080.tar.xz
nixpkgs-4ec195a9c1d17fcaf0d646644053b04dbd8f4080.tar.zst
nixpkgs-4ec195a9c1d17fcaf0d646644053b04dbd8f4080.zip
Merge pull request #137429 from illustris/spark3
Spark: init module
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml13
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md4
2 files changed, 17 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 75513ed7e73..96f46373b27 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -39,6 +39,13 @@
       </listitem>
       <listitem>
         <para>
+          spark now defaults to spark 3, updated from 2. A
+          <link xlink:href="https://spark.apache.org/docs/latest/core-migration-guide.html#upgrading-from-core-24-to-30">migration
+          guide</link> is available.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           Activation scripts can now opt int to be run when running
           <literal>nixos-rebuild dry-activate</literal> and detect the
           dry activation by reading <literal>$NIXOS_ACTION</literal>.
@@ -250,6 +257,12 @@
           entry</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <link xlink:href="https://spark.apache.org/">spark</link>, a
+          unified analytics engine for large-scale data processing.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-incompatibilities">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index a55fbbe2afd..4239df38a80 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -14,6 +14,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - PostgreSQL now defaults to major version 13.
 
+- spark now defaults to spark 3, updated from 2. A [migration guide](https://spark.apache.org/docs/latest/core-migration-guide.html#upgrading-from-core-24-to-30) is available.
+
 - Activation scripts can now opt int to be run when running `nixos-rebuild dry-activate` and detect the dry activation by reading `$NIXOS_ACTION`.
   This allows activation scripts to output what they would change if the activation was really run.
   The users/modules activation script supports this and outputs some of is actions.
@@ -78,6 +80,8 @@ subsonic-compatible api. Available as [navidrome](#opt-services.navidrome.enable
   or sends them to a downstream service for further analysis.
   Documented in [its manual entry](#module-services-parsedmarc).
 
+- [spark](https://spark.apache.org/), a unified analytics engine for large-scale data processing.
+
 ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}