Re: question about get part result from hive

2013-08-19 Thread Stephen Sprague
Maybe its too obvious but there is the "limit" keyword as well. On Sun, Aug 18, 2013 at 9:43 PM, Nitin Pawar wrote: > Hive does support sampling. Please look at > https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Sampling > > We normally partition data based on few columns so we av

Re: question about get part result from hive

2013-08-18 Thread Nitin Pawar
Hive does support sampling. Please look at https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Sampling We normally partition data based on few columns so we avoid these situations On Mon, Aug 19, 2013 at 8:46 AM, ch huang wrote: > hi,all: > i have a problem ,i have a hive ta

question about get part result from hive

2013-08-18 Thread ch huang
hi,all: i have a problem ,i have a hive table ,it source data based on HDFS,and i want to get part query result for processing(the whole data is huge,so must load partly),any good suggestions? (hive has no paging query result function)