diff --git a/itests/hive-unit/src/test/java/org/apache/hive/service/auth/TrustDomainAuthenticationTest.java b/itests/hive-unit/src/test/java/org/apache/hive/service/auth/TrustDomainAuthenticationTest.java index 3eba95c480..e83ac0e97f 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/service/auth/TrustDomainAuthenticationTest.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/service/auth/TrustDomainAuthenticationTest.java @@ -35,7 +35,11 @@ import java.util.HashMap; import java.util.Map; -public class TrustDomainAuthenticationTest { +/** + * An abstract implementation of TrustDomainAuthentication Test. + * + */ +public abstract class TrustDomainAuthenticationTest { private static final Logger LOG = LoggerFactory.getLogger(TrustDomainAuthenticationTest.class); private static HiveServer2 hiveserver2; private static HiveConf hiveConf;