Hi,

I am reading data from a HBase table to RDD and then using foreach on that
RDD I am doing some processing on every Result of HBase table. After this
processing I want to store the processed data back to another HBase table.

How can I do that ? If I use standard Hadoop and HBase classes to write
data to HBase I fall into serialization issues.

How should I write data to HBase in this case?

Thanks,
-Vibhor

Reply via email to