forked from D-Net/dnet-hadoop
Corrected the script used by the last step of the wf
This commit is contained in:
parent
ec52141f1a
commit
68389d0125
|
@ -236,8 +236,8 @@
|
||||||
<name-node>${nameNode}</name-node>
|
<name-node>${nameNode}</name-node>
|
||||||
<exec>impala-shell.sh</exec>
|
<exec>impala-shell.sh</exec>
|
||||||
<argument>${stats_db_name}</argument>
|
<argument>${stats_db_name}</argument>
|
||||||
<argument>step14.sql</argument>
|
<argument>step17.sql</argument>
|
||||||
<argument>/user/${wf:user()}/oa/graph/stats/oozie_app/scripts/step14.sql</argument>
|
<argument>/user/${wf:user()}/oa/graph/stats/oozie_app/scripts/step17.sql</argument>
|
||||||
<file>impala-shell.sh</file>
|
<file>impala-shell.sh</file>
|
||||||
</shell>
|
</shell>
|
||||||
<ok to="End"/>
|
<ok to="End"/>
|
||||||
|
|
Loading…
Reference in New Issue