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

[jira] [Commented] (FALCON-1973) Falcon build failure due checkstyle issue

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

ASF GitHub Bot commented on FALCON-1973:
----------------------------------------

GitHub user peeyushb opened a pull request:

    https://github.com/apache/falcon/pull/149

    FALCON-1973 : Falcon build failure due to checkstyle issue

    Please review the following pull request in which Falcon build failure is happening with checkstyle issue from the FALCON-1964 patch.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/peeyushb/falcon FALCON-1973

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/149.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #149
    
----
commit 0a2fd91a8e914f884826cbc936404332949c85db
Author: peeyush b <pb...@hortonworks.com>
Date:   2016-05-19T12:19:53Z

    FALCON-1973 : Falcon build failure due checkstyle issue

----


> Falcon build failure due checkstyle issue
> -----------------------------------------
>
>                 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/falcon/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)