Return-Path: X-Original-To: apmail-nutch-user-archive@www.apache.org Delivered-To: apmail-nutch-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 9E0EDD541 for ; Mon, 27 Aug 2012 13:06:02 +0000 (UTC) Received: (qmail 39634 invoked by uid 500); 27 Aug 2012 13:06:01 -0000 Delivered-To: apmail-nutch-user-archive@nutch.apache.org Received: (qmail 39594 invoked by uid 500); 27 Aug 2012 13:06:01 -0000 Mailing-List: contact user-help@nutch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@nutch.apache.org Delivered-To: mailing list user@nutch.apache.org Received: (qmail 39586 invoked by uid 99); 27 Aug 2012 13:06:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 13:06:01 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lewis.mcgibbney@gmail.com designates 209.85.216.182 as permitted sender) Received: from [209.85.216.182] (HELO mail-qc0-f182.google.com) (209.85.216.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 13:05:57 +0000 Received: by qcsg15 with SMTP id g15so4087339qcs.27 for ; Mon, 27 Aug 2012 06:05:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rRVgvB0G3nRRa6vAJkxMyEqyZ6Y9RRPxkb0iZtXMELk=; b=BmLBKO/2aauHa5gteO4uAqqgvre1QX5b+L2XLzcwvI7ITsTt8s/qStSfRVh0o1Ocph UXB/tuQJ85peC4aO8pg3+tJ8xdSx3l+r45Bkv2MJpBAv82LgX+R+7H3E5pmQh5vgoUtZ P+O1rIialdqQhNiJgbwIMZS8k633pcpK35P5FC/UQ+VMa9dEWD4eYRHTKtEm8xZM9bmU C0xpWeLjNpTIZaxQ4eBHrSgEk9AtMJ1G9L9dAopNKKO8KCDseo9vLxR8tkMh0ovC2m0K 2hXqZufj2zW7vM9i1vC7vgESNjajFjek55HfpfpumbxQ6rlJeoOJlvWbLtJ5/Eg18GUs iyYQ== MIME-Version: 1.0 Received: by 10.224.78.16 with SMTP id i16mr7501779qak.74.1346072736034; Mon, 27 Aug 2012 06:05:36 -0700 (PDT) Received: by 10.49.52.72 with HTTP; Mon, 27 Aug 2012 06:05:35 -0700 (PDT) In-Reply-To: <503B6C35.2050603@ozses.net> References: <503B18B9.7000505@ozses.net> <1346057138244-4003427.post@n3.nabble.com> <503B5B28.3010508@ozses.net> <503B6C35.2050603@ozses.net> Date: Mon, 27 Aug 2012 14:05:35 +0100 Message-ID: Subject: Re: bin/nutch From: Lewis John Mcgibbney To: user@nutch.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org If you wish to use HBase to store your crawl data then yes. Alternatively (currently) you can use Cassandra, Accumulo, MySQL or HSQLDB and soon Amazon's DynamoDB Check out the HBase tutorial, it includes absolutely everything you require to get going with this. Lewis On Mon, Aug 27, 2012 at 1:46 PM, Tolga wrote: > Do I need HBase as well? > > On 08/27/2012 03:00 PM, Lewis John Mcgibbney wrote: >> >> try "ant runtime" >> >> This will generate the runtime deployment(s) you require to get going, >> however it _does_not_ give you a ready to rock deployment. >> >> You should check out the following tutorials below >> >> http://wiki.apache.org/nutch/Nutch2Tutorial >> http://nlp.solutions.asia/?p=180 >> >> Lewis >> >> On Mon, Aug 27, 2012 at 12:34 PM, Tolga wrote: >>> >>> Hi, and thanks for your fast reply. >>> >>> I found a tutorial on the interwebz, and it said to use ant in $NUTCH. >>> However, when I used it, I got: >>> >>> >>> [mtozses@atlas NUTCH]$ time ant >>> Buildfile: build.xml >>> [taskdef] Could not load definitions from resource >>> org/sonar/ant/antlib.xml. It could not be found. >>> >>> ivy-probe-antlib: >>> >>> BUILD FAILED >>> /usr/local/solr/NUTCH/build.xml:472: Class >>> org.apache.tools.ant.taskdefs.ConditionTask doesn't support the nested >>> "typefound" element. What to do now? >>> >>> Regards, >>> >>> >>> On 08/27/2012 11:45 AM, hugo.ma wrote: >>>> >>>> yes you need to compile nutch 2.0 >>>> >>>> >>>> >>>> -- >>>> View this message in context: >>>> http://lucene.472066.n3.nabble.com/bin-nutch-tp4003408p4003427.html >>>> Sent from the Nutch - User mailing list archive at Nabble.com. >>> >>> >> >> > -- Lewis