On 12/11/2014 6:31 PM, E S J wrote: > Thanks Eric, I understand your explanation. > Quick question, Are configurations sits under /configs/defaults because > -configname specified as default when I execute the following command? Can > I specify -configname as /c-ins/ > > zkcli.sh -zkhost zoo1.internal:2183,zoo2.internal:2183,zoo3.internal:2183 > -cmd upconfig -confdir <solr-home>/collection1/conf -confname default > > Also I noticed that available options for -configname is default or > schemaless, that is why I specified as default.
The confname can be anything you want it to be. You should not include any slash characters in it, though ... make it c-ins, not /c-ins/. Where do you see information telling you it can be default or schemaless? That sounds completely wrong to me, so I'd like to know what needs to be fixed. Here's part of what zkcli itself says if you run it with no options: -n,--confname <arg> for upconfig, linkconfig: name of the config set Thanks, Shawn