You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Satish Subhashrao Saley (JIRA)" <ji...@apache.org> on 2016/04/22 00:54:13 UTC

[jira] [Created] (OOZIE-2514) Checkstyle violation while doing mvn verify or mvn install

Satish Subhashrao Saley created OOZIE-2514:
----------------------------------------------

             Summary: Checkstyle violation while doing mvn verify or mvn install
                 Key: OOZIE-2514
                 URL: https://issues.apache.org/jira/browse/OOZIE-2514
             Project: Oozie
          Issue Type: Bug
            Reporter: Satish Subhashrao Saley
            Assignee: Satish Subhashrao Saley
            Priority: Minor


{code}

$ mvn verify -DskipTests -X
[INFO] Starting audit...
/home/saley/tmp/oozie/sharelib/spark/src/test/java/org/apache/oozie/action/hadoop/TestSparkOptionsSplitter.java:9: Line does not match expected header line of ' *'.
Audit done.

[INFO] There are 1 checkstyle errors.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Oozie Main ................................. SUCCESS [1.559s]
[INFO] Apache Oozie Hadoop Utils ......................... SUCCESS [0.825s]
[INFO] Apache Oozie Hadoop Distcp hadoop-1-4.3.0-SNAPSHOT  SUCCESS [0.193s]
[INFO] Apache Oozie Hadoop Auth hadoop-1-4.3.0-SNAPSHOT .. SUCCESS [0.237s]
[INFO] Apache Oozie Hadoop Libs .......................... SUCCESS [0.058s]
[INFO] Apache Oozie Client ............................... SUCCESS [1.096s]
[INFO] Apache Oozie Share Lib Oozie ...................... SUCCESS [0.957s]
[INFO] Apache Oozie Share Lib HCatalog ................... SUCCESS [0.625s]
[INFO] Apache Oozie Share Lib Distcp ..................... SUCCESS [0.229s]
[INFO] Apache Oozie Core ................................. SUCCESS [8.575s]
[INFO] Apache Oozie Share Lib Streaming .................. SUCCESS [2.885s]
[INFO] Apache Oozie Share Lib Pig ........................ SUCCESS [0.501s]
[INFO] Apache Oozie Share Lib Hive ....................... SUCCESS [0.806s]
[INFO] Apache Oozie Share Lib Hive 2 ..................... SUCCESS [0.911s]
[INFO] Apache Oozie Share Lib Sqoop ...................... SUCCESS [0.486s]
[INFO] Apache Oozie Examples ............................. SUCCESS [0.840s]
[INFO] Apache Oozie Share Lib Spark ...................... FAILURE [1.552s]
[INFO] Apache Oozie Share Lib ............................ SKIPPED
[INFO] Apache Oozie Docs ................................. SKIPPED
[INFO] Apache Oozie WebApp ............................... SKIPPED
[INFO] Apache Oozie Tools ................................ SKIPPED
[INFO] Apache Oozie MiniOozie ............................ SKIPPED
[INFO] Apache Oozie Distro ............................... SKIPPED
[INFO] Apache Oozie ZooKeeper Security Tests ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.249s
[INFO] Finished at: Thu Apr 21 22:47:09 UTC 2016
[INFO] Final Memory: 40M/322M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.9.1:check (default) on project oozie-sharelib-spark: You have 1 Checkstyle violation. -> [Help 1]

{code}

Checkstyle plugin does not like structure of some lines in Apache License statement. Its giving error on 

{code}
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
{code}

We need to remove <p> tag. I will ship it with [OOZIE-2503|https://issues.apache.org/jira/browse/OOZIE-2503]





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)