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
