You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/10/24 17:58:03 UTC

[jira] [Created] (HIVE-5641) BeeLineOpts ignores Throwable

Brock Noland created HIVE-5641:
----------------------------------

             Summary: BeeLineOpts ignores Throwable
                 Key: HIVE-5641
                 URL: https://issues.apache.org/jira/browse/HIVE-5641
             Project: Hive
          Issue Type: Bug
            Reporter: Brock Noland


BeelineOpts has the following code:

{noformat}
    } catch (Throwable t) {
       return -1;
     }
{noformat}

which is bad. I believe it is there because the code called maybe buggy and throw such things as ArrayIndex or NoSuchElement etc.

I propose we:

1) catch exception, not throwable. Usage should remain the same without having a giant black hole
2) that we log the exception so we can figure out what is wrong with the underlying code



--
This message was sent by Atlassian JIRA
(v6.1#6144)