Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EAEDF78D2 for ; Sat, 3 Sep 2011 00:45:34 +0000 (UTC) Received: (qmail 95825 invoked by uid 500); 3 Sep 2011 00:45:34 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 95591 invoked by uid 500); 3 Sep 2011 00:45:34 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 95402 invoked by uid 99); 3 Sep 2011 00:45:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 00:45:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 00:45:30 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 59AA3238889B; Sat, 3 Sep 2011 00:45:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1164776 - in /incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources: package_data_apt.xml package_data_yum.xml package_data_zypper.xml Date: Sat, 03 Sep 2011 00:45:08 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110903004509.59AA3238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rvs Date: Sat Sep 3 00:45:08 2011 New Revision: 1164776 URL: http://svn.apache.org/viewvc?rev=1164776&view=rev Log: BIGTOP-74. Add Mahout to package readiness tests Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_apt.xml incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_apt.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_apt.xml?rev=1164776&r1=1164775&r2=1164776&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_apt.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_apt.xml Sat Sep 3 00:45:08 2011 @@ -16,6 +16,43 @@ limitations under the License. --> + + + A set of Java libraries for scalable machine learning. + Mahout's goal is to build scalable machine learning libraries. + With scalable we mean: + . + Scalable to reasonably large data sets. Our core algorithms for clustering, + classfication and batch based collaborative filtering are implemented on top of + Apache Hadoop using the map/reduce paradigm. However we do not restrict + contributions to Hadoop based implementations: Contributions that run on a + single node or on a non-Hadoop cluster are welcome as well. The core libraries + are highly optimized to allow for good performance also for non-distributed + algorithms. + Scalable to support your business case. Mahout is distributed under a + commercially friendly Apache Software license. + Scalable community. The goal of Mahout is to build a vibrant, responsive, + diverse community to facilitate discussions not only on the project itself but + also on potential use cases. Come to the mailing lists to find out more. + http://mahout.apache.org + + + + + + + + + + + + auto + /etc/mahout/conf + /etc/mahout/conf.dist + /etc/mahout/conf.dist + + + Scripts and libraries for running software services on cloud infrastructure Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml?rev=1164776&r1=1164775&r2=1164776&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_yum.xml Sat Sep 3 00:45:08 2011 @@ -16,6 +16,42 @@ limitations under the License. --> + + + A set of Java libraries for scalable machine learning. + Mahout's goal is to build scalable machine learning libraries. +With scalable we mean: + +Scalable to reasonably large data sets. Our core algorithms for clustering, +classfication and batch based collaborative filtering are implemented on top of +Apache Hadoop using the map/reduce paradigm. However we do not restrict +contributions to Hadoop based implementations: Contributions that run on a +single node or on a non-Hadoop cluster are welcome as well. The core libraries +are highly optimized to allow for good performance also for non-distributed +algorithms. +Scalable to support your business case. Mahout is distributed under a +commercially friendly Apache Software license. +Scalable community. The goal of Mahout is to build a vibrant, responsive, +diverse community to facilitate discussions not only on the project itself but +also on potential use cases. Come to the mailing lists to find out more. + http://mahout.apache.org + + + + + + + + + + + auto + /etc/mahout/conf + /etc/mahout/conf.dist + /etc/mahout/conf.dist + + + Scripts and libraries for running software services on cloud infrastructure. Modified: incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml?rev=1164776&r1=1164775&r2=1164776&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-artifacts/package/src/main/resources/package_data_zypper.xml Sat Sep 3 00:45:08 2011 @@ -16,6 +16,42 @@ limitations under the License. --> + + + A set of Java libraries for scalable machine learning. + Mahout's goal is to build scalable machine learning libraries. +With scalable we mean: + +Scalable to reasonably large data sets. Our core algorithms for clustering, +classfication and batch based collaborative filtering are implemented on top of +Apache Hadoop using the map/reduce paradigm. However we do not restrict +contributions to Hadoop based implementations: Contributions that run on a +single node or on a non-Hadoop cluster are welcome as well. The core libraries +are highly optimized to allow for good performance also for non-distributed +algorithms. +Scalable to support your business case. Mahout is distributed under a +commercially friendly Apache Software license. +Scalable community. The goal of Mahout is to build a vibrant, responsive, +diverse community to facilitate discussions not only on the project itself but +also on potential use cases. Come to the mailing lists to find out more. + http://mahout.apache.org + + + + + + + + + + + auto + /etc/mahout/conf + /etc/mahout/conf.dist + /etc/mahout/conf.dist + + + Scripts and libraries for running software services on cloud infrastructure.