Re: SolrCloud Config file

2016-04-12 Thread Sam Xia
Thanks you Shawn and Erick. It turns out there is a get-pip.py file in the configuration folder (the config file was copied from somewhere), which caused the mis-behave. After get-pip.py is removed, everything worked as expected. Thanks Again. On 4/11/16, 8:40 PM, "Erick Erickson" wrote:

Re: SolrCloud Config file

2016-04-11 Thread Erick Erickson
Do note by the way that as of Solr 5.5, the bin/solr script has an option for uploading and downloading configsets. Try typing bin/solr zk -help Best, Erick On Mon, Apr 11, 2016 at 6:30 PM, Shawn Heisey wrote: > On 4/11/2016 6:40 PM, Sam Xia wrote: >> Where is the path of topic collection zooke

Re: SolrCloud Config file

2016-04-11 Thread Shawn Heisey
On 4/11/2016 6:40 PM, Sam Xia wrote: > Where is the path of topic collection zookeeper config file? Here is from > wiki (see below). But I was not able to find configs/topic anywhere in the > installation folder. The /configs/topic path is *inside the zookeeper database*. It is not a path on t

Re: SolrCloud Config file

2016-04-11 Thread Sam Xia
Thanks Shawn. Where is the path of topic collection zookeeper config file? Here is from wiki (see below). But I was not able to find configs/topic anywhere in the installation folder. "The create command will upload a copy of the data_driven_schema_configs configuration directory to ZooKeeper

Re: SolrCloud Config file

2016-04-11 Thread Shawn Heisey
On 4/11/2016 4:59 PM, Sam Xia wrote: > Solr is installed in /locm/solr-5.5.0/ folder > > 1) First I create a topic connection with the following command: > > bin/solr create -c topic -d topic_configs_ori > > But there is no folder name topc in > /locm/solr-5.5.0/server/solr/configsets/topic after

Re: SolrCloud Config file

2016-04-11 Thread Sam Xia
I tried solr-6.0 and was able to see the same issue. Please help. Thanks On 4/11/16, 3:59 PM, "Sam Xia" wrote: >Hi, > >I installed Solr 5.5 in my test server but was having issue updating the >solrconfig.xml. > >Solr is installed in /locm/solr-5.5.0/ folder > >1) First I create a topic conn

SolrCloud Config file

2016-04-11 Thread Sam Xia
Hi, I installed Solr 5.5 in my test server but was having issue updating the solrconfig.xml. Solr is installed in /locm/solr-5.5.0/ folder 1) First I create a topic connection with the following command: bin/solr create -c topic -d topic_configs_ori But there is no folder name topc in /locm/