Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
0.5.0
-
None
-
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
Attachments
Issue Links
- is related to
-
KNOX-485 Gateway deployment directory value is been hardcoded , instead of value being read from exposed configuration.
- Closed