This is an automated email from the ASF dual-hosted git repository.
git-site-role 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 07df837 Automatic Site Publish by Buildbot
07df837 is described below
commit 07df837191d1fc6e77d71c5dce3f732e4de56e63
Author: jenkins <[email protected]>
AuthorDate: Sat Dec 14 22:49:31 2019 +0000
Automatic Site Publish by Buildbot
---
feed.xml | 2 +-
posts/releasing-14.1.html | 237 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 238 insertions(+), 1 deletion(-)
diff --git a/feed.xml b/feed.xml
index 7b22306..cbc112c 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="3.5.0">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>2019-12-14T22:48:06+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="3.5.0">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>2019-12-14T22:49:05+00:00</updated><id>http://mahout.apache.org//feed.xml</id><title
type="html">Apache Mahout</title><subtitle>Distributed Linear
Algebra</subtitle> [...]
<p>This release might not seem super exciting from a user perspective
(except
we’re bumping Apache Spark to version 2.x and Scala to version 2.11) but
diff --git a/posts/releasing-14.1.html b/posts/releasing-14.1.html
new file mode 100644
index 0000000..90bb2f0
--- /dev/null
+++ b/posts/releasing-14.1.html
@@ -0,0 +1,237 @@
+<!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>
+ 14.1 Release in the works
+
+ </title>
+
+ <meta name="description" content="Distributed Linear Algebra">
+
+ <link rel="stylesheet" href="/assets/css/main.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//posts/releasing-14.1.html">
+ <link rel="alternate" type="application/rss+xml" title="Apache Mahout"
href="/%20/feed.xml">
+
+
+</head>
+
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-98314020-1', 'auto');
+ ga('send', 'pageview');
+</script>
+<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">
+
+ <!-- Download -->
+ <li class="nav-item">
+ <a class="nav-link" href="/general/downloads">Download</a>
+ </li>
+
+ <li class="nav-item">
+ <a class="nav-link"
href="/docs/latest/index.html">Overview</a>
+ </li>
+
+ <!-- Algorithms (Samsara / MR) -->
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href=""
id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Algorithms</a>
+ <div class="dropdown-menu"
aria-labelledby="navbarDropdownMenuLink">
+ <a class="dropdown-item"
href="/docs/latest/algorithms/linear-algebra">Distributed Linear Algebra</a>
+ <a class="dropdown-item"
href="/docs/latest/algorithms/preprocessors">Preprocessors</a>
+ <a class="dropdown-item"
href="/docs/latest/algorithms/regression">Regression</a>
+ <a class="dropdown-item"
href="/docs/latest/algorithms/clustering">Clustering</a>
+ <a class="dropdown-item"
href="/docs/latest/algorithms/recommenders">Recommenders</a>
+ <div class="dropdown-divider"></div>
+ <h6 class="dropdown-header">Deprecated</h6>
+ <a class="dropdown-item"
href="/docs/latest/algorithms/map-reduce">MapReduce <i>(deprecated)</i></a>
+ </div>
+ <!--<a class="dropdown-item"
href="/docs/latest/algorithms/recommenders/recommender-overview.html">Reccomender
Overview</a></li> Do we still need? seems like short version of next post-->
+ <!--
+ <a class="dropdown-item"
href="/docs/latest/algorithms/recommenders/intro-cooccurrence-spark.html">Intro
to Coocurrence With Spark</a></li>
+ <li role="separator" class="divider"></li>
+ <li><span> <a
href="/docs/latest/algorithms/map-reduce"><b>MapReduce</b>
(deprecated)</a><span></li>
+ -->
+ </li>
+
+
+ <!-- Developers -->
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href=""
id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Developers</a>
+ <div class="dropdown-menu"
aria-labelledby="navbarDropdownMenuLink">
+ <a class="dropdown-item"
href="/developers/developer-resources.html">Developer Resources</a>
+ <a class="dropdown-item"
href="/developers/buildingmahout">Building Mahout from Source</a>
+ <a class="dropdown-item"
href="/developers/issue-tracker">Issues Tracking (JIRA)</a>
+ <!-- <a class="dropdown-item"
href="/developers/patch-check-list/">Patch Check List</a> going to github
template -->
+ <!-- <a class="dropdown-item"
href="/developers/reference/">References</a> a lot of overlap with books,
talks, etc. page -->
+ <a class="dropdown-item"
href="/developers/release-notes">Release Notes</a>
+ <!-- <a class="dropdown-item"
href="/developers/thirdparty-dependencies/">Third Party Dependencies</a> is our
site the reasonable place for this? -->
+ <!-- <a class="dropdown-item"
href="/developers/version-control/">Version Control</a> -->
+ <div class="dropdown-divider"></div>
+ <h6 class="dropdown-header">How To's</h6>
+ <a class="dropdown-item"
href="/developers/how-to-contribute">How to Contribute</a>
+ <a class="dropdown-item"
href="/developers/githubPRs">Github PRs</a>
+ <a class="dropdown-item"
href="/developers/how-to-become-a-committer">How to Become a Committer</a>
+ <a class="dropdown-item"
href="/developers/how-to-release">How to Release</a>
+ <a class="dropdown-item"
href="/developers/how-to-update-the-website">How to Update the Website</a>
+ </div>
+ </li>
+
+ <!-- Docs -->
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href=""
id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Docs</a>
+ <div class="dropdown-menu"
aria-labelledby="navbarDropdownMenuLink">
+ <h6 class="dropdown-header">Release</h6>
+ <a class="dropdown-item" href="/docs/0.13.0">0.13.0</a>
+ <div class="dropdown-divider"></div>
+ <h6 class="dropdown-header">Latest Snapshot
(Development)</h6>
+ <a class="dropdown-item"
href="/docs/latest">0.13.1-SNAPSHOT</a>
+ </div>
+ </li>
+
+ <!-- Community -->
+ <li class="nav-item dropdown">
+ <a class="nav-link dropdown-toggle" href=""
id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Community</a>
+ <div class="dropdown-menu dropdown-menu-right">
+ <!--<a class="dropdown-item"
href="/community/history/">History of the Apache Mahout Project</a>-->
+ <!--<a class="dropdown-item"
href="/community/blogs/">Blog Posts About Mahout</a>-->
+ <!--<a class="dropdown-item"
href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>-->
+ <!-- <a class="dropdown-item"
href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> -->
+ <!-- <a class="dropdown-item"
href="/community/faq/">FAQ</a> needs a lot of updating -->
+ <a class="dropdown-item"
href="/developers/gsoc">GSoC</a>
+ <!-- Is OK- updated Map/Reduce verbage to reflect
Samsara -->
+ <!-- <a class="dropdown-item"
href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep
them? -->
+ <!-- <a class="dropdown-item"
href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links
cleanedup - do we still want this even?-->
+ <a class="dropdown-item"
href="/general/mailing-lists">Mailing Lists</a>
+ <!-- Clean and pretty -->
+ <!-- <a class="dropdown-item"
href="/community/powered-by-mahout/">Powered By Mahout</a> needs update -->
+ <a class="dropdown-item"
href="/general/privacy-policy">Privacy Policy</a>
+ <!-- <a class="dropdown-item"
href="/community/professional-support/">Professional Support</a> update if we
even want to keep -->
+ <a class="dropdown-item"
href="/general/who-we-are">Who We Are</a>
+ <!-- nikolai needs to add himself -->
+ </div>
+ </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">
+ <h1 id="on-wierd-version-numbering">On wierd version numbering…</h1>
+
+<p>We were under pressure to release a “version above 1.0” which seemed sort
of arbitrary to us.</p>
+
+<p>We decided to just stick with our original schema, but take it x10. Our
last release was 0.14.0, and thus this release
+is 14.1. So if you’re wondering where versions 1.0-13.0 are, that’s what
happened.</p>
+
+<p>14.1 is a long overdue fix for us releasing binaries for to use, instead of
having to build your own. 0.14.0 was us finally
+moving the old Map Reduce stuff out of the main trunk, because we haven’t been
about that for quite some time.</p>
+
+<p>If you would like to help us test the release candidate, send an email to
<code class="highlighter-rouge">[email protected]</code> and
reply to the
+confimration email to join our mailing list, and happy Mahouting!</p>
+
+ </div>
+
+ <div class="col-lg-4">
+ <!-- Apache Software Foundation Links -->
+<div class="card mb-4">
+ <div class="card-header">
+ Apache Software Foundation
+ </div>
+ <div class="card-body">
+ <ul class="list-unstyled mb-0">
+ <li>
+ <a
href="http://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>
+
+<!-- Twitter Posts Widget -->
+<div class="card">
+ <div class="card-body">
+ <a class="twitter-timeline" data-height="500"
href="https://twitter.com/ApacheMahout">Tweets by ApacheMahout</a>
+ <script async src="//platform.twitter.com/widgets.js"
charset="utf-8"></script>
+ </div>
+</div>
+ </div>
+
+ </div>
+
+</div>
+
+
+ <footer class="footer bg-light">
+ <div class="container text-center small">
+ Copyright © 2014-2019 The Apache Software Foundation, 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>