I'm trying to plan a migration from a standalone solr instance to the solrcloud. I understand the basic steps but am getting tripped up just trying to create a new collection. For simplicity, I'm testing this on a single machine, so I was trying to use the embedded zookeeper. I can't figure out how to upload a config set to the embedded zookeeper. (I hope to use the embedded zookeepers on all dev environments)
1. start first node: solr start -c 2. start second node: solr start -c -p 8984 -s solr2 3. create collection using API: curl ...collections?action=CREATE&name=mycollection&numShards=1 ERROR - no config found 4. copy standalone core "data" folder to mycollection So, how do I get my shared config data (I'm using configsets in my standalone model) uploaded to zookeeper? thanks! Solr 5.2.1 -- View this message in context: http://lucene.472066.n3.nabble.com/creating-collection-with-solr5-missing-config-data-tp4237802.html Sent from the Solr - User mailing list archive at Nabble.com.