You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Mani M (JIRA)" <ji...@apache.org> on 2019/01/09 06:01:00 UTC

[jira] [Work started] (HIVE-21099) Do Not Print StackTraces to STDERR in ConditionalResolverMergeFiles

     [ https://issues.apache.org/jira/browse/HIVE-21099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HIVE-21099 started by Mani M.
-------------------------------------
> Do Not Print StackTraces to STDERR in ConditionalResolverMergeFiles
> -------------------------------------------------------------------
>
>                 Key: HIVE-21099
>                 URL: https://issues.apache.org/jira/browse/HIVE-21099
>             Project: Hive
>          Issue Type: Improvement
>          Components: Query Planning
>    Affects Versions: 3.0.0, 4.0.0
>            Reporter: Mani M
>            Assignee: Mani M
>            Priority: Minor
>              Labels: logging, newbie, noob
>
> [https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/plan/ConditionalResolverMergeFiles.java]#L193
>  
> {code:java}
> } catch (IOException e){ 
>   e.printStackTrace(); 
> }
> {code}
> This is inline with the HIVE-20159 to print the error  using the SLF4J. in Method getTasks
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)