Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3990B1118C for ; Tue, 1 Jul 2014 14:36:45 +0000 (UTC) Received: (qmail 74320 invoked by uid 500); 1 Jul 2014 14:36:40 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 74252 invoked by uid 500); 1 Jul 2014 14:36:40 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 74239 invoked by uid 99); 1 Jul 2014 14:36:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 14:36:40 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of erickerickson@gmail.com designates 209.85.128.173 as permitted sender) Received: from [209.85.128.173] (HELO mail-ve0-f173.google.com) (209.85.128.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 14:36:36 +0000 Received: by mail-ve0-f173.google.com with SMTP id db11so9661565veb.4 for ; Tue, 01 Jul 2014 07:36:15 -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=5B3PcTgCzr9mlYDrEWm44F5SFCmYkH5eeDIJ2Iz1cvM=; b=qCJCwdZM3M7Kckvxhin5RFYyH1WXzAt9cmN4pUya+Wli/xzob49CX8l1Um0OJLsZYJ PXTlIW0B+lwFd70kpQ0KkL/F9WjTWu+wJaNQgFhYDsxk/RT9CvIGXc7+2rIGLh+pfKYX r3pfLUHUcFhroJNC7QfxEpsQJ/1PGhxQjXugwDt7HJ7f/4t04fyJyuMtinmIRvSQCgYS PR1488eHiIAsJLfVOqeJtgJJ7/U1Iomzsb3n7wXTxgFqdI6rc4aRVxhJjSQ+zbqsEA1i GGN/0Um8CzENKMm8nOXwd41OQ0CLkS4IwYo+c3l+EObtakCfr90zqq9/7ugOWNq7c4R9 7afg== MIME-Version: 1.0 X-Received: by 10.220.143.81 with SMTP id t17mr479552vcu.76.1404225375424; Tue, 01 Jul 2014 07:36:15 -0700 (PDT) Received: by 10.52.120.106 with HTTP; Tue, 1 Jul 2014 07:36:15 -0700 (PDT) In-Reply-To: <1404192207078-4144916.post@n3.nabble.com> References: <1404119984530-4144715.post@n3.nabble.com> <1404192207078-4144916.post@n3.nabble.com> Date: Tue, 1 Jul 2014 07:36:15 -0700 Message-ID: Subject: Re: Integrating solr with Hadoop From: Erick Erickson To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Should be fine. Things to watch: 1> solrconfig.xml has to have the HdfsDirectoryFactory enabled. 2> You probably want to configure ZooKeeper stand-alone, although it's possible to run embedded ZK it's just awkward since you can't really bounce Solr nodes running embedded ZK at will, you have to take care not to fall below ZK quorum. 3> One other note: In that configuration, you have the option of using the MapReduceIndexerTool to use M/R to index _lots_ of documents quickly. Something you might want to keep in mind. Best, Erick On Mon, Jun 30, 2014 at 10:23 PM, gurunath wrote: > Thanks everybody, And I was confused. Now if i am not wrong, I have to use > solr with tomcat or jetty and I can use Hadoop file system to store index > file where solr by default uses NTFs... and etc. So my question is can I > have a configuration mentioned below. > > 1. Solr 4.7 + Tomcat 7 + Apache zookeeper and Hadoop. > > Thanks > Guru Pai. > > > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Integrating-solr-with-Hadoop-tp4144715p4144916.html > Sent from the Solr - User mailing list archive at Nabble.com.