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 | |
| 9398 | 05-02-2018 12:42 PM | |
| 12350 | 05-02-2018 12:39 PM | |
| 5086 | 08-28-2017 07:55 AM | |
| 3022 | 05-31-2017 08:43 AM |
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
05-12-2015
08:46 AM
You probably don't have HiveServer2 Impersonation (hive.server2.enable.doAs) turned on
... View more
05-04-2015
08:58 PM
Did you load the jar in the editor? A bit like http://gethue.com/hadoop-tutorial-hive-udf-in-1-minute/
... View more
04-29-2015
08:45 PM
2 Kudos
No 😉 [oozie] oozie_jobs_count=1000 *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/
... View more
04-29-2015
08:26 PM
It is desktop/dump_config
... View more
04-29-2015
05:22 PM
Right now you can bump the number: https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L805 Then in the next release https://issues.cloudera.org/browse/HUE-1834 will bring pagination Romain
... View more
04-22-2015
06:41 AM
1 Kudo
This seems similar to this problems of ZooKeeper leaks with HiveServer2 https://issues.apache.org/jira/browse/HIVE-9119 Hue is also not closing the Hive queries, so you could try to bump the number of connections/clients in CM? Also check http://gethue.com/hadoop-tutorial-hive-and-impala-queries-life-cycle/ Romain
... 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
04-01-2015
09:09 PM
3 Kudos
Roughly, the current timeline is: Hue 3.8: next week Hue 3.9: this summer Hue 4.0 - beta 1: September or November Hue 4.0: April 2016 Romain
... View more
03-30-2015
02:57 PM
2 Kudos
Hue is using a database for persisting all its states, user information, documents of users like Hive Queries, workflows, Pig script... etc If the Hue service crashes before you click save, you will have to have it back up in order to save the document (think like gmail without the auto save if you un-plug your computer, but https://issues.cloudera.org/browse/HUE-2669 is targeting that). http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cdh_ig_hue_database.html http://gethue.com/how-to-manage-the-hue-database-with-the-shell/ The new Oozie Editor makes it easier to export workflows from the Hue DB in the Hue format: http://gethue.com/export-and-import-your-oozie-workflows/ In Hue 4, workflows will be exportable/importable in the Hue format + XML directly from the UI. Romain
... View more