[
https://issues.apache.org/jira/browse/HIVE-12204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14961404#comment-14961404
]
Sergey Shelukhin commented on HIVE-12204:
-----------------------------------------
{noformat}
try {
+ throw new IOException("Try exception");
+ } catch (Exception e) {
+ LOG.info("Experienced exception: " + e.getMessage() + " stack trace: "
+ + Arrays.toString(e.getStackTrace()));
+ }
{noformat}
what is this for?
> Tez queries stopped running with ApplicationNotRunningException
> ---------------------------------------------------------------
>
> Key: HIVE-12204
> URL: https://issues.apache.org/jira/browse/HIVE-12204
> Project: Hive
> Issue Type: Bug
> Components: Tez
> Affects Versions: 1.0.1, 1.2.1, 2.0.0
> Reporter: Vikram Dixit K
> Assignee: Vikram Dixit K
> Attachments: HIVE-12204.1.patch
>
>
> In some error cases, if hive can no longer submit DAGs to tez, there is no
> use retrying to submit. We need to exit by throwing exception in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)