Member since
02-03-2017
18
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3900 | 04-18-2017 10:31 AM |
11-10-2017
08:51 AM
Hello Basically the desktop.middleware is missing. To check it run below commands: 1. $ hue-3.9.0/build/env/bin/python In the Python prompt type below commands > import sys > 'desktop.middleware' in sys.modules (The output for this would be False) > import desktop.middleware > desktop.middleware' in sys.modules (The output for this would be True if the lib exists)
... View more
10-02-2017
08:40 AM
Hello Awisawe, In order for Hue to work over HTTPS, it needs a TLS certificate and a corresponding private key. These are configured via ssl_certificate, ssl_private_key, and ssl_password variables. We've documentation about setting up Hue as TLS/SSL server for Cloudera Enterprise, which you may be able to adapt to your distribution. Best regards, Zsolt
... View more
04-18-2017
10:31 AM
Thanks for the update @Romainr. I will surely check with the MapR team. I just wanted to understand if log redaction could help us as the password is spitted out in the runcpserver.log.
... View more