Jan Hentschel created OOZIE-2939:
------------------------------------
Summary: 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: Bug
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)