Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-2188

Implement LocatedFileStatus & getFileBlockLocations to provide node/localization information to Yarn/Mapreduce

    XMLWordPrintableJSON

Details

    Description

      For applications like Hive/MapReduce to take advantage of the data locality in Ozone, Ozone should return the location of the Ozone blocks. This is needed for better read performance for Hadoop Applications.

              if (file instanceof LocatedFileStatus) {
                blkLocations = ((LocatedFileStatus) file).getBlockLocations();
              } else {
                blkLocations = fs.getFileBlockLocations(file, 0, length);
              }
      

      Attachments

        Issue Links

          Activity

            People

              avijayan Aravindan Vijayan
              msingh Mukul Kumar Singh
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 2h 10m
                  2h 10m