Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-26985

SecureBulkLoadManager will set wrong permission if umask too strict

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      SecureBulkLoadManager will create baseStagingDir if not exist. start method use 
      fs.mkdirs(baseStagingDir, PERM_HIDDEN); to create directory with permission -rwx–x–x.BUT if umask is too strict such as 077 ,this directory will create with 0700 so it too strict for GROUP and OTHER user to own execute permission

      Attachments

        1. HBASE-26985.patch
          0.8 kB
          Zhang Dongsheng

        Issue Links

          Activity

            People

              skysider Zhang Dongsheng
              skysider Zhang Dongsheng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: