Jingtao Wu created PHOENIX-5959:
-----------------------------------
Summary: python scripts not working for phoenix-queryserver
Key: PHOENIX-5959
URL: https://issues.apache.org/jira/browse/PHOENIX-5959
Project: Phoenix
Issue Type: Bug
Components: queryserver
Affects Versions: queryserver-1.0.0
Reporter: Jingtao Wu
queryserver.py currently cannot properly start queryserver for following two
reasons.
After phoenix-queryserver is taken out from phoenix, thin client jar and
queryserver jar have been renamed from
phoenix-*-thin-client.jar/phoenix-*-queryserver.jar to
queryserver-client-*-SNAPSHOT.jar/queryserver-*.jar, but phoenix_utils.py is
still looking for the old jar files.
Also queryserver-1.0.0-SNAPSHOT.jar probably does not contains all the
dependency to start queryserver. I ran into a NoClassDefFoundError after I
corrected the jar file names in phoenix_util.py. I had to modify the pom file
to package all dependencies into the jar file in order to start queryserver
properly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)