Re: changing web context and port for SolrCloud Zookeeper

2016-05-11 Thread John Bickerstaff
Excellent! That file gave me fits at first. It lives in two locations, but the one that counts for booting SOLR is the /etc/default one. On May 11, 2016 12:53 PM, "Tom Gullo" wrote: That helps. I ended up updating the sole.in.sh file in /etc/default and that was in getting picked up. Thanks >

Re: changing web context and port for SolrCloud Zookeeper

2016-05-11 Thread Tom Gullo
That helps. I ended up updating the sole.in.sh file in /etc/default and that was in getting picked up. Thanks > On May 11, 2016, at 2:05 PM, Tom Gullo wrote: > > My Solr installation is running on Tomcat on port 8080 with a web context > name that is different than /solr. We want to move

Re: changing web context and port for SolrCloud Zookeeper

2016-05-11 Thread John Bickerstaff
Oh, I see - Hmmm... I just did a disaster recovery work up for my IT guys and basically I recommended they build SOLR from scratch and reindex rather than try to recover (same for changing versions) However, we've got a small-ish data set and that may not work for everyone. Any chance you can ju

Re: changing web context and port for SolrCloud Zookeeper

2016-05-11 Thread John Bickerstaff
Yup - bottom of solr.in.sh - if you used the "install for production" script. /etc/default/solr.in.sh (on linux which is all I do these days) Hope that helps... Ping back if not. SOLR_PID_DIR="/var/solr" SOLR_HOME="/var/solr/data" LOG4J_PROPS="/var/solr/log4j.properties" SOLR_LOGS_DIR="/var/sol

Re: changing web context and port for SolrCloud Zookeeper

2016-05-11 Thread Tom Gullo
My Solr installation is running on Tomcat on port 8080 with a web context name that is different than /solr. We want to move to a basic jetty setup with all the defaults. I haven’t found a clean way to do this. A lot of the values like baseurl and /leader/elect/shard1 have values that need

Re: changing web context and port for SolrCloud Zookeeper

2016-05-11 Thread John Bickerstaff
I may be answering the wrong question - but SolrCloud goes in by default on 8983, yes? Is yours currently on 8080? I don't recall where, but I think I saw a config file setting for the port number (In Solr I mean) Am I on the right track or are you asking something other than how to get Solr on

changing web context and port for SolrCloud Zookeeper

2016-05-11 Thread Tom Gullo
I need to change the web context and the port for a SolrCloud installation. Example, change: host:8080/some-api-here/ to this: host:8983/solr/ Does anyone know how to do this with SolrCloud? There are values stored in clusterstate.json and /leader/elect and I could change them but that seem

Re: SolrCloud Zookeeper disconnection/reconnection

2014-02-16 Thread Ramkumar R. Aiyengar
e JVM > settings or recommandations that we should used for Solr with some index > configurations? > > Ludovic. > > > > > > - > Jouve > France. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-Zookeeper-disconnection

Re: SolrCloud Zookeeper disconnection/reconnection

2014-02-16 Thread lboutros
.nabble.com/SolrCloud-Zookeeper-disconnection-reconnection-tp4117101p4117653.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud Zookeeper disconnection/reconnection

2014-02-14 Thread Ramkumar R. Aiyengar
last thing, I don't know if it is already adressed by a correction, > but, > if there is no updates between disconnection and the reconnection, the > recovery process should not do anything more than the reconnection, I mean: > no replication, no tLog replay and no warming process

SolrCloud Zookeeper disconnection/reconnection

2014-02-13 Thread lboutros
nd no warming process. Is it the case ? Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Zookeeper-disconnection-reconnection-tp4117101.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with SolrCloud + Zookeeper

2013-08-24 Thread Erick Erickson
Usually that error means you have a mix of old and new jars in your classpath somehow. How that's only being triggered when you have multiple nodes I'm not sure. By chance have you copied any jars into different places somehow? Best Erick On Fri, Aug 23, 2013 at 2:48 AM, 兴涛孙 wrote: > hello,guy

Re: SolrCloud Zookeeper Exception

2013-08-20 Thread Shalin Shekhar Mangar
I don't think that the ZooKeeper errors are related to the DIH problems. Can you post your data-config and dih output using http://apaste.info or other pastebin like website? On Mon, Aug 19, 2013 at 4:58 PM, Prasi S wrote: > Hi, > I have setup solrcloud with 4.4 version. There is one external zoo

SolrCloud Zookeeper Exception

2013-08-19 Thread Prasi S
Hi, I have setup solrcloud with 4.4 version. There is one external zookeeper and two instances of solr ( Total 4 shards - 2 shards in each instance) I was using dih to index from sql server. I twas indexing fine initially. Later when i shutdown solr and zookeeper's and then restarted them, I get t

Re: Problem with SolrCloud + Zookeeper + DataImportHandler

