Adding a splash screen in Cloudera Data Explorer (Hue)

You can add a custom splash screen to the Data Explorer web interface by adding your custom HTML to the hue-safety-valve configuration for your Virtual Warehouse.

  1. Log in to the Cloudera Data Warehouse as DWAdmin.
  2. Go to your Virtual Warehouse tile and click > Edit.
  3. Go to CONFIGURATIONS > Data Explorer (Hue), select hue-safety-valve from the Configuration files drop-down menu and add the following lines:
    [desktop]
    [[custom]]
    login_splash_html=[***CUSTOM-HTML***]
    [desktop]
    [[custom]]
    login_splash_html=<h1>Data Explorer, the next-gen SQL Assistant</h1>
  4. Click Apply Changes.
    The Virtual Warehouse goes into an "Updating" state. Wait for the update to complete, and then open or refresh Data Explorer (Hue).