forked from antonis.lempesis/dnet-hadoop
added the new parameter (stats_tool_api_url) in the workflow parameters
This commit is contained in:
parent
7cb113e088
commit
b1ed1afdcc
|
@ -8,6 +8,10 @@
|
||||||
<name>stats_db_production_name</name>
|
<name>stats_db_production_name</name>
|
||||||
<description>the name of the production schema</description>
|
<description>the name of the production schema</description>
|
||||||
</property>
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>stats_tool_api_url</name>
|
||||||
|
<description>The url of the API of the stats tool. Is used to trigger the cache promote.</description>
|
||||||
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>hive_metastore_uris</name>
|
<name>hive_metastore_uris</name>
|
||||||
<description>hive server metastore URIs</description>
|
<description>hive server metastore URIs</description>
|
||||||
|
|
Loading…
Reference in New Issue