We don't have APIs for what you're trying to do. Our APIs are JDBC. For these low level kinds of things, I'd recommend reading and understanding the source code.
Thanks, James On Mon, Jun 5, 2017 at 1:09 PM Cheyenne Forbes < [email protected]> wrote: > Can anyone please help? > > > On Sat, Jun 3, 2017 at 8:51 PM, Cheyenne Forbes < > [email protected]> wrote: > >> I am doing some analytics which require me to scan through a phoenix >> created table with hbase instead of a phoenix select query. >> >> I created a column with the name 'fname' but a scan with hbase shell >> shows "\x80\x0F": >> >> \x00\x00Z\xF3\x10z@\x14 column=PERSONAL:\x80\x0F, >> timestamp=1496360923816, value=Cheyenne >> >> How can I scan using column names if for example the name i gave is >> "fname" but in hbase I it is "\x80\x0F"? >> >> Regards, >> >> Cheyenne O. Forbes >> > >
