While setting up the new Hadoop testing cluster I took the following notes:
Hadoop UI role
- libssl1.0.0's dummy package does not work properly, hue cannot start since it tries to read libssl1.0.0's shared lib when starting.
- libmysqlclient18 needs to be uploaded to the CDH component
- We could, in theory, get the Cloudera hue package, modify the dependencies and re-upload to override it. This would allow us to avoid workarounds.
We do have a libssl1.0.0 dummy package in CDH, but it seems that Hue tries to load the openssl library while booting:
ImportError: Could not import settings 'desktop.settings' (Is it on sys.path? Is there an import error in the settings file?): libssl.so.1.0.0: cannot open shared object file: No such file or directory