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 6A6E118C3F for ; Sat, 28 Nov 2015 01:26:17 +0000 (UTC) Received: (qmail 80671 invoked by uid 500); 28 Nov 2015 01:26:13 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 80591 invoked by uid 500); 28 Nov 2015 01:26:13 -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 80579 invoked by uid 99); 28 Nov 2015 01:26:13 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2015 01:26:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2C3B818099D for ; Sat, 28 Nov 2015 01:26:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.443 X-Spam-Level: **** X-Spam-Status: No, score=4.443 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id yq4GFDDwrbT2 for ; Sat, 28 Nov 2015 01:26:06 +0000 (UTC) Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 3E836429AA for ; Sat, 28 Nov 2015 01:26:06 +0000 (UTC) Received: by lffu14 with SMTP id u14so144329005lff.1 for ; Fri, 27 Nov 2015 17:26:05 -0800 (PST) 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=8hCbzKCFat7v6BvRDZrBnE5b/kdZKRYp4jHiQ12B2hc=; b=cnivIrsZhdE98d672w9Hk4ELQf8hEKgn8YxfoGTqr7BkSXgdxEd/jr/NAvt+TaZT6k 8sZImpSULk0AxEeP7bnedS3I9b/0Stj/O5kLxsT+b9K12JoHTUTipk4nOLH5NoUY00AD bUdBT+EAHgQ1vZOXQTD1CfPqLSdLDAcirbyidS21VJBandYk8fEq2vvqppkjzFgUOgbz BuYzIuKSsHolrctKNU0YaXeafUjZtnpIAzRCljE3PKQUXwIVwrHdWzpOzgZz5CYup4bj veKADCM1fnCC7l5ihnL5U/uqsPGZeTmxSwi5dTKHnxaIA/Ci8xA+g7LpE4U3EPdgmzIG O9FA== MIME-Version: 1.0 X-Received: by 10.112.161.228 with SMTP id xv4mr20926662lbb.60.1448673965045; Fri, 27 Nov 2015 17:26:05 -0800 (PST) Received: by 10.25.24.93 with HTTP; Fri, 27 Nov 2015 17:26:04 -0800 (PST) In-Reply-To: <1448651510156-4242491.post@n3.nabble.com> References: <1448468597645-4242162.post@n3.nabble.com> <1448651510156-4242491.post@n3.nabble.com> Date: Fri, 27 Nov 2015 19:26:04 -0600 Message-ID: Subject: Re: Solrcloud with Zookeeper in production From: Brian Narsi To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11c3205c14fef605258fb1c1 --001a11c3205c14fef605258fb1c1 Content-Type: text/plain; charset=UTF-8 solrconfig.xml, schema.xml are all loaded into the zookeeper. You can view the files loaded into zookeeper by clicking on Cloud on the home page of SolrCloud and then navigating to config folder. Below is a summary of steps to creating a collection: 1) Load the configuration files into zookeeper using zkcli (this comes with SolrCloud) 2) Use the collection API to create a collection based on the configuration uploaded in step 1 So if you want to create two collections based on two different configs then you have to uploaded two sets of configuration files with two different config names. Does this answer your questions? On Fri, Nov 27, 2015 at 1:11 PM, Mugeesh Husain wrote: > Thanks Eric, > > I have successfull setup solrcloud setup with zookeeper. > everything is working fine, i am little bit confuse. > > where is the location of solrconfig.xml,schema.xml files. i mean where i > define schema for different-2 core. > > Still i unable to find location of configuration files ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solrcloud-with-Zookeeper-in-production-tp4242162p4242491.html > Sent from the Solr - User mailing list archive at Nabble.com. > --001a11c3205c14fef605258fb1c1--