[
https://issues.apache.org/jira/browse/TAJO-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067885#comment-14067885
]
ASF GitHub Bot commented on TAJO-961:
-------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/84
TAJO-961: TajoCli should exit when at least one query faces error while ...
...executing a SQL script.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-961
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/84.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 #84
----
commit 8dc00a456b7c0edd1a5a4336b1e274abde740cd6
Author: Hyunsik Choi <[email protected]>
Date: 2014-07-20T11:21:20Z
TAJO-961: TajoCli should exit when at least one query faces error while
executing a SQL script.
----
> TajoCli should exit when at least one query faces error while executing a SQL
> script.
> --------------------------------------------------------------------------------------
>
> Key: TAJO-961
> URL: https://issues.apache.org/jira/browse/TAJO-961
> Project: Tajo
> Issue Type: Bug
> Components: cli
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Minor
> Fix For: 0.9.0
>
>
> {{Tsql}} can take a SQl script as follows:
> {noformat}
> bin/tsql -f etl.sql
> {noformat}
> {{etl.sql}} file can include multiple statements including meta comments,
> DDL, and DML statements. In current implementation, {{Tsql}} is hanging when
> it faces at least error while executing such a SQL script. The current
> {{Tsql}} behavior is not good for script users.
> {{Tsql}} should exit when it faces at least error.
> ``aa ``
--
This message was sent by Atlassian JIRA
(v6.2#6252)