Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1546018F66 for ; Tue, 26 May 2015 20:40:04 +0000 (UTC) Received: (qmail 85725 invoked by uid 500); 26 May 2015 20:39:59 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 85538 invoked by uid 500); 26 May 2015 20:39:59 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 82519 invoked by uid 99); 26 May 2015 20:39:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2015 20:39:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5B90DDFF09; Tue, 26 May 2015 20:39:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sslavic@apache.org To: commits@mahout.apache.org Date: Tue, 26 May 2015 20:40:28 -0000 Message-Id: <56751b67710c48bc948d4fb74eb0e3a8@git.apache.org> In-Reply-To: <132956d0504d4a529b47afb1bbad852c@git.apache.org> References: <132956d0504d4a529b47afb1bbad852c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/37] mahout git commit: MAHOUT-1697: Fixed paths to which math-scala and spark modules docs get packaged under in bin distribution archive MAHOUT-1697: Fixed paths to which math-scala and spark modules docs get packaged under in bin distribution archive Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/9abb5261 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9abb5261 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9abb5261 Branch: refs/heads/mahout-0.10.x Commit: 9abb526120810661fdc6495438107408cc4dd16d Parents: 1f9188d Author: Stevo Slavic Authored: Sun Apr 26 14:49:54 2015 +0200 Committer: Stevo Slavic Committed: Sun Apr 26 14:49:54 2015 +0200 ---------------------------------------------------------------------- CHANGELOG | 2 ++ distribution/src/main/assembly/bin.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/9abb5261/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index dc5d298..1657afc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Mahout Change Log Release 0.10.1 - unreleased + MAHOUT-1697: Fixed paths to which math-scala and spark modules docs get packaged under in bin distribution archive (sslavic) + MAHOUT-1696: QRDecomposition.solve(...) can return incorrect Matrix types (apalumbo) MAHOUT-1690: CLONE - Some vector dumper flags are expecting arguments. (smarthi) http://git-wip-us.apache.org/repos/asf/mahout/blob/9abb5261/distribution/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml index c49ddc2..3e28a53 100644 --- a/distribution/src/main/assembly/bin.xml +++ b/distribution/src/main/assembly/bin.xml @@ -194,11 +194,11 @@ ${project.basedir}/../math-scala/target/site/scaladocs - docs/mahout-examples + docs/mahout-math-scala ${project.basedir}/../spark/target/site/scaladocs - docs/mahout-examples + docs/mahout-spark ${project.basedir}/../spark-shell/target/site/scaladocs