Re: SolrCloud create_collection not uploading configs to zookeeper

2016-07-27 Thread Nirav Patel
Got it. That make sense. Thanks On Wed, Jul 27, 2016 at 9:08 AM, Shawn Heisey wrote: > On 7/26/2016 5:30 PM, Nirav Patel wrote: > > OK, I can see '/configs' directory in Solr UI and under that I can see > > configuration fo my 'test' collection. BUt t

Uploading all files under directory with no extension

2016-07-27 Thread Nirav Patel
I tried using post tool with following parameters. Looks like its not uploading files if it doesn't have known extension. ./bin/post -c mycol1 -params "separator=%09" -type text/tsv -filetypes tsv /dev/datascience/pod1/population/baseline/ /usr/java/jdk1.8.0_102//bin/java -classpath /home/xact

Re: SolrCloud create_collection not uploading configs to zookeeper

2016-07-26 Thread Nirav Patel
ink to that document. Also where are those configs file on filesystem anyway? On Tue, Jul 26, 2016 at 4:24 PM, Nirav Patel wrote: > Hi Erick, > > I did read that paragraph. It says: First, if you don't provide the -d or > -n options, then the default configuration

Re: SolrCloud create_collection not uploading configs to zookeeper

2016-07-26 Thread Nirav Patel
: The configuration directory. This defaults to > data_driven_schema_configs. > > You should also review the linked section about what configuration > directories are all about: > > https://cwiki.apache.org/confluence/display/solr/Solr+Start+Script+Reference#SolrStartScriptReferen

SolrCloud create_collection not uploading configs to zookeeper

2016-07-26 Thread Nirav Patel
Hi, I have 2 nodes solr cluster with 1 node standalone zookeeper. I tried following from following doc to create collection: bin/solr create -c contacts. According to doc should upload config date into /configs/contacts in ZooKeeper. But I can't find any configs directory under zookeeper. http