This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new da8cac670 Automatic Site Publish by Buildbot
da8cac670 is described below

commit da8cac6707ead070c3f70a00fa2f5e48f715e3c8
Author: GitHub Actions Bot <>
AuthorDate: Fri Jan 16 17:12:11 2026 +0000

    Automatic Site Publish by Buildbot
---
 404.html | 310 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 feed.xml |   2 +-
 2 files changed, 311 insertions(+), 1 deletion(-)

diff --git a/404.html b/404.html
new file mode 100644
index 000000000..9dafca610
--- /dev/null
+++ b/404.html
@@ -0,0 +1,310 @@
+<!DOCTYPE html>
+<html lang=" en ">
+
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+
+  <title>
+    Page Not Found
+    
+  </title>
+
+  <meta name="description" content="Distributed Linear Algebra">
+
+  <link rel="stylesheet" href="/assets/css/main.css">
+  <link rel="stylesheet" href="/assets/css/github-markdown.css">
+
+  <!-- Font Awesome -->
+  <link 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 rel="stylesheet" 
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
 crossorigin="anonymous">
+
+  <!-- Google Fonts -->
+  <link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,500"; 
rel="stylesheet">
+  <link href="https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i"; 
rel="stylesheet">
+
+  <link rel="canonical" href="http://mahout.apache.org//404.html";>
+  <link rel="alternate" type="application/rss+xml" title="Apache Mahout" 
href="/feed.xml">
+
+  <script type="text/javascript" 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML";>
+    MathJax.Hub.Config({
+      "HTML-CSS": {
+        availableFonts: ["TeX"],
+      },
+      tex2jax: {
+        inlineMath: [['$','$'],["\\(","\\)"]]},
+      displayMath: [ ['$$','$$'], ['\[','\]'] ],
+      TeX: {
+        extensions: ["AMSmath.js", "AMSsymbols.js", "color.js"],
+        equationNumbers: {
+          autoNumber: "AMS"
+        }
+      },
+      showProcessingMessages: false,
+      messageStyle: "none",
+      imageFont: null,
+      "AssistiveMML": { disabled: true }
+    });
+  </script>
+</head>
+
+<!-- Matomo -->
+<script>
+  var _paq = window._paq = window._paq || [];
+  /* tracker methods like "setCustomDimension" should be called before 
"trackPageView" */
+  _paq.push(["setDoNotTrack", true]);
+  _paq.push(["disableCookies"]);
+  _paq.push(['trackPageView']);
+  _paq.push(['enableLinkTracking']);
+  (function() {
+    var u="https://analytics.apache.org/";;
+    _paq.push(['setTrackerUrl', u+'matomo.php']);
+    _paq.push(['setSiteId', '70']);
+    var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+    g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
+  })();
+</script>
+<!-- End Matomo Code -->
+
+<body>
+
+  <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout">
+
+    <div class="container">
+
+        <a class="navbar-brand" href="/">
+          <img src="/assets/mahout-logo-blue.svg" alt="">
+        </a>
+
+        <button class="navbar-toggler" type="button" data-toggle="collapse" 
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" 
aria-expanded="false" aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+
+        <div class="collapse navbar-collapse" id="navbarSupportedContent">
+
+            <ul class="navbar-nav ml-auto">
+
+                <!-- About -->
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle"
+                       href="" id="navbarDropdownMenuLink-about"
+                       data-toggle="dropdown"
+                       aria-haspopup="true"
+                       aria-expanded="false">About</a>
+                    <div class="dropdown-menu" 
aria-labelledby="navbarDropdownMenuLink">
+                        <a class="dropdown-item"
+                           
href="https://www.apache.org/foundation/how-it-works.html";>Overview of the 
Apache Software Foundation</a>
+                        <a class="dropdown-item"
+                           href="/about/how-to-contribute.html">How to 
Contribute</a>
+                    </div>
+                </li>
+
+                <!-- Qumat -->
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle"
+                       href="" id="navbarDropdownMenuLink-qumat"
+                       data-toggle="dropdown"
+                       aria-haspopup="true"
+                       aria-expanded="false">Qumat</a>
+                    <div class="dropdown-menu" 
aria-labelledby="navbarDropdownMenuLink">
+                        <a class="dropdown-item"
+                           href="/qumat">Overview</a>
+                        <a class="dropdown-item"
+                           href="/qumat/core">Qumat Core</a>
+                        <a class="dropdown-item"
+                           href="/qumat/qdp">QDP (Quantum Data Plane)</a>
+                        <a class="dropdown-item"
+                           href="/qumat/quantum-computing-primer">Quantum 
Computing Primer</a>
+                        <a class="dropdown-item"
+                           href="/qumat/papers">Papers</a>
+                    </div>
+                </li>
+
+                <!-- Download -->
+                <li class="nav-item">
+                    <a class="nav-link"
+                       href="/download/downloads.html">Download</a>
+                </li>
+
+                <!-- Community -->
+                <li class="nav-item dropdown">
+                    <a class="nav-link dropdown-toggle"
+                       href="" id="navbarDropdownMenuLink-community"
+                       data-toggle="dropdown"
+                       aria-haspopup="true"
+                       aria-expanded="false">Community</a>
+                    <div class="dropdown-menu" 
aria-labelledby="navbarDropdownMenuLink">
+
+                        <a class="dropdown-item"
+                           href="/community/">Overview</a>
+                        <a class="dropdown-item"
+                           href="/community/who-we-are.html">Who We Are</a>
+                        <a class="dropdown-item"
+                           href="/community/mailing-lists.html">Mailing 
Lists</a>
+                        <a class="dropdown-item"
+                           
href="https://issues.apache.org/jira/browse/MAHOUT";>Issue Tracker</a>
+                        <a class="dropdown-item"
+                           href="/community/coc.html">Code of Conduct</a>
+                    </div>
+                </li>
+
+                <!-- News -->
+                <li class="nav-item">
+                    <a class="nav-link"
+                       href="/news.html">News</a>
+                </li>
+
+                <!-- GitHub -->
+                <li class="nav-item">
+                    <a class="nav-link" 
href="http://github.com/apache/mahout";><i class="fa fa-github"></i></a>
+                </li>
+
+            </ul>
+
+            <!-- <form class="form-inline my-2 my-lg-0">
+            <input class="form-control mr-sm-2" type="text" 
placeholder="Search" aria-label="Search">
+            <button class="btn btn-outline-success my-2 my-sm-0" 
type="submit">Search</button>
+        </form> -->
+
+        </div>
+
+    </div>
+
+</nav>
+
+
+  <div class="container mt-5 pb-4">
+
+  <div class="row">
+
+    <div class="col-lg-8 markdown-body">
+      <div style="background-color: #fff3cd; color: #856404; border: 1px solid 
#ffeeba; padding: 20px; border-radius: 5px; margin-bottom: 30px;">
+  <strong>Looking for classic Mahout documentation?</strong>
+  <p style="margin-bottom: 0; margin-top: 10px;">
+    Apache Mahout has evolved significantly over its 15+ year history. The 
legacy MapReduce and Samsara
+    documentation you may be looking for has been retired. Mahout now focuses 
on
+    <strong>Qumat</strong>, our quantum computing library.
+  </p>
+</div>
+
+<div style="text-align: center; padding: 40px 20px;">
+  <h1 style="font-size: 4rem; color: #dc3545; margin-bottom: 0;">404</h1>
+  <h2 style="color: #6c757d;">Page Not Found</h2>
+</div>
+
+<h3>Current Documentation</h3>
+
+<p>Explore the current Apache Mahout project:</p>
+
+<ul>
+  <li><a href="/qumat/">Qumat Overview</a> - High-level quantum computing 
library</li>
+  <li><a href="/qumat/core/">Qumat Core</a> - Build quantum circuits with a 
unified API for Qiskit, Cirq, and Amazon Braket</li>
+  <li><a href="/qumat/qdp/">QDP (Quantum Data Plane)</a> - GPU-accelerated 
quantum data encoding</li>
+  <li><a href="/qumat/quantum-computing-primer/">Quantum Computing Primer</a> 
- Learn quantum computing fundamentals</li>
+</ul>
+
+<h3>Looking for Historical Documentation?</h3>
+
+<p>
+  If you need to reference legacy Mahout documentation (MapReduce algorithms, 
classic machine learning,
+  Spark/Flink bindings, Samsara), you can find archived versions on the
+  <a href="https://web.archive.org/web/*/mahout.apache.org/*"; target="_blank" 
rel="noopener">Internet Archive Wayback Machine</a>.
+</p>
+
+<p>Archived documentation:</p>
+<ul>
+  <li><a 
href="https://web.archive.org/web/20190827090545/http://mahout.apache.org/users/basics/quickstart.html";
 target="_blank" rel="noopener">Quick Start Guide</a></li>
