Member since
11-21-2013
11
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5605 | 09-28-2016 06:31 AM | |
4505 | 10-05-2015 08:44 AM |
09-28-2016
06:31 AM
Hi! You shouldn't modify directly the hue.ini file but configure it via Cloudera Manager (that's why it gets rewritten every time). Which value do you have there for the Oozie server? More info: http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/
... View more
10-13-2015
02:37 PM
Hue ships an older forked version of CherryPy that doesn't support Certificate chain files. However, we just landed in our Git repo a fix for it: https://github.com/cloudera/hue/commit/df932c6edbd3900a05f1ee9bef9b5e629329a817 this should be used with the .pem created like this cat hostname.key hostname.crt gd_bundle.crt > certificate_chain.pem (from https://joshnisly.wordpress.com/2009/01/24/using-godaddy-certificates-with-cherrypy/ ) let us know if it solves it! e.
... View more
10-05-2015
08:44 AM
1 Kudo
As promised, here it is! Commit: https://github.com/cloudera/hue/commit/8648a0550bb82d7b36e808f45695072ef3262bbb Review: https://review.cloudera.org/r/6056/
... View more
10-05-2015
05:26 AM
Hi Alessio, that would work with normal queries but not with UTF/weirdly encoded ones. Try to search for 比萨 for instance) I'm working on it as we speak, so just wait a few hours and it should be out on github 🙂
... View more
10-02-2015
05:11 AM
It's currently not possible, but it sounds like a good feature request, something like this I believe? http://HUE_IP/search/?collection=50009&q=YOUR_SEARCH_QUERY I created https://issues.cloudera.org/browse/HUE-3003 for this Thanks! e.
... View more