Hortonworks Data Platform Apache Solr Search Installation (July 12, 2018)
Total Page:16
File Type:pdf, Size:1020Kb
Hortonworks Data Platform Apache Solr Search Installation (July 12, 2018) docs.cloudera.com Hortonworks Data Platform July 12, 2018 Hortonworks Data Platform: Apache Solr Search Installation Copyright © 2012-2018 Hortonworks, Inc. Some rights reserved. The Hortonworks Data Platform, powered by Apache Hadoop, is a massively scalable and 100% open source platform for storing, processing and analyzing large volumes of data. It is designed to deal with data from many sources and formats in a very quick, easy and cost-effective manner. The Hortonworks Data Platform consists of the essential set of Apache Hadoop projects including MapReduce, Hadoop Distributed File System (HDFS), HCatalog, Pig, Hive, HBase, ZooKeeper and Ambari. Hortonworks is the major contributor of code and patches to many of these projects. These projects have been integrated and tested as part of the Hortonworks Data Platform release process and installation and configuration tools have also been included. Unlike other providers of platforms built using Apache Hadoop, Hortonworks contributes 100% of our code back to the Apache Software Foundation. The Hortonworks Data Platform is Apache-licensed and completely open source. We sell only expert technical support, training and partner-enablement services. All of our technology is, and will remain free and open source. Please visit the Hortonworks Data Platform page for more information on Hortonworks technology. For more information on Hortonworks services, please visit either the Support or Training page. Feel free to Contact Us directly to discuss your specific needs. Except where otherwise noted, this document is licensed under Creative Commons Attribution ShareAlike 4.0 License. http://creativecommons.org/licenses/by-sa/4.0/legalcode ii Hortonworks Data Platform July 12, 2018 Table of Contents 1. Introduction ................................................................................................................. 1 2. HDP Search 3.0 ............................................................................................................ 2 2.1. HDP Search 3.0 Release Notes ........................................................................... 2 2.1.1. HDP Search 3.0 New Features ................................................................ 2 2.1.2. HDP Search 3.0 Behavioral Changes ........................................................ 2 2.1.3. HDP Search 3.0 Apache Solr Version Information .................................... 3 2.1.4. HDP Search 3.0 Known Issues ................................................................. 3 2.2. HDP Search 3.0 - Getting Ready ........................................................................ 3 2.2.1. HDP Search 3.0 Minimum System Requirements ..................................... 3 2.2.2. Using a Local Repository ........................................................................ 4 2.3. Installing HDP Search 3.0 Management Pack ..................................................... 8 2.4. Installing HDP Search 3.0 Manually ................................................................... 9 3. HDP Search 2.2.10 - Deprecated ................................................................................. 11 3.1. HDP Search 2.2.10 Release Notes .................................................................... 11 3.1.1. HDP Search 2.2.10 New Features .......................................................... 11 3.1.2. HDP Search 2.2.10 Behavioral Changes ................................................. 11 3.1.3. HDP Search 2.2.10 Apache Solr Version Information ............................. 11 3.1.4. HDP Search 2.2.10 Known Issues .......................................................... 11 3.2. HDP Search 2.2.10 - Getting Ready .................................................................. 11 3.2.1. Meet Minimum System Requirements ................................................... 11 3.2.2. Using a Local Repository ....................................................................... 12 3.3. Installing HDP Search 2.2.10 Management Pack .............................................. 17 3.4. Installing HDP Search 2.2.10 Manually ............................................................. 18 4. Upgrading HDP Search ............................................................................................... 20 iii Hortonworks Data Platform July 12, 2018 List of Tables 2.1. HDP Search ............................................................................................................... 2 2.2. HDP Search ............................................................................................................... 2 3.1. HDP Search - 2.2.10 ................................................................................................. 11 iv Hortonworks Data Platform July 12, 2018 1. Introduction HDP Search is a full-text search server, designed for enterprise-level performance, flexibility, scalability, and fault-tolerance. HDP Search exposes REST-like HTTP/XML and JSON APIs for use with a wide range of programming languages. HDP Search includes: • Apache Solr 5.5.5 (for HDP Search 2.2.10) or Apache Solr 6.6.2 (for HDP Search 3.0) • Banana 1.6.12 • JARs for integration with Hadoop, Hive, HBase and Pig • Software development kits for Storm (not available with HDP Search 3.0) and Spark Note HDP Search is a separate product and does NOT come with the HDP platform. The high-level steps for using HDP search are as follows: 1. Install and deploy HDP Search, either manually or by using Ambari. 2. Ingest documents from sources such as HDFS. 3. Index the data. Documents, and updates to documents, will be available for search almost immediately after being indexed. 4. Perform a wide range of basic and advanced operations on the indexed documents. Resources: • This document describes software requirements for HDP Search, followed by installation instructions for specific operating systems. • For information about configuring indexes, ingesting documents, and searching indexed documents, see Getting Started with Solr. • For detailed information about connecting to data sources and ingesting data on secure and non-secure clusters, see the Connector User Guide. • For detailed information on using Banana with Solr, see the Guide to Banana Dashboards. • For help troubleshooting issues with HDP Search, see Troubleshooting HDP Search. 1 Hortonworks Data Platform July 12, 2018 2. HDP Search 3.0 • HDP Search 3.0 Release Notes [2] • HDP Search 3.0 - Getting Ready [3] • Installing HDP Search 3.0 Management Pack [8] • Upgrading HDP Search [20] 2.1. HDP Search 3.0 Release Notes The HDP Search 3.0 Release Notes summarize and describe the following information released in HDP Search 3.0: • HDP Search 3.0 New Features [2] • HDP Search 3.0 Behavioral Changes [2] • HDP Search 3.0 Apache Solr Version Information [3] • HDP Search 3.0 Known Issues [3] Note HDP Search is a separate product and does NOT come with the HDP platform. 2.1.1. HDP Search 3.0 New Features HDP 3.0 includes the following new feature: Table 2.1. HDP Search Feature Description Apache Solr 6.6.2 Support for Apache Solr 6.6.2 has been added to the Management Pack 2.1.2. HDP Search 3.0 Behavioral Changes HDP Search 3.0 introduces the following change in behavior as compared to previous HDP Search versions: Table 2.2. HDP Search Description Reference Storm Solr Connector The Storm Solr connector from Lucidworks is no longer supported, and has not been included in this release. More Information Ambari 2.6.0 Behavioral Changes 2 Hortonworks Data Platform July 12, 2018 2.1.3. HDP Search 3.0 Apache Solr Version Information HDP Search 3.0 is based on Apache Solr 6.6.2 (Apache Solr Release Notes). 2.1.4. HDP Search 3.0 Known Issues Please choose Map Reduce as the execution engine for Hive queries related to the Solr index. Tez will NOT work because Lucidwork's Hive SerDe does not yet support Hive 2 officially. It has been roadmapped for a future release. Currently, only Tez on Hive 1.x is supported. 2.2. HDP Search 3.0 - Getting Ready This section describes information and materials that you should get ready before installing HDP Search 3.0. • HDP Search 3.0 Minimum System Requirements [3] • Using a Local Repository [4] 2.2.1. HDP Search 3.0 Minimum System Requirements To use HDP Search, your system must meet the following minimum requirements. 2.2.1.1. HDP Search 3.0 Operating System Requirements HDP Search 3.0 is supported on the following operating systems: • 64-bit CentOS 6 and 7 • 64-bit Red Hat Enterprise Linux (RHEL) 6 and 7 • 64-bit Oracle Linux 6 and 7 • 64-bit SUSE Linux Enterprise Server (SLES) 11, SP3/SP4 • 64-bit SUSE Linux Enterprise Server (SLES) 12 • 64-bit Debian 7 • 64-bit Ubuntu 12 and 14 2.2.1.2. JDK Requirements - HDP Search 3.0 HDP Search 3.0 requires Oracle or OpenJDK Java 1.8 or higher. Make sure your $JAVA_HOME and $PATH variables are set to the correct version; for example: export JAVA_HOME=/usr/java/default export PATH=$JAVA_HOME/bin:$PATH 3 Hortonworks Data Platform July 12, 2018 2.2.1.3. HDP Search 3.0 HDP Requirements HDP Search 3.0 is tested and certified with HDP 2.6.x and the following HDP components. Component Version Apache Hadoop 2.7.3 Apache HBase 1.1.2 Apache Hive 1.2.1 Apache Pig 0.16.0 Apache Spark 2.2.0 2.2.2. Using a Local Repository Local repositories are frequently used in enterprise clusters that have limited outbound internet access. In these scenarios, local packages provide more governance and better installation performance. Local repositories