You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.
So, if hdfs://localhost:9000/tmp/revenue_feed/${YEAR}/${MONTH}/${DAY}/_SUCCESS is created, the coordinator B and C will be triggered to run their workflow.
Can you please send it to [email protected]?Bigger community.Oozie - Project Mailing Lists
| |
| | | | | |
| Oozie - Project Mailing ListsProject Mailing Lists These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link. Name Subscribe Unsubscribe Post |
| |
| View on oozie.apache.org | Preview by Yahoo |
| |
| |
--Mohammad
On Friday, September 4, 2015 7:49 AM, Ming-Hsuan-Tu <[email protected]> wrote:
hi,I have three coordinator A, B and C.The coordinator of B and C depends on the output of A. That is, if output of A is ready, coordinator of B and C will run.So, I use an input-event to control such dependency.The structure of coordinator B and C look like
So, if hdfs://localhost:9000/tmp/revenue_feed/${YEAR}/${MONTH}/${DAY}/_SUCCESS is created, the coordinator B and C will be triggered to run their workflow.the coordinator of A looks like:
hdfs://localhost:9000/A/workflows
its ${start} and ${end} are same as B and C.The workflow of A will create hdfs://localhost:9000/tmp/revenue_feed/${YEAR}/${MONTH}/${DAY}/_SUCCESSHowever, the coordinator of B and C are still waiting for the hdfs://localhost:9000/tmp/revenue_feed/${YEAR}/${MONTH}/${DAY}/_SUCCESSIf I submit workflow of A without coordinator, then the workflow of B and C will be triggered.I am not sure if something missing in my coordinator of A.Thank you!—
Reply to this email directly or view it on GitHub.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi,
I have three coordinators A, B and C.
The coordinator of B and C depends on the output of A. That is, if the output of A is ready, coordinator of B and C will run.
So, I use an input-event to control such dependency.
The structure of coordinator B and C look like
So, if
hdfs://localhost:9000/tmp/revenue_feed/${YEAR}/${MONTH}/${DAY}/_SUCCESS
is created, the coordinator B and C will be triggered to run their workflow.the coordinator of A looks like:
its
${start}
and${end}
are same as B and C.The workflow of A will create
hdfs://localhost:9000/tmp/revenue_feed/${YEAR}/${MONTH}/${DAY}/_SUCCESS
However, the coordinator of B and C are still waiting for the
hdfs://localhost:9000/tmp/revenue_feed/${YEAR}/${MONTH}/${DAY}/_SUCCESS
Even though I use output event of coordinator of A, the workflow of B and C are still wanting for the created input dataset.
If I submit the workflow of A without its coordinator, then the workflow of B and C will be triggered.
I am not sure if something missing in my coordinator of A.
Thank you!
The text was updated successfully, but these errors were encountered: