Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-284

dfs.data.dir syntax needs revamping: multiple percentages and weights

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None
    • This is likely a cross-platform issue.

    Description

      Currently, all filesystems listed in the dfs.data.dir are treated the same with respected to the space reservation percentages. This makes sense on homogeneous, dedicated machines, but breaks badly on heterogeneous ones and creates a bit of a support nightmare.

      In a grid with multiple disk sizes, the admin is either leaving space unallocated or is required to slice up the disk. In addition, if Hadoop isn't the only application running, there may be unexpected collisions. In order to work around this limitation, the administrator must specifically partition up filesystem space such that the reservation 'make sense' for all of the configured file systems. For example, if someone has 2 small file systems and 2 big ones on a single machine, due to various requirements (such as the OS being mirrored, systems were built from spare parts, server consolidation, whatever). Reserving 10% might make sense on the small file systems (say 7G) but 10% may leave a lot more space than desired free on the big ones (say 50G).

      Instead, Hadoop should support a more robust syntax for directory layout. Ideally, an admin should be able to specify the directory location, the amount of space reserved (in either a percentage or a raw size syntax) for HDFS, as well as a weighting such that some file systems may be preferred over others. In the example above, the two larger file systems would likely be preferred over the two smaller ones. Additionally, the reservation on the larger file system might be changed such that it matches the 7G on the smaller file system.

      Doing so would allow for much more complex configuration scenarios without having to shuffle a lot of things around at the operating system level.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              aw Allen Wittenauer
              Votes:
              2 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: