[ 
https://issues.apache.org/jira/browse/HBASE-11129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated HBASE-11129:
---------------------------
    Resolution: Implemented
        Status: Resolved  (was: Patch Available)

These methods are currently public.

> 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.4.14#64029)

Reply via email to