Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7806 Isolate the FileSystem calls
  3. HBASE-7808

Refactor Store to use HRegionFileSystem

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.98.0, 0.95.0
    • regionserver
    • None

    Description

      Move HStore fs related code inside the HRegionFileSystem.
      File creation and retrival should be handled there, and the use will be something like.

      HRegionFileSystem fs = new HRegionFileSystem
      file = fs.createFile()
      fs.commitFile(family, file);
      for (storeFile: fs.getStoreFiles(family))
         ...
      

      Attachments

        1. HBASE-7808-v5.patch
          135 kB
          Matteo Bertozzi
        2. HBASE-7808-v4.patch
          135 kB
          Matteo Bertozzi
        3. HBASE-7808-v3.patch
          133 kB
          Matteo Bertozzi
        4. HBASE-7808-v2.patch
          131 kB
          Matteo Bertozzi
        5. HBASE-7808-v1.patch
          130 kB
          Matteo Bertozzi
        6. HBASE-7808-v0.patch
          71 kB
          Matteo Bertozzi

        Issue Links

          Activity

            People

              mbertozzi Matteo Bertozzi
              mbertozzi Matteo Bertozzi
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: