Re: FAILED: IndexOutOfBoundsException Index: 3, Size: 3
distinct(value)) as uv, > count(distinct(val1)) as pv > where ip='2015-05-13' and key='dstdomain' > GROUP BY key,ip; > > Throw an exeception: > >FAILED: IndexOutOfBoundsException Index: 3, Size: 3
FAILED: IndexOutOfBoundsException Index: 3, Size: 3
;dstdomain1' GROUP BY key,ip INSERT OVERWRITE TABLE temp2 partition(dt='2015-05-15',type='type2') SELECT key,ip, count(distinct(value)) as uv, count(distinct(val1)) as pv where ip='2015-05-13' and key='dstdomain' GROUP BY key,ip; Throw an exec