forked from D-Net/dnet-hadoop
added the new parameter (stats_tool_api_url) in the workflow parameters
This commit is contained in:
parent
91226117b3
commit
77a3a6d82e
|
@ -17,6 +17,10 @@
|
||||||
<name>stats_db_shadow_name</name>
|
<name>stats_db_shadow_name</name>
|
||||||
<description>the name of the shadow schema</description>
|
<description>the name of the shadow 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 update.</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