You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Julia Kinga Marton (JIRA)" <ji...@apache.org> on 2019/04/08 07:38:00 UTC

[jira] [Created] (OOZIE-3464) Use UTF8 charset instead of default one

Julia Kinga Marton created OOZIE-3464:
-----------------------------------------

             Summary: Use UTF8 charset instead of default one
                 Key: OOZIE-3464
                 URL: https://issues.apache.org/jira/browse/OOZIE-3464
             Project: Oozie
          Issue Type: Bug
            Reporter: Julia Kinga Marton


There are some places in code, when we are reading/writing to files and we do not define any character set, so the default one will be used. Since the default implementation may change between the java versions our output will be platform dependent.

For example if we have a shell action with a script that will echo something using Chinese text, '????' are be printed in case of jdk1.8.0_141.



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