2013-08-09 Thread Erick Erickson
The mail programs usually strip out attachments, so your attachments didn't go through. Maybe put it on Pastebin or similar? But since you say it works on a single node, I wonder if one or more of your nodes has an old jar on it that's getting used. One could test it by trying to run your import

Problem with SolrCloud + Zookeeper + DataImportHandler

2013-08-08 Thread 兴涛孙
hello,guys: I've encounted a problem about configuring many cluested nodes with solr,so i want to ask for your help,thanks in advance! The problems lists as follows: 1.Installation platform: solr4.3.1,zookeeper 3.4.5 and tomcat 7 with jdk1.7 2.when i configured single node with DIH to build

SolrCloud Zookeeper SaslClient

2013-07-16 Thread kowish.adamosh
Hi, Is there any documentation of how to configure SolrCloud Zookeeper using SASL (on JBOSS 5). When I start SolrCloud on Jboss 5 I see WARN: /"2013-07-16 21:38:17,425 INFO [org.apache.solr.common.cloud.ConnectionManager:157] (main) Waiting for client to connect to ZooKeeper 2013-07-16

Re: solrcloud-zookeeper

2013-02-12 Thread Mark Miller
ter and slave) for some reason. > What is happening now is that cluster returns 503 on the search request. Is > there a way to configure to get responses from other shard? > > > thanks. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solrcloud-zookeeper-tp4039934.html > Sent from the Solr - User mailing list archive at Nabble.com.

solrcloud-zookeeper

2013-02-12 Thread adm1n
shard? thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/solrcloud-zookeeper-tp4039934.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud Zookeeper questions

2012-12-06 Thread Jack Krupansky
:09 PM To: solr-user@lucene.apache.org Subject: SolrCloud Zookeeper questions I was wondering if anyone had any recommendations for zookeeper configurations when running SolrCloud? I am really not 100% sure what specifically to ask, but any initial thoughts to get the conversation started I think

Re: SolrCloud - Zookeeper Questions

2012-11-18 Thread deniz
can we directly change the configs and then reloading by http would do the new configs valid? - Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Zookeeper-Questions-tp4020971p4020981.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud - Zookeeper Questions

2012-11-18 Thread Mark Miller
On Nov 18, 2012, at 10:02 PM, deniz wrote: > removing a shard/replica temporarily and then adding back again I'd unload them with http cmds (without using the options that delete things on disk) and then create them again when I wanted them back. - Mark

SolrCloud - Zookeeper Questions

2012-11-18 Thread deniz
. anyone has experience with zookeeper? - Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-Zookeeper-Questions-tp4020971.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-08 Thread Daniel Brügge
Ah, I have fixed it. It was necessary to import the files into Zookeeper using the file.encoding system property and set it to UTF-8. Then it worked. Hooray. :) e.g. java -Dfile.encoding=UTF-8 -Dbootstrap_confdir=/home/me/myconfdir -Dcollection.configName=config1 -DzkHost="zkhost:2181" -DnumShard

Re: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-08 Thread Daniel Brügge
Weird, if i return the file contents in ZK with 'get' it returns me w??rde | would w??rden | would for example. So the Umlaute are not shown. Does anyone have an idea if this is because of Zookeepers cli or of the file contents itself? Thanks & regards. On Thu, Nov 8,

Re: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-08 Thread Daniel Brügge
I trust the 'file' command output. And if i can read there "UTF-8 Unicode" I believe that this is correct. Don't know if this is the 'correct answer' for you ;) BTW: It works locally, but not with ZK. So it's maybe more a ZK issue, which somehow destroys my file. Will check. On Thu, Nov 8, 2012 a

Re: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-08 Thread Robert Muir
On Wed, Nov 7, 2012 at 11:45 AM, Daniel Brügge wrote: > Hi, > > i am running a SolrCloud cluster with the 4.0.0 version. I have a stopwords > file > which is in the correct encoding. What makes you think that? Note: "Because I can read it" is not the correct answer. Ensure any of your stopwords

Re: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-08 Thread Daniel Brügge
ysis' page in the Solr UI. You pick >> 'text_general' and then give words with umlauts in the text box for >> indexing and queries. >> >> Lance >> >> - Original Message - >> | From: "Daniel Brügge" >> | To: solr-user@lu

Re: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-08 Thread Daniel Brügge
; and then give words with umlauts in the text box for > indexing and queries. > > Lance > > - Original Message - > | From: "Daniel Brügge" > | To: solr-user@lucene.apache.org > | Sent: Wednesday, November 7, 2012 8:45:45 AM > | Subject: SolrCloud, Zoo

Re: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-07 Thread Lance Norskog
dnesday, November 7, 2012 8:45:45 AM | Subject: SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters | | Hi, | | i am running a SolrCloud cluster with the 4.0.0 version. I have a | stopwords | file | which is in the correct encoding. It contains german Umlaute like | e.g

SolrCloud, Zookeeper and Stopwords with Umlaute or other special characters

