You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Suhas Vasu (JIRA)" <ji...@apache.org> on 2014/11/11 07:39:34 UTC

[jira] [Created] (FALCON-885) RequestID is coming as null for all instance API calls

Suhas Vasu created FALCON-885:
---------------------------------

             Summary: RequestID is coming as null for all instance API calls
                 Key: FALCON-885
                 URL: https://issues.apache.org/jira/browse/FALCON-885
             Project: Falcon
          Issue Type: Bug
    Affects Versions: 0.6
            Reporter: Suhas Vasu
             Fix For: 0.6


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
{noformat}
{"status":"SUCCEEDED","message":"default/SUMMARY\n","requestId":"default/null\n","instancesSummary":[{"cluster":"local","map":{"entry":{"key":"KILLED","value":"3"}}}]}
{noformat}

Example CLI command
{noformat}
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
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)