You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/05/01 07:06:38 UTC

[GitHub] [phoenix-queryserver] stoty commented on a change in pull request #31: PHOENIX-5879 Fix recently introduced python 2.7 incompatibilities and…

stoty commented on a change in pull request #31:
URL: https://github.com/apache/phoenix-queryserver/pull/31#discussion_r418441688



##########
File path: python/phoenixdb/README.rst
##########
@@ -65,17 +56,11 @@ necessary requirements::
     pip install -r requirements.txt
     python setup.py develop
 
-To create or update the Avatica protobuf classes, change the tag in ``gen-protobuf.sh``
-and run the script.
-
-If you need a Phoenix query server for experimenting, you can get one running
-quickly using `Docker <https://www.docker.com/>`_::
+You can start a Phoenix QueryServer test instance on http://localhost:8765 for testing by running
+the following command in the phoenix-queryserver directory:
 
-    docker-compose up
-
-Or if you need an older version of Phoenix::
-
-    PHOENIX_VERSION=4.9 docker-compose up
+    mvn clean verify -am -pl queryserver-it -Dtest=foo -Dit.test=QueryServerBasicsIT#startLocalPQS \

Review comment:
       Done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org