2012-11-07 Thread Daniel Brügge
Hi, i am running a SolrCloud cluster with the 4.0.0 version. I have a stopwords file which is in the correct encoding. It contains german Umlaute like e.g. 'ü'. I am also running a standalone Zookeeper which contains this stopwords file. In my schema i am using the stopwords file in the standard w

Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-07 Thread Jamie Johnson
Yes very similar. I had hard coded /solr but it was these locations. I'll update to use the provided patch and reverify on Monday. On Saturday, April 7, 2012, Stefan Matheis wrote: > Hey Jamie > > On Saturday, April 7, 2012 at 2:45 AM, Jamie Johnson wrote: >> Thanks Ryan. So to be clear this is a

Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-07 Thread Stefan Matheis
Hey Jamie On Saturday, April 7, 2012 at 2:45 AM, Jamie Johnson wrote: > Thanks Ryan. So to be clear this is a bug then? I went into the > cloud.js and changed the url used to access this information so that > it would work, wasn't sure if it was kosher or not. Yes, it's a bug. My only installati

Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Jamie Johnson
Thanks Ryan. So to be clear this is a bug then? I went into the cloud.js and changed the url used to access this information so that it would work, wasn't sure if it was kosher or not. On 4/6/12, Ryan McKinley wrote: > There have been a bunch of changes getting the zookeeper info and UI > looki

Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Ryan McKinley
There have been a bunch of changes getting the zookeeper info and UI looking good. The info moved from being on the core to using a servlet at the root level. Note, it is not a request handler anymore, so the wt=XXX has no effect. It is always JSON ryan On Fri, Apr 6, 2012 at 7:01 AM, Jamie J

Re: SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Jamie Johnson
I looked at our old system and indeed it used to make a call to /solr/zookeeper not /solr/corename/zookeeper. I am making a change locally so I can run with this but is this a bug or did I much something up with my configuration? On Fri, Apr 6, 2012 at 9:33 AM, Jamie Johnson wrote: > I just down

SolrCloud Zookeeper view does not work on latest snapshot

2012-04-06 Thread Jamie Johnson
I just downloaded the latest snapshot and fired it up to take a look around and I'm getting the following error when looking at the Cloud view. Loading of undefined failed with HTTP-Status 404 The request I see going out is as follows http://localhost:8501/solr/slice1_shard1/zookeeper?wt=json t

RE: Problem with SolrCloud + Zookeeper + DataImportHandler

2012-02-25 Thread Agnieszka Kukałowicz
PM > To: solr-user@lucene.apache.org > Subject: Re: Problem with SolrCloud + Zookeeper + DataImportHandler > > The key piece is "ZkSolrResourceLoader does not support getConfigDir() > " > > Apparently DIH is doing something that requires getting the local > config dir

Re: Problem with SolrCloud + Zookeeper + DataImportHandler

2012-02-24 Thread Mark Miller
The key piece is "ZkSolrResourceLoader does not support getConfigDir() " Apparently DIH is doing something that requires getting the local config dir path - but this is on ZK in SolrCloud mode, not the local filesystem. Could you make a JIRA issue for this? I could look into a work around depend

Problem with SolrCloud + Zookeeper + DataImportHandler

2012-02-20 Thread Agnieszka Kukałowicz
Hi All, I've recently downloaded latest solr trunk to configure solrcloud with zookeeper using standard configuration from wiki: http://wiki.apache.org/solr/SolrCloud. The problem occurred when I tried to configure DataImportHandler in solrconfig.xml: db-data-config.xml

Re: SolrCloud (ZooKeeper)

2011-02-12 Thread Stijn Vanhoorelbeke
Hi, Has anyone used Zookeeper on a Tomcat 5 system? Could someone point me to a good guide how to implement Zookeeper/solr combination? The SolCloud wiki page doesn't give much info at all. Thank you,

Re: SolrCloud (ZooKeeper)

2011-02-10 Thread Stijn Vanhoorelbeke
So, The only way - we now have - to integrate ZooKeeper is by using '-DzkHost=url:port_of_ZooKeeper' when we start up a Solr instance? + I've noticed, when a solr instance goes down, the node comes inactive in Zookeeper - but the node is maintained in the list of nodes. How can you remove a solr

Re: SolrCloud (ZooKeeper)

2011-02-10 Thread Yonik Seeley
On Thu, Feb 10, 2011 at 5:00 PM, Stijn Vanhoorelbeke wrote: > I've completed the quick&dirty tutorials of SolrCloud ( see > http://wiki.apache.org/solr/SolrCloud ). > The whole concept of SolrCloud and ZooKeeper look indeed very promising. > > I found also some info about a 'ZooKeeperComponent' -

SolrCloud (ZooKeeper)

2011-02-10 Thread Stijn Vanhoorelbeke
Hi, I've completed the quick&dirty tutorials of SolrCloud ( see http://wiki.apache.org/solr/SolrCloud ). The whole concept of SolrCloud and ZooKeeper look indeed very promising. I found also some info about a 'ZooKeeperComponent' - From this conponent it should be possible to configure ZooKeeper