Installing Hue Search
You must install and configure Hue before you can use Search with Hue.
- Follow the instructions for Installing Hue.
- Use one of the following commands to install Search applications on the Hue machine:
For package installation on RHEL systems:
sudo yum install hue-search
For package installation on SLES systems:sudo zypper install hue-search
For package installation on Ubuntu or Debian systems:sudo apt-get install hue-search
For installation using tarballs:$ cd /usr/share/hue $ sudo tar -xzvf hue-search-####.tar.gz $ sudo /usr/share/hue/tools/app_reg/app_reg.py \ --install /usr/share/hue/apps/search
- Update the configuration information for the Solr Server:
Cloudera Manager Environment Environment without Cloudera Manager - Connect to Cloudera Manager.
- Select the Hue service.
- Click the Configuration tab.
- Search for the word "safety".
- Add information about your Solr host to Hue Server Advanced Configuration Snippet (Safety Valve) for hue_safety_valve_server.ini. For example, if your
hostname is SOLR_HOST, you might add the following:
[search] # URL of the Solr Server solr_url=http://SOLR_HOST:8983/solr
- (Optional) To enable Hue in environments where Kerberos authentication is required, update the security_enabled
property as follows:
# Requires FQDN in solr_url if enabled security_enabled=true
Update configuration information in /etc/hue/hue.ini. - Specify the Solr URL. For example, to use localhost as your Solr host, you would add the following:
[search] # URL of the Solr Server, replace 'localhost' if Solr is running on another host solr_url=http://localhost:8983/solr/
- (Optional) To enable Hue in environments where Kerberos authentication is required, update the security_enabled
property as follows:
# Requires FQDN in solr_url if enabled security_enabled=true
- Configure secure impersonation for Hue.
- If you are using Search in an environment that uses Cloudera Manager 4.8 and higher, secure impersonation for Hue is automatically configured. To
review secure impersonation settings in the Cloudera Manager home page:
- Go to the HDFS service.
- Click the Configuration tab.
- Select .
- Select .
- Type hue proxy in the Search box.
- Note the Service-Wide wild card setting for Hue Proxy Hosts and Hue Proxy User Groups.
- If you are not using Cloudera Manager or are using a version earlier than Cloudera Manager 4.8, configure Hue to impersonate any user that makes
requests by modifying /etc/default/solr or /opt/cloudera/parcels/CDH-*/etc/default/solr. The changes you make may vary according to the
users for which you want to configure secure impersonation. For example, you might make the following changes:
SOLR_SECURITY_ALLOWED_PROXYUSERS=hue SOLR_SECURITY_PROXYUSER_hue_HOSTS=* SOLR_SECURITY_PROXYUSER_hue_GROUPS=*
For more information about Secure Impersonation or to set up additional users for Secure Impersonation, see Enabling Secure Impersonation.
- If you are using Search in an environment that uses Cloudera Manager 4.8 and higher, secure impersonation for Hue is automatically configured. To
review secure impersonation settings in the Cloudera Manager home page:
- (Optional) To view files in HDFS, ensure that the correct webhdfs_url is included in hue.ini and WebHDFS is properly configured as described in Configuring CDH Components for Hue.
- Restart Hue:
$ sudo /etc/init.d/hue restart
- Open http://hue-host.com:8888/search/ in your browser.
Page generated May 18, 2018.
<< Upgrading Cloudera Search | ©2016 Cloudera, Inc. All rights reserved | Updating Hue Search >> |
Terms and Conditions Privacy Policy |