Member since
10-13-2015
14
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2558 | 10-22-2015 07:37 AM |
10-22-2015
07:37 AM
Hi Romain, Spent an hour with an AWS engineer and cracked it. It did return via Beeline on the CLI after about 5 mins. We had to modify the Beeline timeout in hue.ini to a much higher value than 120. I suspect it spends most of that initial time scanning S3.
... View more
10-22-2015
04:21 AM
If it helps, this works fine on emr 3.9. Interested to know what causes the Execute button to stay red (as on 3.9) or flick to red and then back to blue (as on 4.1)
... View more
10-22-2015
02:55 AM
Hi, We've switched to the latest AWS EMR version (4.1) which includes Hue 3.7.1. Some queries work but certain ones don't appear to even start. For example: select rcd_seq_num from comverse.zzz_ocs where event_start_yearmonth = 201401 --partition and market_offer_group_id = 113 --partition limit 100; When you press Execute it flashes red quickly and then goes back to Execute. After after 2-3 minutes this message appears at the bottom: Fetching results ran into the following error(s): timed out Looking in the hive logs it does appear that it is searching through S3. Is there a setting in Hue to increase any timeouts?
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera Hue
10-14-2015
11:58 AM
Thanks for the quick turnaround! It actually turned out to be simple - if you only use the public certificate part, and not the chain it works fine and users can now connect via a pretty domain name over https 😉 I did have to leave ssl as disabled in hue.ini though. Perhaps this section is related to how Hue communicates with Hive rather than the browser? [[ssl]] # SSL communication enabled for this server. ## enabled=false
... View more
10-13-2015
07:03 AM
Hi! I've been using Hue with a self-signed certificate and it's been fine, but after purchasing a certificate from GoDaddy I can't seem to get it to work. I've seen a few comments that until recently CherryPy does not work with certificate chains which is what GoDaddy provides. Has anyone managed to get this to work please? Thanks, Neil
... View more
Labels:
- Labels:
-
Cloudera Hue