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

FileContext.getLocalFSFileContext() behavior needs to be fixed w.r.t tokens

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.23.0
    • 0.23.0
    • fs, security
    • None
    • Reviewed

    Description

      FileContext.getLocalFSFileContext() instantiates a FileContext object upon the first call to it, and for all subsequent calls returns back that instance (a static localFsSingleton object). With security turned on, this causes some hard-to-debug situations when that fileContext is used for doing HDFS operations. This is because the UserGroupInformation is stored when a FileContext is instantiated. If the process in question wishes to use different UserGroupInformation objects for different file system operations (where the corresponding FileContext objects are obtained via calls to FileContext.getLocalFSFileContext()), it doesn't work.

      Attachments

        1. HADOOP-7268.1.patch
          2 kB
          Jitendra Nath Pandey

        Activity

          People

            jnp Jitendra Nath Pandey
            ddas Devaraj Das
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: