Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5216 | 04-05-2019 07:00 AM | |
| 9422 | 05-02-2018 12:42 PM | |
| 12366 | 05-02-2018 12:39 PM | |
| 5096 | 08-28-2017 07:55 AM | |
| 3032 | 05-31-2017 08:43 AM |
01-15-2015
12:26 PM
I think I found the problem: CM does not propagate the value of hive.server2.authentication to Hue, so indeed manually copying the hive-site.xml, editing it, and having Hue points to it fixes it. I am going to see with the CM team as this is not good. Romain
... View more
01-15-2015
11:35 AM
Could you share the hive-site.xml in /etc/hive/conf.cloudera.hive ? What is the Hue version? Romain
... View more
01-14-2015
01:20 PM
Hue needs to point to a directory containing a valid hive-site.xml: http://gethue.com/how-to-configure-hue-in-your-hadoop-cluster/ Romain
... View more
01-13-2015
08:20 AM
Yes this is related to https://review.cloudera.org/r/4807/ We are also going to make the page super fast in Hue 4 with a new document system. Current workarounds are to remove some documents. Romain
... View more
01-07-2015
07:53 AM
Thanks for reporting your solution!
... View more
12-31-2014
10:05 AM
I am not a Hive expert but auth should be LDAP and not PLAIN if you use LDAP? https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-Authentication/SecurityConfiguration Romain
... View more
12-30-2014
01:25 PM
You seem to have a custom mapreduce.jobtracker.staging.root.dir: /jobs/input/customer It means only 'hdfs' user can submit jobs. You could change it to 777 permissions. I think there is also a way to have one by user. Romain
... View more
12-30-2014
09:53 AM
This is typical of a misconfigured HiveServer2: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient It can be that the remote metastore DB is readonly, or is not found I usually recommend to debug it by using beeline: http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cdh_ig_hiveserver2_start_stop.html Above comments about Sentry are not related, as this is just the Sentry UI in Hue. Romain
... View more
12-29-2014
09:55 AM
This is weird. Are you using Sentry maybe? (and the user with error does not have access to the 'default' database?) Romain
... View more
12-29-2014
09:05 AM
Yes and also please share the list of instances you have in the HBase service in CM. Romain
... View more