Re: FAILED: IndexOutOfBoundsException Index: 3, Size: 3

2015-05-15 Thread Thejas Nair
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

2015-05-14 Thread lushuai2...@139.com
;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