Adding a splash screen in Hue

You can add a custom splash screen to the Hue web interface by adding your custom HTML to the Advanced Configuration Snippet in Cloudera Manager.

  1. Log in to Cloudera Manager as an Administrator.
  2. Go to Clusters > Hue service > Configuration and add the banner test in the Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini field as follows:
    [desktop]
    [[custom]]
    login_splash_html=[***CUSTOM-HTML***]
    [desktop]
    [[custom]]
    login_splash_html=<h1>Hue, the next-gen SQL Assistant</h1>
  3. Click Save Changes.
  4. Restart the Hue service.