Skip to content

Commit b06aeb1

Browse files
committed
update python-phoenixdb README
1 parent 06ec421 commit b06aeb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python-phoenixdb/README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ necessary requirements::
7676
You can start a Phoenix QueryServer instance on http://localhost:8765 for testing by running
7777
the following command in the pohoenix-queryserver-parent directory::
7878

79-
mvn clean verify -Pshade-javax-servlet -am -pl phoenix-queryserver-it -Dtest=foo \
79+
mvn clean verify -am -pl phoenix-queryserver-it -Dtest=foo \
8080
-Dit.test=QueryServerBasicsIT#startLocalPQS \
8181
-Ddo.not.randomize.pqs.port=true -Dstart.unsecure.pqs=true
8282

8383
You can start a secure (https+kerberos) Phoenix QueryServer instance on https://localhost:8765
8484
for testing by running the following command in the phoenix-queryserver-parent directory::
8585

86-
mvn clean verify -Pshade-javax-servlet -am -pl phoenix-queryserver-it -Dtest=foo \
86+
mvn clean verify -am -pl phoenix-queryserver-it -Dtest=foo \
8787
-Dit.test=SecureQueryServerPhoenixDBIT#startLocalPQS \
8888
-Ddo.not.randomize.pqs.port=true -Dstart.secure.pqs=true
8989

9090
this will also create a shell script in phoenix-queryserver-it/target/krb_setup.sh, that you can
9191
use to set up the environment for the tests.
9292

93-
Note: Depending on the Phoenix version used for building, you may or may not need the
94-
`-Pshade-javax-servlet` option. See BUILDING.md in the repository root for more information.
93+
Note: If you build with Phoenix 5.1, you need to add the `-Pshade-javax-servlet` option.
94+
See BUILDING.md in the repository root for more information.
9595

9696
If you want to use the library without installing the phoenixdb library, you can use
9797
the `PYTHONPATH` environment variable to point to the library directly::

0 commit comments

Comments
 (0)