@@ -68,19 +68,22 @@ necessary requirements::
68
68
You can start a Phoenix QueryServer instance on http://localhost:8765 for testing by running
69
69
the following command in the pohoenix-queryserver-parent directory::
70
70
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 \
72
72
-Dit.test=QueryServerBasicsIT#startLocalPQS \
73
73
-Ddo.not.randomize.pqs.port=true -Dstart.unsecure.pqs=true
74
74
75
75
You can start a secure (https+kerberos) Phoenix QueryServer instance on https://localhost:8765
76
76
for testing by running the following command in the phoenix-queryserver-parent directory::
77
77
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 \
79
79
-Dit.test=SecureQueryServerPhoenixDBIT#startLocalPQS \
80
80
-Ddo.not.randomize.pqs.port=true -Dstart.secure.pqs=true
81
81
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.
84
87
85
88
If you want to use the library without installing the phoenixdb library, you can use
86
89
the `PYTHONPATH ` environment variable to point to the library directly::
0 commit comments