Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
-
None
Description
Issue1 :
======
During Gateway startup , deployment directory value is been hardcoded , instead of value being read from available configuration .
@Override public String getGatewayDeploymentDir() { return getGatewayDataDir() + File.separator + "deployments"; }
Issue2:
======
Configuration Name in gateway-default.xml is not same as the name used in "org.apache.hadoop.gateway.config.impl.GatewayConfigImpl"
private static final String GATEWAY_CONFIG_FILE_PREFIX = "gateway"; public static final String DEPLOYMENT_DIR = GATEWAY_CONFIG_FILE_PREFIX + ".deployment.dir";
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
- relates to
-
KNOX-486 Configuration Item gateway.gateway.conf.dir is Obsolete
- Patch Available