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
commit cc768c3e680e22f3e02352410b64aac04d8516cc
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-28T03:58:37Z
initialize exitCode.
commit 29d108a607d81270c7e521675525d9376ee1208e
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-08-28T05:03:49Z
fix internal error
commit 26c7fe76c5161a101117b8dc165f2e8475d07f46
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-09-03T05:39:17Z
Modified code. Test with thread.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---