From 9a8ad7c27dc6b275f2124b4ea02124eef484740f Mon Sep 17 00:00:00 2001 From: stack Date: Tue, 15 Sep 2015 06:18:29 -0700 Subject: [PATCH] HBASE-14435 thrift tests don't have test-specific hbase-site.xml so 'BindException: Address already in use' because info port is not turned off: ADDENDUM --- hbase-thrift/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 0f8d7ab2131..f7ab7f17b5d 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -54,6 +54,12 @@ true + + src/test/resources + + **/** + +