Using --go-live with SSL, Kerberos, or ZooKeeper TLS
Establish trust and authentication between the indexer client and Solr when you use Solr HTTPS, Kerberos, or TLS-enabled Solr ZooKeeper during the go-live phase.
The go-live phase of the indexer jobs sends a MERGEINDEXES request
from the indexer client (the node from which the MR job was submitted) to the live
Solr servers. If the Solr server has SSL enabled, you need to ensure that the
indexer client trusts the certificate presented by the Solr server(s), otherwise you
get an SSLPeerUnverifiedException.
If you use --zk-host to go live into a SolrCloud collection, the
indexer client must also connect to Solr ZooKeeper to discover collection shards and
Solr URLs. When Solr ZooKeeper TLS is enabled in Cloudera Manager,
set ZooKeeper TLS client options in addition to any Solr HTTPS or Kerberos settings.
For more information, see Enabling SSL for Solr ZooKeeper.
