Re: Cloud terminology clarification

2012-09-16 Thread JesseBuesking
Thanks for the replies! @Mark you mention running multiple cores on a single node. How would you go about configuring that? http://lucene.472066.n3.nabble.com/Starting-multiple-cores-shards-on-a-single-node-td4007526.html -- View this message in context:

Starting multiple cores/shards on a single node

2012-09-13 Thread JesseBuesking
I'm attempting a setup that assigns one shard per core, with multiple cores per node. What do I need to configure to get the initial solr node to start up with all cores/shards? What java parameters do I need to specify to the additional solr nodes that start after the initial

zkcli command line util

2012-09-08 Thread JesseBuesking
I was trying to use the command line util to update my zookeeper instance with config files from a machine running solr, but I'm getting the following error: /Could not find or load main class org.apache.solr.cloud.ZkCLI/ The command I'm trying to execute is /java -classpath

Cloud terminology clarification

2012-09-08 Thread JesseBuesking
It's been a while since the terminology at http://wiki.apache.org/solr/SolrTerminology has been updated, so I'm wondering how these terms apply to solr cloud setups. My take on what the terms mean: Collection: Basically the highest level container that bundles together the other pieces for

solrcloud setup using tomcat, single machine

2012-09-06 Thread JesseBuesking
Hey guys! I've been attempting to get solrcloud set up on a ubuntu vm, but I believe I'm stuck. I've got tomcat setup, the solr war file in place, and when I browser to localhost:port/solr, I can see solr. CHECK I've set the zoo.cfg to use port 5200. I can start it up and see it's running (ls