Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-5859

[notebook] dbproxy_extra_classpath property in hue.ini does not seem respected

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 3.12.0
    • Fix Version/s: 4.0.0
    • Component/s: app.editor
    • Labels:
      None

      Description

      It seems like Hue does not respect dbproxy_extra_classpath parameter in notebook section of hue.ini.

      It's because in default hue.ini this property located at the end of notebook section, and Hue parsing it as property of following section (i.e. shell):

      [notebook]
        ...
        [[interpreters]]
          ...
          [[[shell]]]
             ...
        dbproxy_extra_classpath=/something.jar
      

      Also, there is some problem in Hue 3.12 in librdbms.jdbc.Jdbc class: it fails on initialization when there is no CLASSPATH variable in environment.

        Attachments

          Activity

            People

            • Assignee:
              andybraslavskiy Andy Braslavskiy
              Reporter:
              andybraslavskiy Andy Braslavskiy
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: