Re: Modifying the existing column family and value in a Put

2016-10-16 Thread Anoop John
Say us more?  What u would like to do?  How is ur data and the table
structure.  And u try doing some aggregation or so? If u can say us
more abt what u r really trying to do, we can try to point you to the
best possible option wrt CPs.

-Anoop-

On Thu, Oct 13, 2016 at 8:39 PM, Nkechi Achara  wrote:
> Thanks!
>
> I'll extract and make another object
>
> On 13 Oct 2016 4:54 p.m., "Ted Yu"  wrote:
>
>> Looking at prePut / postPut methods, I think the answer is no.
>>
>> On Thu, Oct 13, 2016 at 7:46 AM, Nkechi Achara 
>> wrote:
>>
>> > Hi All,
>> >
>> > I am writing a transformation observer co-processor, and I would like to
>> > know if there is a way to modify the family, and the value without having
>> > to reconstruct the Put object again?
>> >
>> > Thanks,
>> >
>> > K
>> >
>>


Re: Modifying the existing column family and value in a Put

2016-10-13 Thread Nkechi Achara
Thanks!

I'll extract and make another object

On 13 Oct 2016 4:54 p.m., "Ted Yu"  wrote:

> Looking at prePut / postPut methods, I think the answer is no.
>
> On Thu, Oct 13, 2016 at 7:46 AM, Nkechi Achara 
> wrote:
>
> > Hi All,
> >
> > I am writing a transformation observer co-processor, and I would like to
> > know if there is a way to modify the family, and the value without having
> > to reconstruct the Put object again?
> >
> > Thanks,
> >
> > K
> >
>


Re: Modifying the existing column family and value in a Put

2016-10-13 Thread Ted Yu
Looking at prePut / postPut methods, I think the answer is no.

On Thu, Oct 13, 2016 at 7:46 AM, Nkechi Achara 
wrote:

> Hi All,
>
> I am writing a transformation observer co-processor, and I would like to
> know if there is a way to modify the family, and the value without having
> to reconstruct the Put object again?
>
> Thanks,
>
> K
>


Modifying the existing column family and value in a Put

2016-10-13 Thread Nkechi Achara
Hi All,

I am writing a transformation observer co-processor, and I would like to
know if there is a way to modify the family, and the value without having
to reconstruct the Put object again?

Thanks,

K