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

    https://github.com/apache/phoenix/pull/159#discussion_r66097640
  
    --- 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 --
    
    those classes are part of  client jar,  since it uses calcite which is 
shaded in client jar. Or  we need to bundle that package into queryserver jar.


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