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 C6EDB18175 for ; Mon, 8 Jun 2015 17:56:25 +0000 (UTC) Received: (qmail 66322 invoked by uid 500); 8 Jun 2015 17:56:22 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 66244 invoked by uid 500); 8 Jun 2015 17:56:22 -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 66232 invoked by uid 99); 8 Jun 2015 17:56:21 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2015 17:56:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8EBF91A47C6 for ; Mon, 8 Jun 2015 17:56:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id mejnBJfwMdM0 for ; Mon, 8 Jun 2015 17:56:21 +0000 (UTC) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 7C727275E9 for ; Mon, 8 Jun 2015 17:56:20 +0000 (UTC) Received: by lbcue7 with SMTP id ue7so85722424lbc.0 for ; Mon, 08 Jun 2015 10:56:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5+YVHTi/XjTEulBfuwWGaU8VN9kKURyxwipmiPopmSg=; b=tvUbR2Q4Q8Mh9eS3D88Swrwi/YGyKs70D56O7UYvnncgz0RIRPMqaawuIEOsajB7QG x9cXUgEYHOErYsOtPoSnjiX8XcTsb5CLRwNDmj34OQLBZU+iDb/bpLNOb7qW7KF2a9cf UyMViar+K7cvRcM8SV4kRkjFsuMyuQI1lzx+0dNJRn/xlqwIccuulZwYc9iD5P5JI7cq K1BaENca22lNf8RLUSoT14hrGxAl5Dv+AaeEC0DslsTuoehhYZ65XbomcWJd/f09Nc/3 8MT863HHTPRHp58EMw1uugePmZbyk8zSI7EkjGczhbCpJxcEHH34O/yLUrEa5575E0uQ f14Q== MIME-Version: 1.0 X-Received: by 10.152.23.234 with SMTP id p10mr18447160laf.52.1433786172994; Mon, 08 Jun 2015 10:56:12 -0700 (PDT) Received: by 10.152.144.2 with HTTP; Mon, 8 Jun 2015 10:56:12 -0700 (PDT) Date: Mon, 8 Jun 2015 19:56:12 +0200 Message-ID: Subject: SolrCloud and configuration files on ZooKeeper From: "mattia.martinello@gmail.com" To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=089e0160bbec867c0a0518055b0e --089e0160bbec867c0a0518055b0e Content-Type: text/plain; charset=UTF-8 Hi. I setted up a SolrCloud cluster with 3 nodes and configuration files on Zookeeper. I read the document at https://cwiki.apache.org/confluence/display/solr/Using+ZooKeeper+to+Manage+Configuration+Files and saw that configuration files are stored on ZooKeeper of course. But now I have to update my custom schema.xml and I cannot realize how I can download the current config set to update it. Could you help me please? Thank you very much! Bye --089e0160bbec867c0a0518055b0e--