Koushik,
Is this serialized binary data a field of some data structure? In any case, currently there is no mechanism in the message deserializer to decode some input data into array of bytes. Best bet is to encode the binary data as hex decimal or 64 base string and store as string and then decode up on retrieving into memory. We will add proper conversion function as part of transformation work that will be doing in near future.
Thanks
-Krishna
--
You received this message because you are subscribed to the Google Groups "kamanja" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kamanja+u...@ligadata.com.
To post to this group, send email to kam...@ligadata.com.
Visit this group at https://groups.google.com/a/ligadata.com/group/kamanja/.
Hi Koushik,
Looks like you are keeping the KEY (ROW) value as 50KB. HBase allows only max Short.MAX_VALUE as the ROW value.
Can you please check once whether you are keeping all that stuff as KEY or not?
Thanks
Pokuri