Felix,

On #1, Hive actions don't produce output back to oozie. If you need the
next action to handle the output, you should point to the next action the
output directory of the hive action.

ON #2, definitely, you can add ${VAR} in your workflow configs, and provide
the the VAR=VALUE in the job.properties used for the job submission (
http://oozie.apache.org/docs/3.3.1/WorkflowFunctionalSpec.html#a4_Parameterization_of_Workflows
)

Thx


On Mon, Mar 11, 2013 at 8:40 PM, Felix.徐 <[email protected]> wrote:

> Hi, I have 2 questions:
> 1.How can I capture the output(a few lines) of a Hive query and pass it to
> the next action(e.g. a shell script) for further processing? The
> capture-output seems only supports a properties file.
>
> 2.Is it possible to manually trigger the same workflow with different
> parameters ?
>



-- 
Alejandro

Reply via email to