Mahout 0.10.0-1507 Release Notes

IMPORTANT This component is deprecated. Hewlett Packard Enterprise recommends using an alternate product. For more information, see Discontinued Ecosystem Components.

The notes below relate specifically to the Mahout component included in the MapR Distribution for Apache Hadoop. You may also be interested in the Apache Mahout homepage.

Version 0.10.0
Release Date August 5, 2015
Source on GitHub https://github.com/mapr/mahout.git
GitHub Release Tag 0.10-mapr-1507
MapR Version Compatibility See Ecosystem Support Matrix (Pre-5.2 releases).
Maven Artifacts https://repository.mapr.com/maven/

Fixes

This release from MapR includes the following fixes on the base Apache release. These fixes were back-ported from Mahout version 0.10.1 For complete details, refer to the commit log for this project in GitHub.

Commit Date (YYYY-MM-DD) Comment
c9ee4f3 2015-06-10 MAHOUT-1704: Minimized the dependency jar for h2o so that it only includes necessary run-time classes.
d880b7a 2015-06-10 MAHOUT-1697:Math-scala and spark module docs are no longer packaged under the wrong path in the bin distribution archive.
358620d 2015-06-10 MAHOUT-1696: QRDecomposition.solve(...) no longer returns incorrect Matrix types.
e6d7525 2015-06-10 MAHOUT-1690: Resolved the issue where vector dumper flags are expecting arguments.
7907998 2015-06-10 MAHOUT-1693: FunctionalMatrixView no longer materializes row vectors when it is run in scala shell.