>From hbase-it/pom.xml:
<testResource>
<!-- We depend on hbase-server test resources -->
<directory>../hbase-server/src/test/resources</directory>
</testResource>
We need this because, hbase-site.xml for tests is under
hbase-server/src//test. Although hbase-it depends on hbase-server test-jar
in the test scope, maven does not include the test resources (I think we
exclude them from test-jar). So in order to execute tests in hbase-it with
the hbase-site.xml stored in hbase-server/src/test/resources, I did put a
dependency there.
I cannot repro this easily. If the problem does not go away with
eclipse:clean, can you file a jira.
Enis
On Fri, Nov 30, 2012 at 6:12 AM, Andrew Purtell <[email protected]> wrote:
> path="/usr/src/Hadoop/hbase/hbase-server/src/test/resources"
>