+  <li><a 
href="https://web.archive.org/web/20180916081158/http://mahout.apache.org/users/clustering/clustering-of-synthetic-control-data.html";
 target="_blank" rel="noopener">Clustering Documentation</a></li>
+  <li><a 
href="https://web.archive.org/web/20200220174941/http://mahout.apache.org/users/classification/bayesian.html";
 target="_blank" rel="noopener">Classification - Bayesian</a></li>
+  <li><a 
href="https://web.archive.org/web/20200208114131/http://mahout.apache.org/users/recommender/recommender-documentation.html";
 target="_blank" rel="noopener">Recommender Documentation</a></li>
+</ul>
+
+<h3>Need Help?</h3>
+
+<p>
+  <a href="https://github.com/apache/mahout/issues";>Open an issue on 
GitHub</a> or join the
+  <a href="mailto:[email protected]";>dev mailing list</a> if you have 
questions.
+</p>
+
+<p style="text-align: center; margin-top: 40px;">
+  <a href="/" class="btn btn-primary">Return to Homepage</a>
+</p>
+
+    </div>
+
+    <div class="col-lg-4">
+      <!-- Qumat Release Banner -->
+<div class="card mb-4 sidebar">
+    <div class="card-header">
+        🚀 Qumat 0.4 Released!
+    </div>
+    <div class="card-body">
+        <p class="mb-2">Mahout's new quantum computing layer for building ML 
circuits on simulators and real quantum hardware.</p>
+        <a href="/download/downloads.html">Download Qumat 0.4 →</a>
+    </div>
+</div>
+
+<!-- Apache Software Foundation Links -->
+<div class="card mb-4 sidebar">
+    <div class="card-header">
+        Apache Software Foundation
+    </div>
+    <div class="card-body">
+        <ul class="list-unstyled mb-0">
+            <li>
+                <a 
href="https://www.apache.org/foundation/how-it-works.html";>Apache Software 
Foundation</a>
+            </li>
+            <li>
+                <a href="http://www.apache.org/licenses/";>Apache License</a>
+            </li>
+            <li>
+                <a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a>
+            </li>
+            <li>
+                <a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a>
+            </li>
+        </ul>
+    </div>
+</div>
+
+<!-- Talks Widget -->
+<div class="card mb-4 sidebar">
+    <div class="card-header">
+        Talks
+    </div>
+    <div class="card-body">
+        <ul class="list mb-0">
+            <li>
+                FOSSY 2024, Portland Oregon - <a 
href="https://www.youtube.com/watch?v=tgFaUL1wYhY"; target="_blank">
+                    QuMat: Apache Mahout's Quantum Computing Interface
+                </a>
+                [<a 
href="https://www.slideshare.net/slideshow/qumat_-apache-mahout-s-quantum-computing-interface-pptx/272300949";
 target="_blank">Slides</a>]
+            </li>
+                <li>
+                FOSDEM 2025, Brussels Belgium - <a 
href="https://mirrors.dotsrc.org/fosdem/2025/k4401/fosdem-2025-5298-introducing-qumat-an-apache-mahout-joint-.av1.webm";
 target="_blank">Introducing Qumat!</a>
+                [<a 
href="https://fosdem.org/2025/schedule/event/fosdem-2025-5298-introducing-qumat-an-apache-mahout-joint-/";
 target="_blank">More Info</a>]
+                [<a 
href="https://fosdem.org/2025/events/attachments/fosdem-2025-5298-introducing-qumat-an-apache-mahout-joint-/slides/236541/Introdudi_JgkXqqT.pdf";
 target="_blank">Slides</a>]
+            </li>
+        </ul>
+    </div>
+</div>
+
+    </div>
+
+  </div>
+
+</div>
+
+  <footer class="footer bg-light">
+    <div class="container text-center small">
+        Copyright &copy; 2014-2026 <a href="http://www.apache.org/";>The Apache 
Software Foundation</a>, Licensed under the Apache License, Version 2.0.
+    </div>
+</footer>
+
+  <script src="/assets/vendor/jquery/jquery-slim.min.js"></script>
+  <script src="/assets/vendor/popper/popper.min.js"></script>
+  <script src="/assets/vendor/bootstrap/js/bootstrap.min.js"></script>
+  <script src="/assets/header.js"></script>
+  <script 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
 type="text/javascript"></script>
+</body>
+</html>
diff --git a/feed.xml b/feed.xml
index 56fb3f023..ed0ee59c5 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.3.2">Jekyll</generator><link 
href="http://mahout.apache.org//feed.xml"; rel="self" 
type="application/atom+xml" /><link href="http://mahout.apache.org//"; 
rel="alternate" type="text/html" 
/><updated>2026-01-16T11:10:46+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
 type="html">Apache Mahout</title><subtitle>Distributed Linear 
Algebra</subtitle> [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="4.3.2">Jekyll</generator><link 
href="http://mahout.apache.org//feed.xml"; rel="self" 
type="application/atom+xml" /><link href="http://mahout.apache.org//"; 
rel="alternate" type="text/html" 
/><updated>2026-01-16T17:12:05+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
 type="html">Apache Mahout</title><subtitle>Distributed Linear 
Algebra</subtitle> [...]
 <p><a href="mailto:[email protected]";>Subscribe</a> to the 
Mahout User list for details on joining.</p>
 
 <h3 id="attendees">Attendees</h3>

Reply via email to