[ https://issues.apache.org/jira/browse/HADOOP-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bryan Duxbury updated HADOOP-2507: ---------------------------------- Attachment: 2507.patch This patch adds base64 encoding to column names and row key values in both GET requests and scanner GET requests. > [hbase] REST servlet does not properly base64 row keys and column names > ----------------------------------------------------------------------- > > Key: HADOOP-2507 > URL: https://issues.apache.org/jira/browse/HADOOP-2507 > Project: Hadoop > Issue Type: Bug > Reporter: Bryan Duxbury > Assignee: Bryan Duxbury > Priority: Minor > Attachments: 2507.patch > > > At the moment, the REST servlet treats row keys and column names as though > they are all printable, when in fact they can definitely be arbitrary binary > strings. When returning these items, they should be base64 encoded like cell > values are. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.