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

Configuration Item gateway.gateway.conf.dir is Obsolete

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 0.5.0
    • None
    • Server
    • None

    Description

      Configuration Name in gateway-default.xml is not same as the name used in "org.apache.hadoop.gateway.config.impl.GatewayConfigImpl"

      • The deployments directory is no longer found in the conf directory.
      • This config item is not actually referenced anywhere in the server that I see with a quick grep
      • Perhaps we can use this to override the default conf dir location itself?
      • or perhaps it should just be removed
      • GatewayConfigImpl class level javadocs are also obsolete and should be addressed by this effort as well.

      Incorrect Configuration name in gateway-default.xml

          <property>
              <name>gateway.gateway.conf.dir</name>
              <value>deployments</value>
              <description>The directory within GATEWAY_HOME that contains gateway topology deployments.</description>
          </property>
      

      Attachments

        1. KNOX-486.1.patch
          11 kB
          J.Andreina

        Issue Links

          Activity

            People

              kminder Kevin Minder
              lmccay Larry McCay
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: