Jan Hentschel created OOZIE-2938:
------------------------------------
Summary: Fix Findbugs warnings in oozie-sharelib-hive module
Key: OOZIE-2938
URL: https://issues.apache.org/jira/browse/OOZIE-2938
Project: Oozie
Issue Type: Sub-task
Components: build
Reporter: Jan Hentschel
Assignee: Jan Hentschel
Currently Findbugs complains about the following warnings in the
*oozie-sharelib-hive* module:
{code}
[INFO] Found reliance on default encoding in
org.apache.oozie.action.hadoop.HiveMain.readStringFromFile(String): new
java.io.FileReader(String) [org.apache.oozie.action.hadoop.HiveMain] At
HiveMain.java:[line 336]
[INFO] org.apache.oozie.action.hadoop.HiveMain.setUpHiveSite() may fail to
clean up java.io.OutputStream on checked exception
[org.apache.oozie.action.hadoop.HiveMain,
org.apache.oozie.action.hadoop.HiveMain] Obligation to clean up resource
created at HiveMain.java:[line 184] is not dischargedPath continues at
HiveMain.java:[line 185]
[INFO] org.apache.oozie.action.hadoop.HiveMain.setUpHiveSite() may fail to
close stream on exception [org.apache.oozie.action.hadoop.HiveMain] At
HiveMain.java:[line 184]
{code}
They should be fixed to get the code more reliable.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)