Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-7285 Erasure Coding Support inside HDFS
  3. HDFS-8275

Erasure Coding: Implement batched listing of enrasure coding zones

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      The idea of this jira is to provide batch API in DistributedFileSystem to list the ECZoneInfo.

      API signature:-

        /**
        * List all ErasureCoding zones. Incrementally fetches results from the server.
        */
        public RemoteIterator<ECZoneInfo> listErasureCodingZones() throws IOException {
          return dfs.listErasureCodingZones();
        }
      

      Attachments

        Activity

          People

            rakeshr Rakesh Radhakrishnan
            rakeshr Rakesh Radhakrishnan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: