RE: How to setup solr in cluster

2015-05-29 Thread Purohit, Sumit
set up. So tell us what you have tried and what you are having problems with and perhaps we can offer more specific suggestions. Best, Erick On Fri, May 29, 2015 at 4:40 PM, Purohit, Sumit sumit.puro...@pnnl.gov wrote: Hi All, I am trying to setup solr on a cluster with 16 nodes. Only

RE: How to setup solr in cluster

2015-05-29 Thread Purohit, Sumit
-Original Message- From: Purohit, Sumit Sent: Friday, May 29, 2015 5:10 PM To: solr-user@lucene.apache.org Subject: RE: How to setup solr in cluster Thanks for the reply. I have tried example cloud setup using the link I mentioned. I am trying to setup solr on all 16 nodes + 1 external

How to setup solr in cluster

2015-05-29 Thread Purohit, Sumit
Hi All, I am trying to setup solr on a cluster with 16 nodes. Only documentation I could find, talks about a local cluster which behaves like a real cluster. https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud I read about using tools like Chef or Puppet to configure

NoNode for /clusterstate.json in solr5.0.0 cloud

2015-03-30 Thread Purohit, Sumit
I have a basic Solr 5.0.0 cloud setup after following http://lucene.apache.org/solr/quickstart.html I am trying to read data from spark and index it into solr using following lib: https://github.com/LucidWorks/spark-solr I am getting following error when my code try to make request to solr

RE: NoNode for /clusterstate.json in solr5.0.0 cloud

2015-03-30 Thread Purohit, Sumit
@lucene.apache.org Subject: Re: NoNode for /clusterstate.json in solr5.0.0 cloud Ok, let me upgrade my version of spark-solr to 5 to see what I get ... On Mon, Mar 30, 2015 at 2:26 PM, Purohit, Sumit sumit.puro...@pnnl.gov wrote: yes there is getting started collection.. and on admin webpage console--cloud

RE: NoNode for /clusterstate.json in solr5.0.0 cloud

2015-03-30 Thread Purohit, Sumit
at the wrong ZooKeeper? Are you using the default -zkHost localhost:9983 On Mon, Mar 30, 2015 at 2:32 PM, Purohit, Sumit sumit.puro...@pnnl.gov wrote: Thanks Tim, i had to make some changes in my local spark-solr clone to build it for sorl5. If its ok, i can commit these to github. thanks sumit

RE: NoNode for /clusterstate.json in solr5.0.0 cloud

2015-03-30 Thread Purohit, Sumit
for /clusterstate.json in solr5.0.0 cloud Anything in the server-side Solr logs? Also, if you go to the Solr admin console at http://localhost:8983/solr, do you see the gettingstarted collection in the cloud panel? On Mon, Mar 30, 2015 at 1:12 PM, Purohit, Sumit sumit.puro...@pnnl.gov wrote: I have a basic Solr

RE: NoNode for /clusterstate.json in solr5.0.0 cloud

2015-03-30 Thread Purohit, Sumit
One development difference is that i am trying to use it in a scala project. I compile spark-solr as jar and use it in my scala project. Do you think this might be a reason. thanks sumit From: Purohit, Sumit Sent: Monday, March 30, 2015 3:19 PM To: solr

RE: Difference in indexing using config file vs client i.e SolrJ

2015-03-25 Thread Purohit, Sumit
and your problem space Best, Erick On Mon, Mar 23, 2015 at 4:41 PM, Purohit, Sumit sumit.puro...@pnnl.gov wrote: Hi All, I have recently started working with Solr and i have a trivial question to ask, as i could not find suitable answer. A document's indexes can be defined in a config

Difference in indexing using config file vs client i.e SolrJ

2015-03-23 Thread Purohit, Sumit
Hi All, I have recently started working with Solr and i have a trivial question to ask, as i could not find suitable answer. A document's indexes can be defined in a config file (such as schema.xml) and on the fly using some solr client such as SolrJ. 1. What is the difference in indexes