Description
- Start oozie, and submit a bundle job with bundle name "test-35-1"
- Wait until job is running
- Run bulk jobs monitoring CLI as described in https://oozie.apache.org/docs/4.0.1/DG_CommandLineTool.html#Bulk_monitoring_for_jobs_launched_via_Bundles
bash# bin/oozie jobs -oozie http://localhost:11000/oozie -bulk bundle=test-35-1
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true -Dfile.encoding=UTF8
Bulk request criteria did not match any coordinator actions
It should have returned the jobs that match bundle test-35-1
Attachments
Issue Links
- is depended upon by
-
FALCON-591 Falcon workflow implementation for Oozie should use Oozie bulk apis
- Resolved