You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/10/07 22:13:34 UTC

[jira] [Updated] (TAJO-1026) Implement Query history persistency manager.

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

Hyunsik Choi updated TAJO-1026:
-------------------------------
    Fix Version/s: 0.9.1

> Implement Query history persistency manager.
> --------------------------------------------
>
>                 Key: TAJO-1026
>                 URL: https://issues.apache.org/jira/browse/TAJO-1026
>             Project: Tajo
>          Issue Type: New Feature
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Minor
>             Fix For: 0.9.1
>
>
> Currently query history stored in the memory of TajoMaster or QueryMaster. Query detail information is disappeared when the cluster is restarted. And because of memory limitations, only a few hours or a few days histories are kept.
> I suggest the following features for the query history.
> - Worker saves a query task history to the HDFS after finishing a query.
> - QueryMaster saves a query history to the HDFS after finishing a query.
> - If query is finished, Information Web server in TajoMaster shows query history in the web page, If query is running  TajoMaster forward to QueryMaster.
> - History data will be saved to HDFS with JSON format.
> - JSON format has history file version for backward compatibility.



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