You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Byunghwa Yun (JIRA)" <ji...@apache.org> on 2015/12/18 03:30:46 UTC

[jira] [Created] (TAJO-2029) Showing query progress percentage in TAJO JDBC

Byunghwa Yun created TAJO-2029:
----------------------------------

             Summary: Showing query progress percentage in TAJO JDBC
                 Key: TAJO-2029
                 URL: https://issues.apache.org/jira/browse/TAJO-2029
             Project: Tajo
          Issue Type: Improvement
          Components: JDBC Driver
    Affects Versions: 0.11.1
            Reporter: Byunghwa Yun
            Assignee: Byunghwa Yun
            Priority: Trivial
             Fix For: 0.11.1


It would be nice to check out query progress percentage in TAJO JDBC like TAJO CLI already did. The purpose is simple. I want to verify whether query is in block or not by monitoring query progress percentage.

While TAJO CLI uses display formatter, it would be nice to provide standard logging system in TAJO JDBC. That  would be more convenient and make sense to  let end users choose debugging level.

It would be helpful to print log messages such as an method below.
org.apache.tajo.client.TajoClientUtil.waitCompletion(QueryClient, QueryId)




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