The documentation for HDP Search is online (and included in the package actually). This page has the descriptions for the Ambari parameters: https://doc.lucidworks.com/lucidworks-hdpsearch/3.0.0/Guide-Install-Ambari.html .
HDP Search is a package developed by Lucidworks but distributed by Hortonworks, so Shawn is right, you should go through them for further questions. On Thu, Jun 7, 2018 at 8:39 AM Greenhorn Techie <greenhorntec...@gmail.com> wrote: > Thanks Shawn. Will check with Hortonworks! > > > On 7 June 2018 at 14:19:43, Shawn Heisey (apa...@elyograg.org) wrote: > > On 6/7/2018 6:35 AM, Greenhorn Techie wrote: > > A quick question on configuring Solr with Hortonworks HDP. I have > installed > > HDP and then installed HDP Search using the steps described under the > link > > <snip> > > > - Within the various Solr config settings on Ambari, I am a bit confused > > on the role of "solr_config_conf_dir" parameter. At the moment, it only > > contains log4j.properties file. As HDPSearch is mainly meant to be used > > with SolrCloud, wondering what is the significance of this directory as > the > > configurations are always maintained on ZooKeeper. > > The text strings "solr_config_conf_dir" and "solr_config_data_dir" do > not appear anywhere in the Lucene/Solr source code, even if I use a > case-insensitive grep. Which must mean that it is specific to the > third-party software you are using. You'll need to ask your question to > the people who make that third-party software. > > The log4j config is not in zookeeper. That will be found on each > server. That file configures the logging framework at the JVM level, it > is not specifically for Solr. > > Thanks, > Shawn >