This commit is contained in:
dimitrispie 2023-02-14 16:24:08 +02:00
parent f3aaff3688
commit 595192d510
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
</property>
<property>
<name>external_stats_db_name</name>
<value>stats_ext</value>
<description>the external stats that should be added since they are not included in the graph database</description>
</property>
<property>
@ -432,7 +431,7 @@
<argument>${stats_db_name}</argument>
<argument>${monitor_db_name}</argument>
<argument>${observatory_db_name}</argument>
<argument>${stats_ext}</argument>
<argument>${external_stats_db_name}</argument>
<argument>${hadoop_user_name}</argument>
<file>copyDataToImpalaCluster.sh</file>
</shell>