You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Ondrej Holecek <on...@holecek.eu> on 2011/02/19 16:30:05 UTC

pipes and hbase

Hello,

does anyone use mapreduce and pipes interface with hbase?

I have working c++ program, but don't know how to interpret data I get from
context.getInputValue() in mapper function.

It seems to be somehow serialized content of each row, but I have no idea ho to
deserialize it to get key/value pairs.

Ondrej