Return-Path: X-Original-To: apmail-hama-user-archive@www.apache.org Delivered-To: apmail-hama-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 10B26D7B0 for ; Tue, 13 Nov 2012 11:42:13 +0000 (UTC) Received: (qmail 79880 invoked by uid 500); 13 Nov 2012 11:42:12 -0000 Delivered-To: apmail-hama-user-archive@hama.apache.org Received: (qmail 79822 invoked by uid 500); 13 Nov 2012 11:42:12 -0000 Mailing-List: contact user-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hama.apache.org Delivered-To: mailing list user@hama.apache.org Received: (qmail 79684 invoked by uid 99); 13 Nov 2012 11:42:11 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2012 11:42:11 +0000 Received: from localhost (HELO mail-we0-f175.google.com) (127.0.0.1) (smtp-auth username edwardyoon, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2012 11:42:11 +0000 Received: by mail-we0-f175.google.com with SMTP id t44so3501889wey.34 for ; Tue, 13 Nov 2012 03:42:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding:x-gm-message-state; bh=jcOLgxyiVyJdAPD4h7QT94vQBj7rcgF2ggTqhuCw5is=; b=ZmIc9MWHyi0YKrD1MNgey2Dakx2x43SxHT+dzFWCKJdgQ4YRTcjxMgul5SQww5Di4Z NsqNdfu3bpL9/SOItOzXUOiSo0Km6wUNbIrlkUoFrPhNcimDdT+0AdPpvx0npN3Gq8ar gqjMkXEUmv91o2SVr5kDFApU2Xwkq8BcBfZ0H4KdXYI+yRbQSrJzEWc2BIl+8bBRpKno vTfXXKux+iCjNvBSp8eMtCGJLXlz9V1JcOHvkCu3CIipELICLtDaGSvlev/lvxBCZOUh t9jihTGA4Tp9sHxU7kDd0Sb3UvPJW8hd+uLZzNHa/xbki6Sf5yqKQlXYnhLyXlqKO1oh n5bQ== MIME-Version: 1.0 Received: by 10.216.211.27 with SMTP id v27mr60661weo.178.1352803370497; Tue, 13 Nov 2012 02:42:50 -0800 (PST) Received: by 10.180.93.100 with HTTP; Tue, 13 Nov 2012 02:42:50 -0800 (PST) In-Reply-To: References: <345801A3A7546D488A0CE4001E4FFB287E719C@RHV-EXRDA-S11.corp.ebay.com> Date: Tue, 13 Nov 2012 19:42:50 +0900 Message-ID: Subject: Re: Load user library to Hama From: "Edward J. Yoon" To: user@hama.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkVDNd+uYvP/wRFcrzVEgurK20p0O2kWndzDZlM/TuxCwElB8WB9X6jAIsK389d53pDuSeY Hi Tu, Min You can solve the problem by copying your 3rd party library to {$HAMA}/lib folder. On Tue, Nov 13, 2012 at 7:32 PM, Suraj Menon wrote: > Hi, > > Can you give us the command you are trying. Also, you can try the > distributed cache feature of Hadoop for the same. > > Thanks, > Suraj > > > On Mon, Nov 12, 2012 at 9:03 PM, Tu, Min wrote: > >> Hi, >> >> I am new to Hama and got a question for using it. >> >> I am writing my own VertexInputReader and need a third party library to >> parse the input. How should I ship the library jar to the GroomServer in >> Hama. I have tried to use the =E2=80=93libjars option but did not work: = got >> ClassNotFoundException in the VertexInputReader part. >> >> >> Thanks a lot >> >> Min >> --=20 Best Regards, Edward J. Yoon @eddieyoon