You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Chris Nauroth (JIRA)" <ji...@apache.org> on 2014/09/12 22:53:34 UTC

[jira] [Created] (YARN-2549) TestContainerLaunch fails due to classpath problem with hamcrest classes.

Chris Nauroth created YARN-2549:
-----------------------------------

             Summary: TestContainerLaunch fails due to classpath problem with hamcrest classes.
                 Key: YARN-2549
                 URL: https://issues.apache.org/jira/browse/YARN-2549
             Project: Hadoop YARN
          Issue Type: Test
          Components: test, nodemanager
            Reporter: Chris Nauroth
            Assignee: Chris Nauroth
            Priority: Minor


The mockito jar bundles its own copy of the hamcrest classes, and it's ahead of our hamcrest dependency jar on the test classpath for hadoop-yarn-server-nodemanager.  Unfortunately, the version bundled in mockito doesn't match the version we need, so it's missing the {{CoreMatchers#containsString}} method.  This causes the tests to fail with {{NoSuchMethodError}} on Windows.



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