Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-8374

Improve support for hard link manipulation on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • None
    • None
    • None

    Description

      Hard link support for Windows does not work properly. There is some refactoring needed in the code. Also, the code currently executes the fsutil command to manipulate hard links. fsutil requires admin privileges on recent versions of Windows. The main features needed are the ability to create hard links to a file and count the number of hard links to a file. So we could use mklink to create hard links and write a custom executable to count hard links. Or use a custom executable to do both using Windows API's.

      Attachments

        1. HADOOP-8374-1.patch
          4 kB
          Bikas Saha
        2. HADOOP-8374-branch-1-win_hardlinks.patch
          7 kB
          Ivan Mitic
        3. HADOOP-8374-branch-1-win_hardlinks.patch
          7 kB
          Ivan Mitic

        Issue Links

          Activity

            People

              bikassaha Bikas Saha
              bikassaha Bikas Saha
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: