[
https://issues.apache.org/jira/browse/HBASE-11129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13992872#comment-13992872
]
Nick Dimiduk commented on HBASE-11129:
--------------------------------------
Looking for some context here, I cannot find the commit that makes this
interface private. Do you know off the top of your head
([[email protected]], [~jdcryans], [~stack])?
> Expose Scan conversion methods in TableMapReduceUtil as public methods
> ----------------------------------------------------------------------
>
> Key: HBASE-11129
> URL: https://issues.apache.org/jira/browse/HBASE-11129
> Project: HBase
> Issue Type: Task
> Components: mapreduce
> Reporter: Ted Yu
> Assignee: Gustavo Anatoly
> Priority: Minor
> Attachments: HBASE-11129.patch
>
>
> Scan#readFields() from 0.92 has been removed.
> TableMapReduceUtil has the following package private methods:
> {code}
> static String convertScanToString(Scan scan) throws IOException {
> {code}
> {code}
> static Scan convertStringToScan(String base64) throws IOException {
> {code}
> We should consider exposing them as public methods so that user can interpret
> Scan objects easily in mapreduce jobs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)