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
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
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