[
https://issues.apache.org/jira/browse/PHOENIX-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143917#comment-15143917
]
Josh Elser commented on PHOENIX-2659:
-------------------------------------
Yeah, let me whip something together since you asked.
> Minor Bugs in queryserver.py
> -----------------------------
>
> Key: PHOENIX-2659
> URL: https://issues.apache.org/jira/browse/PHOENIX-2659
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.7.0
> Reporter: Steve T
> Priority: Minor
>
> After I installed
> https://dist.apache.org/repos/dist/dev/phoenix/phoenix-4.7.0-HBase-0.98-rc1/
> I had some trouble starting bin/queryserver.py
> I had to remove {color:blue}{{$PHOENIX_OPTS}}{color} from line 122 to prevent
> this error:
> {color:red}Error: Could not find or load main class $PHOENIX_OPTS{color}
> When I tried to run like
> {color:blue}{{./queryserver.py start
> -Dphoenix.queryserver.serialization=JSON}}{color}
> the {color:blue}{{-Dphoenix.queryserver.serialization=JSON}}{color} was being
> ignored. To fix, I changed {color:blue}{{args\[1:]}}{color} to
> {color:blue}{{args}}{color} in line 65.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)