Return-Path: X-Original-To: apmail-mahout-user-archive@www.apache.org Delivered-To: apmail-mahout-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F7D9434F for ; Mon, 9 May 2011 20:46:39 +0000 (UTC) Received: (qmail 59026 invoked by uid 500); 9 May 2011 20:46:38 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 58984 invoked by uid 500); 9 May 2011 20:46:38 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Received: (qmail 58976 invoked by uid 99); 9 May 2011 20:46:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 20:46:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dlieu.7@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qy0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 20:46:31 +0000 Received: by qyk32 with SMTP id 32so2155616qyk.1 for ; Mon, 09 May 2011 13:46:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=Lr0SxwHBSMIlHg7g+PPvmovYIJnsew+60ncvlHJtgis=; b=lleQdJuXfkTJpWcssnTcCFoX3t9rKo/asy2fPWs3QIbNN8giu0fdAx2CPXbdMqoMB0 +NcXXNf/o5hgDtDeTe+vGrEeVhJWQPuYhKX5GEbZbZYL0rG95+wNEc66sjo0C89k6IXr cWaiBHbO6JnH5yE9twmTYdsAbOi6iqVHEbKFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=M2oUMndGzIPbYkwFk++p1wo6pwewd42YD+h9nqKmR7Wbox1nVI19eEboxVJ3RulCLX vTuU0gUrdWncJ5W6hAMoLkG2rGaAGEuBLl/wkdut3UY4YYCxf1MooTySzbc5RtdUWJcF MRVsK93X6BMpzjZBwhs3KcgyqfNyX3vZQ0AHU= MIME-Version: 1.0 Received: by 10.52.73.66 with SMTP id j2mr1138017vdv.218.1304973970969; Mon, 09 May 2011 13:46:10 -0700 (PDT) Received: by 10.52.186.105 with HTTP; Mon, 9 May 2011 13:46:10 -0700 (PDT) In-Reply-To: References: <9D0C3CC6-7FBD-4098-9F9E-D8D590107E25@transpac.com> Date: Mon, 9 May 2011 13:46:10 -0700 Message-ID: Subject: Re: The perennial "Error: java.lang.ClassNotFoundException: org.apache.mahout.math.Vector" problem From: Dmitriy Lyubimov To: user@mahout.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes. and also seq2sparse. This one seems to work as long as you don't try to insert your custom analyzer with an option. (I did not try though but i am planning to and remember people complained about it). On Mon, May 9, 2011 at 1:39 PM, Jake Mannix wrote: > On Mon, May 9, 2011 at 1:37 PM, Dmitriy Lyubimov wrot= e: > >> I think we are certainly broken for backend use of Mahout (e.g. for >> stuff like lucene analyzer strategies) but FWIW last time i tried to >> run SSVD code it worked and it does use math stuff and it also does >> setJarByClass. >> >> Unfortunately, i can't run much else at the moment. >> > > How did you run it? =A0Via "./bin/mahout ssvd " ? > > =A0 -jake >