You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Peter Cseh (JIRA)" <ji...@apache.org> on 2017/03/07 08:45:33 UTC

[jira] [Created] (OOZIE-2813) Remove tabs and trailing whitespaces from oozie-defaul.xml

Peter Cseh created OOZIE-2813:
---------------------------------

             Summary: Remove tabs and trailing whitespaces from oozie-defaul.xml
                 Key: OOZIE-2813
                 URL: https://issues.apache.org/jira/browse/OOZIE-2813
             Project: Oozie
          Issue Type: Bug
            Reporter: Peter Cseh


oozie-default.xml has a buch of tab characters and trailing whitespaces in it.
>> [9] 09:41 : oozie (master) :: grep "\t" core/src/main/resources/oozie-default.xml |wc -l
      75
>> [10] 09:41 : oozie (master) :: grep " $" core/src/main/resources/oozie-default.xml |wc -l
      17


Trailing whitespaces should be removed, while tabs have to replaced with spaces.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)