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

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