Description
Currently Findbugs complains about the following warnings related to the reliance on the default encoding in the oozie-sharelib-hive2 module:
[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]
They should be fixed to get the code more reliable.
Attachments
Attachments
Issue Links
- links to