This is the documentation for Cloudera Enterprise 5.8.x. Documentation for other versions is available at Cloudera Documentation.

Installing MapReduce Tools for use with Cloudera Search

Cloudera Search provides the ability to batch index documents using MapReduce jobs. To use the MapReduce tools, solr-mapreduce must be installed on hosts where you want to submit a batch indexing job.

By default, this tool is installed when Cloudera Search is installed using parcels, such as in a Cloudera Manager deployment. If you are using a package installation and this tool does not exist on your system, you can install this tool using the commands described in this topic.

To install solr-mapreduce On RHEL systems:
$ sudo yum install solr-mapreduce
To install solr-mapreduce on Ubuntu and Debian systems:
$ sudo apt-get install solr-mapreduce
To install solr-mapreduce on SLES systems:
$ sudo zypper install solr-mapreduce

For information on using MapReduce to batch index documents, see the MapReduce Batch Indexing Reference.

Page generated July 8, 2016.