[
https://issues.apache.org/jira/browse/TAJO-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14717966#comment-14717966
]
ASF GitHub Bot commented on TAJO-1782:
--------------------------------------
GitHub user dkhwangbo reopened a pull request:
https://github.com/apache/tajo/pull/711
TAJO-1782: Check ON_ERROR_STOP flag in TSQL when error is occured
TSQL must check ON_ERROR_STOP flag when error is occured.
When error is occured and ON_ERROR_STOP == true, TajoCli must be closed.
but runshell() had no code about it, so add this operation.
Unit test operation is added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dkhwangbo/tajo TAJO-1782
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/711.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 #711
----
commit 76f92caabc7df786d0ec146dcc1a390207aa2c7d
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-24T05:38:16Z
if at least one failed, check ON_ERROR_STOP flag
commit b60899b60619c350eb592cf5fc9bc461543d6c99
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-24T09:36:41Z
Modified. I misunderstood about it.
commit 2308771061d179ed47546a58ac47df972c51873f
Author: dkhwangbo <dk@dkhwangbo.(none)>
Date: 2015-08-24T13:20:41Z
Merge remote-tracking branch 'upstream/master'
commit 2fbac04b336a43554d2c642813738175a1a25ffc
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-24T13:27:17Z
Modify comments
commit cf05863960b0b59c41c432c36c5e75459f10d411
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-26T07:28:07Z
Merge remote-tracking branch 'upstream/master'
commit 793ba87c42c8938a22a6b1da4745db5fc13a0002
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-27T02:03:03Z
Merge remote-tracking branch 'upstream/master'
commit c8062df760b950b40c35f9894df804839176c8cd
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-27T03:28:16Z
add tajocli closing operation and Unit test
commit 9225aac904fd3065eb9027dc4fa92032292413c1
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-27T03:31:05Z
remove unused class
commit 0b6a06dcf15674f57fe0d2cc63b9bdf3f16a1d08
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-28T02:15:25Z
Correct misprints. unit test renewal.
commit 11402e6efe4ef6d1cb59d767f2de6bd320d28da1
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-28T02:18:13Z
remove unused class
commit eddfb01b0403d62c22113e572a6dce895d08c9d1
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-28T02:22:40Z
remove TIMEOUT
----
> Check ON_ERROR_STOP flag in TSQL when error is occured
> -------------------------------------------------------
>
> Key: TAJO-1782
> URL: https://issues.apache.org/jira/browse/TAJO-1782
> Project: Tajo
> Issue Type: Bug
> Components: SQL Shell
> Affects Versions: 0.11.0
> Reporter: Dongkyu Hwangbo
> Assignee: Dongkyu Hwangbo
>
> When I enter query with abnormal part, TSQL print out error type and error
> message. and tsql is killed itself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)