Repository: mahout Updated Branches: refs/heads/master d4def830d -> 574ccc990
NO-JIRA News Update Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/574ccc99 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/574ccc99 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/574ccc99 Branch: refs/heads/master Commit: 574ccc990673afdd34cb47f2b50f4379c5823212 Parents: d4def83 Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Mon Jun 18 14:46:11 2018 -0500 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Mon Jun 18 14:46:11 2018 -0500 ---------------------------------------------------------------------- website/_posts/2018-06-18-preping-014.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/574ccc99/website/_posts/2018-06-18-preping-014.md ---------------------------------------------------------------------- diff --git a/website/_posts/2018-06-18-preping-014.md b/website/_posts/2018-06-18-preping-014.md new file mode 100644 index 0000000..e73576d --- /dev/null +++ b/website/_posts/2018-06-18-preping-014.md @@ -0,0 +1,28 @@ +--- +layout: post +title: Preparing for version 0.14.0 +date: 2018-06-18 16:16:01 -0600 +category: news +--- + +Hey all! We're preparing for Mahout version 0.14.0. + +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 +it includes some very important 'behind the scenes changes'. We're doing a +heavy refactoring which will combine `math` and `math-scala` into a module +called `core` (no change to code required!). + +We will be moving H2o and Flink-batch engines into `community` that is to +say the code will still be available, but we won't be actively maintaining +it (we will accept PRs though). We're moving the Map Reduce code to community +and have considered to once again accepting PRs against this code (if you have +an open PR, we'll hit you up after the release about rebasing and considering to +resubmit the PR) + +We're going to be updating the Java dependency from 1.7 to 1.8. + +There was a LOT of old junk in the POMs which we have clipped out. + +Stay tuned and [feel free to help out](https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=80&projectKey=MAHOUT&view=detail&selectedIssue=MAHOUT-2047)! +
