Custom Jars for a config in the Solr Cloud world..

2012-08-14 Thread Eric Pugh
I've got a Solr instance with a number of cores that are each configured by upload the configuration information to ZooKeeper. The newest index needs the UIMA jars. Normally I would put them in the core's /lib directory, but since I am only accessing my server via ZooKeeper, I don't have that

Re: Custom Jars for a config in the Solr Cloud world..

2012-08-14 Thread Jack Krupansky
Dear Eric The Brave, As per the wiki:znodes are limited to the amount of data that they can have. ZooKeeper was designed to store coordination data: status information, configuration, location information, etc. This kind of meta-information is usually measured in kilobytes, if not bytes.

Re: Custom Jars for a config in the Solr Cloud world..

2012-08-14 Thread Eric Pugh
And I can now confirm that yes, ZooKeeper blows up when I attempted to add all the UIMA and content extraction jars to my conf/ directory in ZooKeeper! A couple small jars did upload, and then it started sending back java.io.IOException: Broken pipe errors. So any thoughts on the best way to

Re: Custom Jars for a config in the Solr Cloud world..

2012-08-14 Thread Chris Hostetter
: by upload the configuration information to ZooKeeper. The newest index : needs the UIMA jars. Normally I would put them in the core's /lib : directory, but since I am only accessing my server via ZooKeeper, I : don't have that directory as an option. : : I know I could manually upload the