Hi Flavio, If you writing a Map Reduce , I would highly recommend using the custom InputFormat classes written that handle these . http://phoenix.apache.org/phoenix_mr.html.
Regards Ravi On Wed, Apr 1, 2015 at 12:16 AM, Flavio Pompermaier <[email protected]> wrote: > Any help here? > > On Tue, Mar 31, 2015 at 10:46 AM, Flavio Pompermaier <[email protected] > > wrote: > >> Hi to all, >> I'd like to know which is the best way to read a key salted with phoenix. >> If I read it during a mapreduce job I see a byte in front of the key >> (probably the salted prefix) that I don't know how to handle.. >> >> Thanks in advance, >> Flavio >> > > >
