On Nov 17, 2011, at 1:44 PM, Aaron Griffith wrote:
> Jeremy Hanna gmail.com> writes:
>
>>
>> If you are only interested in loading one row, why do you need to use Pig?
>> Is
> it an extremely wide row?
>>
>> Unless you are using an ordered partitioner, you can't limit the rows you
> mapre
Jeremy Hanna gmail.com> writes:
>
> If you are only interested in loading one row, why do you need to use Pig?
> Is
it an extremely wide row?
>
> Unless you are using an ordered partitioner, you can't limit the rows you
mapreduce over currently - you
> have to mapreduce over the whole colum
If you are only interested in loading one row, why do you need to use Pig? Is
it an extremely wide row?
Unless you are using an ordered partitioner, you can't limit the rows you
mapreduce over currently - you have to mapreduce over the whole column family.
That will change probably in 1.1. H