You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "pavan kumar kolamuri (JIRA)" <ji...@apache.org> on 2016/03/07 05:50:40 UTC

[jira] [Commented] (FALCON-1794) Behaviour mismatch in running Api when scheduled on native instead of oozie

    [ https://issues.apache.org/jira/browse/FALCON-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182582#comment-15182582 ] 

pavan kumar kolamuri commented on FALCON-1794:
----------------------------------------------

[~deepak.barr] Can you please update patch based on [~pallavi.rao] comments. 

> Behaviour mismatch in running Api when scheduled on native instead of oozie
> ---------------------------------------------------------------------------
>
>                 Key: FALCON-1794
>                 URL: https://issues.apache.org/jira/browse/FALCON-1794
>             Project: Falcon
>          Issue Type: Improvement
>          Components: scheduler
>    Affects Versions: 0.9
>            Reporter: Pragya Mittal
>            Assignee: Deepak Barr
>
> Running api shows following result for native scheduler 
> {noformat}
> dataqa@lda01:~$ falcon instance -type process -name processMerlinNative -running
> Consolidated Status: SUCCEEDED
> Instances:
> Instance		Cluster		SourceCluster		Status		Start		End		Details					Log
> -----------------------------------------------------------------------------------------------
> 2016-01-29T09:37:00.000Z	ProcessMultipleClustersTest-corp-ed7e77d1	-	RUNNING	2016-01-29T10:27Z	--	-
> 2016-01-29T09:38:00.000Z	ProcessMultipleClustersTest-corp-ed7e77d1	-	RUNNING	2016-01-29T10:27Z	--	-
> 2016-01-29T09:37:00.000Z	ProcessMultipleClustersTest-corp-f62f3b66	-	RUNNING	2016-01-29T10:27Z	--	-
> 2016-01-29T09:38:00.000Z	ProcessMultipleClustersTest-corp-f62f3b66	-	RUNNING	2016-01-29T10:27Z	--	-
> {noformat}
> While oozie scheduled process shows following result
> {noformat}
> dataqa@lda01:~$ falcon instance -type process -name processMerlinOozie -running
> Consolidated Status: SUCCEEDED
> Instances:
> Instance		Cluster		SourceCluster		Status		Start		End		Details					Log
> -----------------------------------------------------------------------------------------------
> 2016-01-29T09:40Z	       ProcessMultipleClustersTest-corp-ed7e77d1	-	RUNNING	2016-01-29T10:28Z	-	--
> 2016-01-29T09:39Z 	ProcessMultipleClustersTest-corp-ed7e77d1	-	RUNNING	2016-01-29T10:28Z	-	--
> 2016-01-29T09:38Z	        ProcessMultipleClustersTest-corp-f62f3b66	-	RUNNING	2016-01-29T10:27Z	-	--
> 2016-01-29T09:37Z 	ProcessMultipleClustersTest-corp-f62f3b66	-	RUNNING	2016-01-29T10:27Z	-	--
> {noformat}
> There are two concerns :
> 1. Instance time format :
> Native - 2016-01-29T09:37:00.000Z
> Oozie - 2016-01-29T09:40Z
> 2. Order of instances -
> Native - Ascending
> Oozie - Descending



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