Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/242#discussion_r114132643
  
    --- Diff: 
phoenix-queryserver/src/it/java/org/apache/phoenix/end2end/QueryServerBasicsIT.java
 ---
    @@ -57,10 +64,17 @@
       private static QueryServerThread AVATICA_SERVER;
       private static Configuration CONF;
       private static String CONN_STRING;
    +  private static FileReader fileReader;
     
       @BeforeClass
       public static void beforeClass() throws Exception {
    +    //clear up old file in /tmp directory
    +    PrintWriter writer = new PrintWriter(new 
File(PqsConfiguration.DEFAULT_PHOENIX_PQS_FILE_SINK_FILENAME));
    --- End diff --
    
    Create this file in the maven build dir "target"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to