XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • HDFS-13891
    • None
    • None
    • Reviewed

    Description

      When the RouterHttpServer starts it does:

          NameNodeHttpServer.initWebHdfs(conf, httpAddress.getHostName(), httpServer,
              RouterWebHdfsMethods.class.getPackage().getName());
      

      This function is in the NN and is pretty generic.
      However, it then calls to NameNodeHttpServer#getAuthFilterParams, which does:

          String httpKeytab = conf.get(DFSUtil.getSpnegoKeytabKey(conf,
              DFSConfigKeys.DFS_NAMENODE_KEYTAB_FILE_KEY));
      

      In most cases, the regular web keytab will kick in, but we should make this a parameter and load the Router one just in case.

      Attachments

        1. HDFS-14052-HDFS-13891.4.patch
          6 kB
          CR Hota
        2. HDFS-14052-HDFS-13891.3.patch
          5 kB
          CR Hota
        3. HDFS-14052-HDFS-13891.2.patch
          5 kB
          CR Hota
        4. HDFS-14052-HDFS-13891.1.patch
          5 kB
          CR Hota
        5. HDFS-14052-HDFS-13891.0.patch
          1 kB
          CR Hota

        Issue Links

          Activity

            People

              crh CR Hota
              elgoiri Íñigo Goiri
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: