Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6
-
None
-
None
Description
The Instance API calls are returning null requestID's in all cases. This shouldn't occur. We need to fix this before we make a release.
Example API call
{"status":"SUCCEEDED","message":"default/SUMMARY\n","requestId":"default/null\n","instancesSummary":[{"cluster":"local","map":{"entry":{"key":"KILLED","value":"3"}}}]}
Example CLI command
inmobis-MacBook-Pro-3:falcon-0.6-incubating-SNAPSHOT suhas.v$ bin/falcon instance -type process -kill -name WordCount -start 2014-11-09T19:00Z -end 2014-11-09T22:00Z Consolidated Status: SUCCEEDED Instances: Instance Cluster SourceCluster Status Start End Details Log ----------------------------------------------------------------------------------------------- 2014-11-09T21:00Z local - KILLED 2014-11-11T06:11Z 2014-11-11T06:14Z - http://localhost:11000/oozie?job=0000006-141111114025154-oozie-oozi-W 2014-11-09T20:00Z local - KILLED 2014-11-11T06:11Z 2014-11-11T06:14Z - http://localhost:11000/oozie?job=0000004-141111114025154-oozie-oozi-W 2014-11-09T19:00Z local - KILLED 2014-11-11T06:11Z 2014-11-11T06:14Z - http://localhost:11000/oozie?job=0000002-141111114025154-oozie-oozi-W Additional Information: Response: default/KILL Request Id: default/null