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 | |
| 9403 | 05-02-2018 12:42 PM | |
| 12354 | 05-02-2018 12:39 PM | |
| 5091 | 08-28-2017 07:55 AM | |
| 3027 | 05-31-2017 08:43 AM |
01-28-2015
07:35 AM
Please read the above JIRA for more details. Hue is only one lightweight Python server. Google, Dropbox etc... have tens of servers dedicated to serving files and not Web pages (the download happens from another machine). In Hue 4 we will very probably introduce some new types of Hue servers that will take care of this part. Romain
... View more
01-28-2015
07:14 AM
The webserver is sending it to your browser, a webserver is supposed to just send some web pages
... View more
01-28-2015
06:51 AM
This is https://issues.cloudera.org/browse/HUE-2142 In short right now Hue will not perform well for downloading and streaming a lot of data to a browser as it is not designed for that.
... View more
01-27-2015
01:26 AM
Here we go, your Hive setup has probably a problem. You should follow-up on the Hive list.
... View more
01-26-2015
06:08 AM
Yes, you need to try with 'beeline': http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cdh_ig_hiveserver2_start_stop.html Romain
... View more
01-26-2015
01:41 AM
When you tried with the Hive shell, was it with 'beeline'? (as the 'hive' command is different as it is not using HiveServer2)
... View more
01-22-2015
09:46 AM
Which Hue / Hive version are you using? Did you add the jar as a jar resource in the Beeswax/Hive Editor in Hue? Romain
... View more
01-19-2015
11:10 AM
Right now there is no good way to delete the query histories unless playing with script or the DB itself. We have this in priority for the next version. Romain
... View more
01-15-2015
02:33 PM
Actually, there is a safety valve for Hive clients in the Hive service. This property should be specified there and it will work as Hue will get it:
hive.server2.authentication
NOSASL
I am forwarding this to the VM guys so that they fix it for next time!
... View more
01-15-2015
12:36 PM
The only temporary woark around is to do what you did and hardcode a path to a good hive-site.xml directory in Hue safety valve: [beeswax] hive_conf_dir=/etc/hive/conf_with_good_hive Romain
... View more