You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Artem Ervits (JIRA)" <ji...@apache.org> on 2017/11/01 14:17:00 UTC

[jira] [Commented] (OOZIE-3001) core library has many instances of warnings with trailing spaces and lines longer than 132 chars

    [ https://issues.apache.org/jira/browse/OOZIE-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234120#comment-16234120 ] 

Artem Ervits commented on OOZIE-3001:
-------------------------------------

[~gezapeti] rebased with master cleanly, ran the failing tests and they pass locally.

{code}
mvn clean -Dtest=org.apache.oozie.action.hadoop.TestHiveMain,org.apache.oozie.action.hadoop.TestPigMain,org.apache.oozie.tools.TestDBLoadDump,org.apache.oozie.util.TestXConfiguration test
{code}

> core library has many instances of warnings with trailing spaces and lines longer than 132 chars
> ------------------------------------------------------------------------------------------------
>
>                 Key: OOZIE-3001
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3001
>             Project: Oozie
>          Issue Type: Sub-task
>    Affects Versions: 4.3.0
>            Reporter: Artem Ervits
>            Assignee: Artem Ervits
>            Priority: Major
>              Labels: newbie
>         Attachments: OOZIE-3001-2.patch
>
>
> {noformat}
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/action/email/EmailActionExecutor.java:219: warning: Line is longer than 132 characters.
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/action/email/EmailActionExecutor.java:297: warning: Line is longer than 132 characters.
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/action/hadoop/HbaseCredentials.java:40: warning: Line is longer than 132 characters.
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/action/hadoop/HbaseCredentials.java:45: warning: Line is longer than 132 characters.
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/action/hadoop/HCatCredentials.java:35: warning: Line is longer than 132 characters.
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/action/hadoop/HCatCredentials.java:51: warning: Line is longer than 132 characters.
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java:643: warning: Line is longer than 132 characters.
> /Users/aervits/NetBeansProjects/minioozie/oozie/core/src/main/java/org/apache/oozie/BundleActionBean.java:46: warning: Line is longer than 132 characters.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)