@@ -76,22 +76,22 @@ necessary requirements::
76
76
You can start a Phoenix QueryServer instance on http://localhost:8765 for testing by running
77
77
the following command in the pohoenix-queryserver-parent directory::
78
78
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 \
80
80
-Dit.test=QueryServerBasicsIT#startLocalPQS \
81
81
-Ddo.not.randomize.pqs.port=true -Dstart.unsecure.pqs=true
82
82
83
83
You can start a secure (https+kerberos) Phoenix QueryServer instance on https://localhost:8765
84
84
for testing by running the following command in the phoenix-queryserver-parent directory::
85
85
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 \
87
87
-Dit.test=SecureQueryServerPhoenixDBIT#startLocalPQS \
88
88
-Ddo.not.randomize.pqs.port=true -Dstart.secure.pqs=true
89
89
90
90
this will also create a shell script in phoenix-queryserver-it/target/krb_setup.sh, that you can
91
91
use to set up the environment for the tests.
92
92
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.
95
95
96
96
If you want to use the library without installing the phoenixdb library, you can use
97
97
the `PYTHONPATH ` environment variable to point to the library directly::
0 commit comments