Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5092 | 04-05-2019 07:00 AM | |
9235 | 05-02-2018 12:42 PM | |
12102 | 05-02-2018 12:39 PM | |
4966 | 08-28-2017 07:55 AM | |
2931 | 05-31-2017 08:43 AM |
11-05-2014
02:57 AM
As a follow up, I configured Hadoop Security within Cloudera Manager following http://www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v5-0-0/Configuring-Hadoop-Security-with-Cloudera-Manager/cm5chs_using_cm_sec_config.html Things seems OK. The biggest problem I faced when configuring Security in CM was I attempted a non-default realm. This triggered a bug and so that the configuration failed, as speciifed in step 6. I found no such warning in http://www.cloudera.com/content/cloudera/en/documentation/cdh5/v5-0-0/CDH5-Security-Guide/CDH5-Security-Guide.html (or I overlooked). Wondering whether this caused my original failure.
... View more
11-04-2014
09:35 AM
Was a bad metastore server - ended up stopping the metastore server and using a different one.
... View more
10-27-2014
09:32 AM
The automatic query conversion to Oozie job will happen in Hue 3.9 / 4.0. Then the other steps are already possible with a workflow but would require a bit of time to set it up. However, the much simpler way will come with https://issues.cloudera.org/browse/HUE-1865 and https://issues.cloudera.org/browse/HUE-2179 Romain
... View more
10-09-2014
07:16 PM
There are also hue.ini files like /var/run/cloudera-scm-agent/process/XXXX-hue-BEESWAX_SERVER/hue.ini. Maybe these are the exact configure files for hue? But each time I restart the hue service, it will generate a new one such hue.ini file, and the changes in files like /opt/cloudera/parcels/CDH-4.7.0-1.cdh4.7.0.p0.40/etc/hue/hue.ini have no effect on these files.
... View more
10-07-2014
01:47 PM
Great! Weird indeed, make apps pulls dynamically some packages, maybe the repos were down at the time. Romain
... View more
07-17-2014
02:48 PM
For the benefit of others reading this thread, I managed to get an answer via our Oracle (Big Data Appliance) support agreement, who in-turn asked Cloudera for the answer. Here's the response (edited); "1. Hue only gets group membership from its internal DB. Rather than manually adding users, Hue can import users & groups from LDAP. Also the LDAP group membership is updated when the sync users/groups is run. This section of the documentation describes common configurations: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Security-Guide/cdh5sg_hue_ldap_config.html Below are a few blogs that explain some of the details. How-to: Make Hadoop Accessible via LDAP http://blog.cloudera.com/blog/2014/02/how-to-make-hadoop-accessible-via-ldap/ How-to: Manage Permissions in Hue http://blog.cloudera.com/blog/2012/12/managing-permissions-in-hue/ 2. Currently there is no way to limit users login based on group. The sync process only brings in users already defined for Hue. You can import users from and LDAP by defining a user filter. The process is described in the blog " How-to: Make Hadoop Accessible via LDAP". Cloudera opened a feature request for you just now, to limit user logins by group membership. It is being tracked by internal JIRA CDH-20336. 3. However you can add useradmin rights to a particular group. To do this you navigate to User Admin (icon in menu bar) -> permissions (tab). In that screen you can define a group that has admin privileges." Mark
... View more
01-30-2014
10:40 PM
Magic tricks with ids didn't help. They brought more problem during migration later. We did partial migration (users+their saved pig/hive/impala scripts/queries) from sqlite to postgre and the problem gone. The problem is solved for us.
... View more
01-30-2014
10:11 AM
1 Kudo
Glad to hear! Posting since I started replying: Hue needs to package the jar: http://gethue.tumblr.com/post/64707633719/hadoop-tutorial-use-pig-and-hive-with-hbase
... View more