[
https://issues.apache.org/jira/browse/TAJO-961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14067961#comment-14067961
]
Hudson commented on TAJO-961:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #307 (See
[https://builds.apache.org/job/Tajo-master-build/307/])
TAJO-961: TajoCli should exit when at least one query faces error while
executing a SQL script. (hyunsik) (hyunsik: rev
6dac6a5b8764720a40740f7bb27ef48be1c0f7d5)
* tajo-client/src/main/java/org/apache/tajo/cli/TajoCli.java
* CHANGES
> 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)