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
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
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)