Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-11129

Expose Scan conversion methods in TableMapReduceUtil as public methods

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Implemented
    • None
    • None
    • mapreduce
    • None

    Description

      Scan#readFields() from 0.92 has been removed.
      TableMapReduceUtil has the following package private methods:

        static String convertScanToString(Scan scan) throws IOException {
      
        static Scan convertStringToScan(String base64) throws IOException {
      

      We should consider exposing them as public methods so that user can interpret Scan objects easily in mapreduce jobs.

      Attachments

        1. HBASE-11129.patch
          1 kB
          Gustavo Anatoly

        Activity

          People

            gustavoanatoly Gustavo Anatoly
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: