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

Allow applications to access both secure and insecure clusters at the same time

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Today there are multiple integration issues when an application (particularly, distcp) access both secure and insecure clusters (e.g., HDFS-6776 / HDFS-7036)

      There are four use cases in this scenario:

      • Secure <-> Secure. Works.
      • Insecure <-> Insecure. Works.
      • Accessing secure clusters from insecure client. Will not work as expected. The insecure client won't be able to be authenticated with the secure client, otherwise it is a security vulnerability.
      • Accessing insecure clusters from secure client. Currently it will not work as the secure client won't be able to obtain a delegation token from the insecure cluster.

      This jira proposes to fix the last use case.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wheat9 Haohui Mai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: