Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5207 | 04-05-2019 07:00 AM | |
| 9395 | 05-02-2018 12:42 PM | |
| 12344 | 05-02-2018 12:39 PM | |
| 5085 | 08-28-2017 07:55 AM | |
| 3017 | 05-31-2017 08:43 AM |
08-05-2015
06:56 AM
The property in CM is 'Bind Hue Server to Wildcard Address' But if you see 0.0.0.0 already on the /dump_config page of Hue in the [desktop] section it means it is setup correctly. Did you check the firewall if it was not blocked from the outside? Romain
... View more
07-30-2015
10:13 AM
1 Kudo
Add [desktop] [[session]] ttl=900 to the CM Hue safety Valve: *Note:* To override a value in Cloudera Manager, you need to enter verbatim each mini section from below into the Hue Safety Valve : Hue Service → Configuration → Service-Wide → Advanced → Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/ Romain
... View more
07-28-2015
08:25 AM
It is in: https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L28 Where is your hue.ini? Check out http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/ Romain
... View more
07-20-2015
09:19 AM
3 Kudos
Are you using CM? If yes before running the command you need to: *Note*: If using CM, export this variable in order to point to the correct database: 1 2 3 HUE_CONF_DIR=/var/run/cloudera-scm-agent/process/-hue-HUE_SERVER-id echo $HUE_CONF_DIR export HUE_CONF_DIR Where is the most recent ID in that process directory for hue-HUE_SERVER. http://gethue.com/export-and-import-your-oozie-workflows/
... View more
07-15-2015
06:51 PM
There is no real easy way for now. The best is probably to use the Hue shell. I put a quick example that worked for me in the bottom of: http://gethue.com/how-to-manage-the-hue-database-with-the-shell/ Do not forget to backup the DB in case! Romain
... View more
07-14-2015
12:47 PM
2 Kudos
This is the TTL of the cookie, it will expire even if the user is active and the user will be prompted to login again
... View more
06-19-2015
04:46 PM
If you use CM you don't need to use the Hue safety valve. Make sure the Trift Server is added and started Make sure in the Hue configuration that the HBase service and the HBase thrift service are checked Restart Hue and that's it! Romain
... View more
06-12-2015
11:39 AM
Right now this is a pending feature. The editors where revamped for making it much easier/faster to create. Romain
... View more
06-11-2015
07:15 PM
The current best way in 5.4 is: http://gethue.com/export-and-import-your-oozie-workflows/ but requires shell access. The new way in C5.5 will be like: https://www.dropbox.com/s/kkonzrnco1lools/export-workflows.ogv?dl=0 Romain
... View more
06-10-2015
03:02 PM
1 Kudo
Hum, seems like you have a firewall issue or something like that
... View more