forked from antonis.lempesis/dnet-hadoop
Changed typo in script names
This commit is contained in:
parent
b1ed1afdcc
commit
2a074c3b2b
|
@ -259,7 +259,7 @@
|
||||||
<action name="Step17">
|
<action name="Step17">
|
||||||
<hive2 xmlns="uri:oozie:hive2-action:0.1">
|
<hive2 xmlns="uri:oozie:hive2-action:0.1">
|
||||||
<jdbc-url>${hive_jdbc_url}</jdbc-url>
|
<jdbc-url>${hive_jdbc_url}</jdbc-url>
|
||||||
<script>scripts/updateProductionViews.sql</script>
|
<script>scripts/step17.sql</script>
|
||||||
<param>stats_db_name=${stats_db_name}</param>
|
<param>stats_db_name=${stats_db_name}</param>
|
||||||
<param>stats_db_shadow_name=${stats_db_shadow_name}</param>
|
<param>stats_db_shadow_name=${stats_db_shadow_name}</param>
|
||||||
</hive2>
|
</hive2>
|
||||||
|
@ -288,7 +288,7 @@
|
||||||
<exec>impala-shell.sh</exec>
|
<exec>impala-shell.sh</exec>
|
||||||
<argument>${stats_db_shadow_name}</argument>
|
<argument>${stats_db_shadow_name}</argument>
|
||||||
<argument>computeProductionStats.sql</argument>
|
<argument>computeProductionStats.sql</argument>
|
||||||
<argument>${wf:appPath()}/scripts/computeProductionStats.sql</argument>
|
<argument>${wf:appPath()}/scripts/step19.sql</argument>
|
||||||
<file>impala-shell.sh</file>
|
<file>impala-shell.sh</file>
|
||||||
</shell>
|
</shell>
|
||||||
<ok to="Step20"/>
|
<ok to="Step20"/>
|
||||||
|
|
Loading…
Reference in New Issue