forked from D-Net/dnet-hadoop
Bug fix
This commit is contained in:
parent
f3aaff3688
commit
595192d510
|
@ -10,7 +10,6 @@
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>external_stats_db_name</name>
|
<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>
|
<description>the external stats that should be added since they are not included in the graph database</description>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
|
@ -432,7 +431,7 @@
|
||||||
<argument>${stats_db_name}</argument>
|
<argument>${stats_db_name}</argument>
|
||||||
<argument>${monitor_db_name}</argument>
|
<argument>${monitor_db_name}</argument>
|
||||||
<argument>${observatory_db_name}</argument>
|
<argument>${observatory_db_name}</argument>
|
||||||
<argument>${stats_ext}</argument>
|
<argument>${external_stats_db_name}</argument>
|
||||||
<argument>${hadoop_user_name}</argument>
|
<argument>${hadoop_user_name}</argument>
|
||||||
<file>copyDataToImpalaCluster.sh</file>
|
<file>copyDataToImpalaCluster.sh</file>
|
||||||
</shell>
|
</shell>
|
||||||
|
|
Loading…
Reference in New Issue