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

    https://github.com/apache/phoenix/pull/159#discussion_r66094212
  
    --- Diff: bin/queryserver.py ---
    @@ -119,7 +119,7 @@
     
     # The command is run through subprocess so environment variables are 
automatically inherited
     java_cmd = '%(java)s -cp ' + hbase_config_path + os.pathsep + 
hadoop_config_path + os.pathsep + \
    -    phoenix_utils.phoenix_queryserver_jar + os.pathsep + 
phoenix_utils.phoenix_client_jar + \
    +    phoenix_utils.phoenix_client_jar + \
    --- End diff --
    
    Why is the queryserver jar no longer included when launching the 
queryserver?


---
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