Github user pu239ppy commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/307#discussion_r201482973
--- Diff: phoenix-queryserver/pom.xml ---
@@ -47,6 +47,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/SecureQueryServerPhoenixDBIT.java</exclude>
--- End diff --
There are a few prerequisites
- Either anaconda or virtual env *must* to be installed
- System *must* provide either MIT or Heimdal kerberos utilities and
libraries
---