Created on 10-22-2015 02:55 AM - edited 09-16-2022 02:45 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?
Created 10-22-2015 07:37 AM
Created 10-22-2015 04:21 AM
Created 10-22-2015 07:18 AM
Created 10-22-2015 07:37 AM
Created 10-22-2015 07:47 AM