Security
Also available as:
PDF
loading table of contents...

Configuring Externally Managed Solr Standalone

[Warning]Warning

This configuration is NOT recommended for new installs of HDP-2.5 and is intended for non-production use. Support for this configuration will be deprecated in a future release.

Use the following procedure to configure Solr Standalone.

  1. Use the following command to open the install.properties file in the vi text editor.

    vi install.properties

    Set the following property values, then save the changes to the install.properties file.

    Table 5.3. Solr install.properties Values

    Property NameValueDescription
    JAVA_HOME<path_to_jdk>, for example: /usr/jdk64/jdk1.8.0_60Provide the path to the JDK install folder. For Hadoop, you can check/etc/hadoop/conf/hadoop-env.sh for the value of JAVA_HOME. As noted previously, Solr only supports JDK 1.7 and higher.
    SOLR_USERsolrThe Linux user used to run Solr.
    SOLR_INSTALL_FOLDER/opt/solrThe Solr installation directory.
    SOLR_RANGER_HOME/opt/solr/ranger_audit_serverThe location where the Ranger-related configuration and schema files will be copied.
    SOLR_RANGER_PORT

    For HDP Search's Solr Instance: 8983

    The Solr port for Ranger.
    SOLR_DEPLOYMENTstandaloneThe deployment type.
    SOLR_RANGER_DATA_FOLDER/opt/solr/ranger_audit_server/dataThe folder where the index data will be stored. The volume for this folder should have at least 1 TB free space for the index data, and should be backed up regularly.
    SOLR_LOG_FOLDER/var/log/solr/ranger_auditsThe folder for the Solr log files.
    SOLR_MAX_MEM2gThe memory allocation for Solr.

  2. Use the following command to run the Solr for Ranger setup script.

    ./setup.sh
  3. To start Solr, log in as the solr or root user and run the following command.

    /opt/solr/ranger_audit_server/scripts/start_solr.sh

    When Solr starts, a confirmation message appears.

    Started Solr server on port 8983/8886 (pid=). Happy searching!
  4. You can use a web browser to open the Solr Admin Console at the following address:

    For HDP Search's Solr Instance:

    http:<solr_host>:8983/solr 
[Note]Note

You can use the following command to stop Solr:

/opt/solr/ranger_audit_server/scripts/stop_solr.sh