Skip to content

Commit 11f2604

Browse files
committed
update docs and gitignore
1 parent 90cc905 commit 11f2604

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

python-phoenixdb/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ dev-support/work
1111
phoenixdb/.eggs
1212
phoenixdb/build
1313
phoenixdb/e
14+
phoenixdb/.python-version

python-phoenixdb/README.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,22 @@ necessary requirements::
6868
You can start a Phoenix QueryServer instance on http://localhost:8765 for testing by running
6969
the following command in the pohoenix-queryserver-parent directory::
7070

71-
mvn clean verify -am -pl phoenix-queryserver-it -Dtest=foo \
71+
mvn clean verify -Pshade-javax-servlet -am -pl phoenix-queryserver-it -Dtest=foo \
7272
-Dit.test=QueryServerBasicsIT#startLocalPQS \
7373
-Ddo.not.randomize.pqs.port=true -Dstart.unsecure.pqs=true
7474

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

78-
mvn clean verify -am -pl phoenix-queryserver-it -Dtest=foo \
78+
mvn clean verify -Pshade-javax-servlet -am -pl phoenix-queryserver-it -Dtest=foo \
7979
-Dit.test=SecureQueryServerPhoenixDBIT#startLocalPQS \
8080
-Ddo.not.randomize.pqs.port=true -Dstart.secure.pqs=true
8181

82-
this will also create a shell script in phoenix-queryserver-it/target/krb_setup.sh, that you can use to set
83-
up the environment for the tests.
82+
this will also create a shell script in phoenix-queryserver-it/target/krb_setup.sh, that you can
83+
use to set up the environment for the tests.
84+
85+
Note: Depending on the Phoenix version used for building, you may or may not need the
86+
`-Pshade-javax-servlet` option. Check BUILDING.md in the repository root.
8487

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

0 commit comments

Comments
 (0)