Uploaded image for project: 'Apache Knox'
  1. Apache Knox
  2. KNOX-1268

[Service Discovery] On a wire encrypted cluster , HDFSUI and WEBHDFS service url is getting updated with wrong port

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.14.0
    • 1.1.0
    • None
    • None

    Description

      On a wire encrypted cluster , HDFS url is getting updated with wrong port

      Expected HDFS urls in generated topology :
      https://host1:20470
      https://host2:20470

      Actual:

       <service>
       <role>WEBHDFS</role>
       <url>https:/host1:20070/webhdfs</url>
       <url>https://host2:20070/webhdfs</url>
       </service>
       <service>
       <role>HDFSUI</role>
       <url>https://host1:20070</url>
       <url>https://host2:20070</url>
       </service>
      

      Should fetch port value using config "dfs.https.port" from hdfs-site.xml

      Attachments

        Activity

          People

            pzampino Philip Zampino
            andreina J.Andreina
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: