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/20 00:48:12 UTC

[jira] [Commented] (FALCON-1975) Getting NoSuchMethodError when calling isNoneEmpty

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

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

GitHub user yzheng-hortonworks opened a pull request:

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

    FALCON-1975 Getting NoSuchMethodError when calling isNoneEmpty

    

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

    $ git pull https://github.com/yzheng-hortonworks/falcon FALCON-1975

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

    https://github.com/apache/falcon/pull/154.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 #154
    
----
commit a479ca277b150ab319b40f8e7358277bb6a0b38e
Author: yzheng-hortonworks <yz...@hortonworks.com>
Date:   2016-05-19T23:54:08Z

    FALCON-1975 Getting NoSuchMethodError when calling isNoneEmpty

----


> Getting NoSuchMethodError when calling isNoneEmpty
> --------------------------------------------------
>
>                 Key: FALCON-1975
>                 URL: https://issues.apache.org/jira/browse/FALCON-1975
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Ying Zheng
>            Assignee: Ying Zheng
>
> Getting NoSuchMethodError (see below) when listing instances in different hadoop settings due to the incompatibility with lower-version commons-lang jars. Changed to use isNotEmpty as a workaround. Will investigate to see how to safely use this new api introduced in commons-lang-3.4.
> 2016-05-19 17:38:03,824 ERROR - [280432275@qtp-299413131-242 - 553709aa-389a-4de5-b7db-e4a8ee46cea0:hrt_qa:GET//instance/running/process/Aa018f215-cee7c37c] ~ Failed to get running instances (AbstractInstanceManager:136)
> java.lang.NoSuchMethodError: org.apache.commons.lang3.StringUtils.isNoneEmpty([Ljava/lang/CharSequence;)Z
> 	at org.apache.falcon.resource.AbstractInstanceManager.getInstanceResultSubset(AbstractInstanceManager.java:316)
> 	at org.apache.falcon.resource.AbstractInstanceManager.getRunningInstances(AbstractInstanceManager.java:133)
> 	at org.apache.falcon.resource.InstanceManager.getRunningInstances(InstanceManager.java:62)



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