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 | |
| 9395 | 05-02-2018 12:42 PM | |
| 12344 | 05-02-2018 12:39 PM | |
| 5085 | 08-28-2017 07:55 AM | |
| 3017 | 05-31-2017 08:43 AM |
10-30-2015
04:43 PM
The create table metastore wizard does not currently support parquet files in input. You should be able to manually create an external table based on those files: https://www.google.com/search?q=hive+create+table+from+parquet+files&oq=hive+create+table+from+parquet+files&aqs=chrome..69i57.7586j0j7&sourceid=chrome&es_sm=93&ie=UTF-8
... View more
10-22-2015
07:18 AM
If you submit with beeline on the CLI, do you have the same problem? Anything in the HiveServer2 logs? (this is probably unrelated to Hue but more a Hive setup problem)
... View more
10-19-2015
03:05 AM
Yes, these parts are in the [beeswax] or [impala] section so it is for SSL between Hue and them, so unrelated to HTTPS in the Browser
... View more
10-08-2015
11:33 AM
It seems like it does not like the 'STORED AS TextFile' Does a simple CREATE TABLE `sample_07` ( `code` string , `description` string , `total_emp` int , `salary` int ) work? Romain
... View more
10-06-2015
05:36 PM
Yes, you need to install HiveServer2 (and if not on the same host as Hue, change the hive_server_host https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L699 About HDFS it looks good, just Hue is expecting / to be owned by the 'hdfs' user which is also traditionally the HDFS superuser. If 'hdfs' is not the super use just update https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L63 or you can ignore it for now. Romain
... View more
10-05-2015
09:38 AM
CM will run the upgrade automatically for Hue. So I would try to just stop Hue, switch the DBs and restart Hue
... View more
10-02-2015
03:09 PM
If you use CDH the base version of Hue might be the same but Hue has much more new stuff in 5.4 than 5.2. You can just copy the db indeed. Then you need to run the migration. If using CM, click on migrate the DB in the Hue service. If not using CM, you will have to run these commands: ./build/env/bin/hue syncdb ./build/env/bin/hue migrate http://gethue.com/hue-api-execute-some-builtin-commands/
... View more
09-30-2015
06:12 AM
You need to configure the [impala] section of Hue to use SSL, e.g. http://gethue.com/how-to-use-hue-with-hive-and-impala-configured-with-ldap-authentication-and-ssl/
... View more
09-23-2015
01:26 PM
It is there, look for the correct file path: https://github.com/cloudera/hue/blob/cdh5.4.1-release/apps/search/src/search/search_controller.py#L112 And FYI no need to compile, just editing and restarting Hue is enough Romain
... View more