This is the documentation for CDH 5.1.x. Documentation for other versions is available at Cloudera Documentation.

Updating Hue Search

The process of updating Hue search involves installing updates and restarting the Hue service.

  1. On the Hue machine, update Hue Search:
    $ 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
  2. Restart Hue:
    $ sudo /etc/init.d/hue restart
Page generated September 3, 2015.