Enabling multiple editors in Cloudera Data Explorer (Hue)

Data Explorer now no longer displays all available interpreters by default. If you prefer to display all available interpreters in the UI, you can explicitly enable them using a configuration flag.

  1. Log in to Cloudera Manager as an Administrator.
  2. Go to Cloudera Manager > Clusters > Hue > Configuration.
  3. Search for the Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini.
  4. Add the following flag to enable displaying all interpreters in the Data Explorer navigation pane:
    
    [notebook]
    enable_all_interpreters=true
    
  5. (Optionally) Explicitly configure interpreters by adding entries under the [[interpreters]] section:
    [notebook]
    [[interpreters]]
    [[[<interpreter_name>]]]
    name=[***display_name***]
    interface=[***interface_type***]
  6. Click Save Changes.
  7. Restart the Data Explorer service.