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

Functionality to create file or folder on a remote daemon side

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.21.0
    • 0.21.0
    • test
    • None
    • Reviewed
    • herriot

    Description

      Functionality for creating either files or folders in task attempt folder while job is running. The functionality covers the following methods.

      1. public void DaemonProtocol.createFile(String path, String fileName, boolean local) throws IOException;
      It uses to create a file with full permissions.

      2. public void DaemonProtocol.createFile(String path, String fileName, FsPermission permission, boolean local) throws IOException;
      It uses to create a file with given permissions.

      3. public void DaemonProtocol.createFolder(String path, String folderName, boolean local) throws IOException;
      It uses to create a file with full permissions.

      4. public void DaemonProtocol.createFolder(String path, String folderName, FsPermission permission, boolean local) throws IOException;
      It uses to create a folder with given permissions.

      Attachments

        1. 6869-ydist-security.patch
          8 kB
          Vinay Kumar Thota
        2. 6869-ydist-security.patch
          10 kB
          Vinay Kumar Thota
        3. HADOOP-6869.patch
          8 kB
          Vinay Kumar Thota
        4. HADOOP-6869.patch
          9 kB
          Vinay Kumar Thota

        Issue Links

          Activity

            People

              vinaythota Vinay Kumar Thota
              vinaythota Vinay Kumar Thota
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: