You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Peeyush Bishnoi (JIRA)" <ji...@apache.org> on 2016/05/19 12:00:17 UTC

[jira] [Created] (FALCON-1973) Fix checkstyle issue due to FALCON-1964

Peeyush Bishnoi created FALCON-1973:
---------------------------------------

             Summary: Fix checkstyle issue due to FALCON-1964
                 Key: FALCON-1973
                 URL: https://issues.apache.org/jira/browse/FALCON-1973
             Project: Falcon
          Issue Type: Bug
            Reporter: Peeyush Bishnoi
            Assignee: Peeyush Bishnoi


Falcon build fails with following checkstyle issue and it caused by FALCON-1964 .
{quote}
[INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @ falcon-common ---
[INFO] Starting audit...
/Users/pbishnoi/data/apache/1747/falcon_asf/common/src/test/java/org/apache/falcon/util/ApplicationPropertiesTest.java:43:31: Name 'credDir' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
Audit done.

[INFO] There are 1 checkstyle errors.
{quote}



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