You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Jan Hentschel (JIRA)" <ji...@apache.org> on 2017/06/12 14:52:00 UTC

[jira] [Updated] (OOZIE-2939) Fix Findbugs warnings related to reliance on default encoding in oozie-sharelib-hive2 module

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

Jan Hentschel updated OOZIE-2939:
---------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: OOZIE-1987

> Fix Findbugs warnings related to reliance on default encoding in oozie-sharelib-hive2 module
> --------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-2939
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2939
>             Project: Oozie
>          Issue Type: Sub-task
>          Components: build
>            Reporter: Jan Hentschel
>            Assignee: Jan Hentschel
>
> Currently Findbugs complains about the following warnings related to the reliance on the default encoding in the *oozie-sharelib-hive2* module:
> {code}
> [INFO] Found reliance on default encoding in org.apache.oozie.action.hadoop.Hive2Main.readStringFromFile(String): new java.io.FileReader(String) [org.apache.oozie.action.hadoop.Hive2Main] At Hive2Main.java:[line 278]
> [INFO] Found reliance on default encoding in org.apache.oozie.action.hadoop.Hive2Main.runBeeline(String[], String): new java.io.PrintStream(OutputStream) [org.apache.oozie.action.hadoop.Hive2Main] At Hive2Main.java:[line 266]
> {code}
> They should be fixed to get the code more reliable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)