You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Archana H (JIRA)" <ji...@apache.org> on 2016/08/03 10:31:20 UTC

[jira] [Updated] (LENS-1253) Only one instance of scheduled job is running

     [ https://issues.apache.org/jira/browse/LENS-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Archana H updated LENS-1253:
----------------------------
    Description: 
cron_expression : 0/2 * * * * ?
start_time: 2016-08-03T09:40:00.000+05:30
end_time : 2016-08-03T10:00:00.000+05:30



select * from job_instance_table;
+--------------------------------------+--------------------------------------+---------------+
| id                                   | jobid                                | schedultime   |
+--------------------------------------+--------------------------------------+---------------+
| e6f21247-e0b5-410a-ab8d-0582c849605a | 6ecfba66-e343-4ba2-8d50-bd4c280af36e | 1470217379991 |
+--------------------------------------+--------------------------------------+---------------+


select * from job_instance_run_table ;
+--------------------------------------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------+---------------+------------------------------------------------------------------------------------------+--------------------------------------+-----------+
| id                                   | runid | sessionhandle                                                                                                                                                                                                    | starttime     | endtime       | resultpath                                                                               | queryhandle                          | status    |
+--------------------------------------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------+---------------+------------------------------------------------------------------------------------------+--------------------------------------+-----------+
| e6f21247-e0b5-410a-ab8d-0582c849605a |     1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?><lensSessionHandle><publicId>83936078-326e-4f80-b615-f12b70578b41</publicId><secretId>e5004a6d-7136-417c-9892-d5daa1556446</secretId></lensSessionHandle> | 1470217380035 | 1470217414511 | hdfs://192.168.138.252:8020/tmp/lensreports/hdfsout/789f545c-fc72-4e2e-97e2-35b71ed3dacd | 789f545c-fc72-4e2e-97e2-35b71ed3dacd | SUCCEEDED |



  was:
cron_expression : 0/2 * * * * ?
start_time: 2016-08-03T09:40:00.000+05:30
end_time : 2016-08-03T10:00:00.000+05:30



> Only one instance of scheduled job is running
> ---------------------------------------------
>
>                 Key: LENS-1253
>                 URL: https://issues.apache.org/jira/browse/LENS-1253
>             Project: Apache Lens
>          Issue Type: Bug
>            Reporter: Archana H
>            Assignee: Lavkesh Lahngir
>
> cron_expression : 0/2 * * * * ?
> start_time: 2016-08-03T09:40:00.000+05:30
> end_time : 2016-08-03T10:00:00.000+05:30
> select * from job_instance_table;
> +--------------------------------------+--------------------------------------+---------------+
> | id                                   | jobid                                | schedultime   |
> +--------------------------------------+--------------------------------------+---------------+
> | e6f21247-e0b5-410a-ab8d-0582c849605a | 6ecfba66-e343-4ba2-8d50-bd4c280af36e | 1470217379991 |
> +--------------------------------------+--------------------------------------+---------------+
> select * from job_instance_run_table ;
> +--------------------------------------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------+---------------+------------------------------------------------------------------------------------------+--------------------------------------+-----------+
> | id                                   | runid | sessionhandle                                                                                                                                                                                                    | starttime     | endtime       | resultpath                                                                               | queryhandle                          | status    |
> +--------------------------------------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------+---------------+------------------------------------------------------------------------------------------+--------------------------------------+-----------+
> | e6f21247-e0b5-410a-ab8d-0582c849605a |     1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?><lensSessionHandle><publicId>83936078-326e-4f80-b615-f12b70578b41</publicId><secretId>e5004a6d-7136-417c-9892-d5daa1556446</secretId></lensSessionHandle> | 1470217380035 | 1470217414511 | hdfs://192.168.138.252:8020/tmp/lensreports/hdfsout/789f545c-fc72-4e2e-97e2-35b71ed3dacd | 789f545c-fc72-4e2e-97e2-35b71ed3dacd | SUCCEEDED |



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