Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If you fetch a URL such as:
http://localhost:11000/oozie/v1/job/0000002-130731172618471-oozie-oozi-C?len=1
you'll get the job info for the coordinator job, and 1 of its actions.
If you only want to get the info for the coordinator job itself and don't care about the actions, it seems logical that len=0 should do this; however, it seems to be ignored and gives you all actions instead.
http://localhost:11000/oozie/v1/job/0000002-130731172618471-oozie-oozi-C?len=0
should return 0 actions.
Attachments
Attachments
Issue Links
- relates to
-
OOZIE-1565 OOZIE-1481 should only affect v2 of the API, not v1
- Closed