Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4500 | 04-05-2019 07:00 AM | |
8131 | 05-02-2018 12:42 PM | |
10622 | 05-02-2018 12:39 PM | |
4245 | 08-28-2017 07:55 AM | |
2424 | 05-31-2017 08:43 AM |
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
08:37 PM
Thank you Romain for the quick reply and solution
... 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
05-13-2015
09:12 AM
I think that the whole point of Sentry, Hive owns the data and guarantees fine grain permissions to the user submitting jobs. As Hive needs to own the data, the jobs are submitted as Hive.
... View more
04-29-2015
08:56 PM
Got it thanks!
... View more
04-09-2015
08:40 PM
Did you make sure that the user XXX really belong to the UNIX bi_group? e.g. example at the end of http://gethue.com/apache-sentry-made-easy-with-the-new-hue-security-app/ Romain
... View more
03-27-2015
01:19 AM
I'm using cdh5.3.0 ...
... View more
03-19-2015
05:28 AM
Ronan, I realized I had already done that after doing manual installation. Then I found out that the file "$HUE_HOME/build/env/lib/python2.6/site-packages/hue.pth" you mentioned is actualy a link "hue.pth -> /var/lib/hue/hue.pth" But in the /var/lib/hue/ there wasn't the file hue.pth Then, what I did was to copy this file from another cloudera installation. This file contains the folowing. ./../../../../apps/about/src ../../../../../apps/filebrowser/src ../../../../../apps/help/src ../../../../../apps/jobbrowser/src ../../../../../apps/jobsub/src ../../../../../apps/metastore/src ../../../../../apps/oozie/src ../../../../../apps/proxy/src ../../../../../apps/useradmin/src After that I was able to open the Hue web UI. Now I´m figuring out how to enable Pig, Hive and Dashboard editors. Thanks, Samuel
... View more
03-07-2015
06:11 PM
Great! And for information, look at the Hue configuration section and look at Sentry, you should just need to check it and it will configure Hue automatically (no need to use any safety valve or put the Sentry service on the same host as Hue) Romain
... View more