Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
SolrCloud CDH (Cloudera Distribution Including Apache Hadoop) targets enterprise-class deployments of that technology.

The Publish to SolrCloud CDH publisher will post documents to a SolrCloud index using a SolrJ Library. SolrJ has a CloudSolrClient class to communicate with SolrCloud. Instances of this class communicate with Zookeeper to discover Solr endpoints for SolrCloud collections and then perform requests.  

Info

This version of the publisher uses offers two connection approaches of connection:

  • CloudSolrClient uses a Zookeeper host and port list.
  • HttpSolrClient uses a unique Solr host and port.


Info

For the Kerberos Authentication, this publisher uses a UserGroupInformation , (which is a privileged action), and the keytab, principal and hadoop core-site.xml to authenticate with Kerberos. It also uses a custom KerberizedHttpClient to perform the request.

...