[ https://issues.apache.org/jira/browse/PHOENIX-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484267#comment-14484267 ]
Jesse Yates commented on PHOENIX-971: ------------------------------------- Have you tried renaming TestQueryServerBasics.java to something like QueryServerBasicsIT.java? Looks like failsafe looks just for the files in the /it directory, whereas the surefire plugin isn't specially configured based on filename, and the other IT tests are named specifically xxxxIT. Side note, phoenix uses the <name of class>Test.java convention, rather than HBase's convention of Test<name of class>.java... though its not perfectly used throughout :-/ > Query server > ------------ > > Key: PHOENIX-971 > URL: https://issues.apache.org/jira/browse/PHOENIX-971 > Project: Phoenix > Issue Type: New Feature > Reporter: Andrew Purtell > Assignee: Nick Dimiduk > Fix For: 4.4.0 > > Attachments: PHOENIX-971.00.patch, PHOENIX-971.01.patch, image-2.png > > > Host the JDBC driver in a query server process that can be deployed as a > middle tier between lighter weight clients and Phoenix+HBase. This would > serve a similar optional role in Phoenix deployments as the > [HiveServer2|https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2] > does in Hive deploys. -- This message was sent by Atlassian JIRA (v6.3.4#6332)