option of continue on error
---------------------------
Key: HIVE-1847
URL: https://issues.apache.org/jira/browse/HIVE-1847
Project: Hive
Issue Type: Improvement
Reporter: Namit Jain
In "hive -f <script>", if any sql/command fails in that script than hive exists
with exit status -1, without continuing the remaining hive commands.
Sometimes it is better to continue the script even during errors.
For example, if a hive sql script contains many drop table commands, the
command would exit when it could not find a table. But in this case, it is
preferable to continue dropping remaining tables
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.