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

Sample topology file (sample.xml) uses inconsistent internal vs external addresses

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.3.0
    • 0.3.0
    • Server
    • None

    Description

      Note that NAMENODE requires a cluster internal address while WEBHDFS requires an external address.
      <service>
      <role>NAMENODE</role>
      <url>hdfs://sandbox.hortonworks.com:8020</url>
      </service>
      <service>
      <role>WEBHDFS</role>
      <url>http://localhost:50070/webhdfs/v1</url>
      </service>
      This is because of how the service registry is being used to rewrite request bodies. In particular this is a problem for Oozie in the fs.default.name and mapred.job.tracker configuration properties.

      Attachments

        Activity

          People

            kminder Kevin Minder
            kminder Kevin Minder
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: