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
-
Target Version:
-
Epic Link:
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.