Member since
07-30-2013
723
Posts
109
Kudos Received
80
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5103 | 04-05-2019 07:00 AM | |
9247 | 05-02-2018 12:42 PM | |
12121 | 05-02-2018 12:39 PM | |
4978 | 08-28-2017 07:55 AM | |
2938 | 05-31-2017 08:43 AM |
07-08-2014
04:14 PM
Usually when I get this type of problem I reset the HDFS directory structure like: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Quick-Start/cdh5qs_yarn_pseudo.html#topic_3_3_4_unique_1__title_32_unique_6 Romain
... View more
07-08-2014
04:13 PM
Could you add the jar in the "Settings" tab? [image: Inline image 1] Romain
... View more
07-02-2014
11:41 AM
You probably have a HDFS or Hive misconfiguration. Does this type of query work? INSERT OVERWRITE DIRECTORY '/tmp/path_hdfs' SELECT * from table_1 Romain
... View more
06-30-2014
08:50 AM
1 Kudo
You might already know what Michalis found, but it is a false positive warning: https://issues.cloudera.org/browse/HUE-2198 If the query result is correctly exported to HDFS it wold confirm this. Romain
... View more
06-25-2014
09:35 PM
Could you describe more: are you trying to export the result of a Hive query into HDFS? Could you provide the full trace from the /logs page when the error happens? Romain
... View more
06-24-2014
10:01 AM
The correct (but more complicated way) would be to use Sentry: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/4.5.0/CDH4-Security-Guide/cdh4sg_Sentry.html The other alternative is to remove the metastore DDL permissions in the groups of your users: https://www.dropbox.com/s/nbv0wwpybwlsm67/hue-ddl.png, but this will not secure the SQL like DROP table Romain
... View more
06-24-2014
09:51 AM
Seems like a misconfiguration. Do you have any other warnings on the Hue page /about/admin_wizard ? Romain
... View more
06-24-2014
09:21 AM
Or switch Hue to use MySql (recommended) for example: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-Guide/cdh5ig_hue_database.html Romain
... View more
06-19-2014
10:46 PM
The recommended way to do this is to use Sentry: http://sentry.incubator.apache.org/ http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/CDH5-Installation-Guide/cdh5ig_sentry_installation.html Romain
... View more
06-16-2014
07:59 AM
Glad to hear! Romain
... View more