[
https://issues.apache.org/jira/browse/TAJO-2029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15063332#comment-15063332
]
ASF GitHub Bot commented on TAJO-2029:
--------------------------------------
GitHub user combineads opened a pull request:
https://github.com/apache/tajo/pull/917
TAJO-2029: Showing query progress percentage in TAJO JDBC
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/combineads/tajo TAJO-2029
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/917.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #917
----
commit d3ffcabb44539427532da20678c788e867098800
Author: Byunghwa Yun <[email protected]>
Date: 2015-12-16T05:26:27Z
Remove unused import class
commit 31637c41cdcebbccc5854de8a131e5cd86f1c4a3
Author: combineads <[email protected]>
Date: 2015-12-16T05:57:01Z
Merge remote-tracking branch 'upstream/master'
commit 463dd93c0dcc0b5f022308ad2adc3da7068c4441
Author: combineads <[email protected]>
Date: 2015-12-18T02:35:32Z
Merge remote-tracking branch 'upstream/master'
commit 516cc981fe2b6946eea47c2e6ec93be625d7098e
Author: Byunghwa Yun <[email protected]>
Date: 2015-12-18T03:02:02Z
Showing query progress percentage in TAJO JDBC
----
> 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)