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 1E4FF17B6B for ; Wed, 11 Mar 2015 05:52:27 +0000 (UTC) Received: (qmail 56063 invoked by uid 500); 11 Mar 2015 05:51:48 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 55994 invoked by uid 500); 11 Mar 2015 05:51:48 -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 55982 invoked by uid 99); 11 Mar 2015 05:51:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 05:51:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nitinmlvya@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-yk0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2015 05:51:23 +0000 Received: by ykq142 with SMTP id 142so3010247ykq.7 for ; Tue, 10 Mar 2015 22:51:21 -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=SoUPG2gii6ncjOBgUgJUgRlvkbd9TCG69R21fdA76G8=; b=hJc6ZDe6VlOHtGP9HhIx69ZxR786HLAe/0pcsJwAwihfdviwWrFIBAeV6HfVJb/aZb Gfz+GasqvEmkluD5rI6J1+Lp24Pv+XMdNM9SMqrXMA1Mi7GczGctcxWZa+OPp2mTLaUl yiGP08Fl+uBA9UpNIxZsMJJcO7wa2+N2dVXjjCljJxf3Nok/NT8kWPUrhoe0a738PIiI cPDAgL/HfxHmqgHGJnpCRb6pnCm/d8u5b60vfS8+P5hgpmmUJ0DLoZVwX/bDzz+VhS+g Z689GmyZiCvJb4MeG7+qH/hOxpds+Zoidpyb9Zvrhhly7sa2+QjYBFL4lZqedTrL2vGo /fOQ== MIME-Version: 1.0 X-Received: by 10.170.202.7 with SMTP id t7mr39401637yke.13.1426053081428; Tue, 10 Mar 2015 22:51:21 -0700 (PDT) Received: by 10.170.103.139 with HTTP; Tue, 10 Mar 2015 22:51:21 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 Mar 2015 11:21:21 +0530 Message-ID: Subject: Re: how to change configurations in solrcloud setup From: Nitin Solanki To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a1139fd465978b50510fcdbf1 X-Virus-Checked: Checked by ClamAV on apache.org --001a1139fd465978b50510fcdbf1 Content-Type: text/plain; charset=UTF-8 Hi Aman, You can apply configuration on solr cloud by using this command - sudo //example/scripts/cloud-scripts/zkcli.sh -zkhost localhost:9983 -cmd upconfig -confdir //example/solr/collection1/conf -confname default and then restart all nodes of solrcloud. On Mon, Mar 9, 2015 at 11:43 AM, Aman Tandon wrote: > Please help. > > With Regards > Aman Tandon > > On Sat, Mar 7, 2015 at 9:58 PM, Aman Tandon > wrote: > > > Hi, > > > > Please tell me what is best way to apply configuration changes in solr > > cloud and how to do that. > > > > Thanks in advance. > > > > With Regards > > Aman Tandon > > > --001a1139fd465978b50510fcdbf1--