Installing Cloudera Search without Cloudera Manager
- Cloudera Search for CDH 5 is included with CDH 5. To install Cloudera Search for CDH 5 using packages, see Installing the Latest CDH 5 Release.
You can also elect to install Cloudera Search manually. For example, you might choose to install Cloudera Search manually if you have an existing installation to which you want to add Search.
- For general information about using repositories to install or upgrade Cloudera software, see Understanding Custom Installation Solutionsin Understanding Custom Installation Solutions.
- For instructions on installing or upgrading CDH,see CDH 5 Installation and theinstructions for Upgrading from CDH 4 to CDH 5.
- For CDH 5 repository locations and client .repo files, which include Cloudera Search, seeCDH Version and Packaging Information.
Cloudera Search provides the following packages:
Package Name |
Description |
---|---|
solr |
Solr |
solr-server |
Platform specific service script for starting, stopping, or restart Solr. |
solr-doc |
Cloudera Search documentation. |
solr-mapreduce |
Tools to index documents using MapReduce. |
solr-crunch | Tools to index documents using Crunch. |
search |
Examples, Contrib, and Utility code and data. |
Before You Begin Installing Cloudera Search Without Cloudera Manager
The installation instructions assume that the sudo command is configured on the hosts where you are installing Cloudera Search. If sudo is not configured, use the root user (superuser) to configure Cloudera Search.
Install Cloudera's repository: before using the instructions in this guide to install or upgrade Cloudera Search from packages, install Cloudera's yum, zypper/YaST or apt repository, and install or upgrade CDH and make sure it is functioning correctly.
Installing Solr Packages
This topic describes how to complete a new installation of Solr packages. To upgrade an existing installation, see Upgrading Cloudera Search.
sudo yum install solr-server
$ sudo apt-get install solr-server
$ sudo zypper install solr-server
$ rpm -ql solr-server solr
$ dpkg -L solr-server solr
You can see that the Cloudera Search packages are configured according to the Linux Filesystem Hierarchy Standard.
Next, enable the server daemons you want to use with Hadoop. You can also enable Java-based client access by adding the JAR files in /usr/lib/solr/ and /usr/lib/solr/lib/ to your Java class path.