[ 
https://issues.apache.org/jira/browse/PHOENIX-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu updated PHOENIX-2996:
----------------------------
    Description: 
Currently we have:
{code}
 * A query server for Phoenix over Calcite's Avatica.
 */
public final class Main extends Configured implements Tool, Runnable {
{code}
Main would show up in the output of jps.

The class name should be QueryServer or something similar so that user can tell 
its role from the output of jps

  was:
Currently we have:
{code}
 * A query server for Phoenix over Calcite's Avatica.
 */
public final class Main extends Configured implements Tool, Runnable {
{code}
Main would show up in the output of jps.


The class name should be QueryServer or something similar so that user can tell 
its role from the output of jps


> Process name of PQS should indicate its role
> --------------------------------------------
>
>                 Key: PHOENIX-2996
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2996
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> Currently we have:
> {code}
>  * A query server for Phoenix over Calcite's Avatica.
>  */
> public final class Main extends Configured implements Tool, Runnable {
> {code}
> Main would show up in the output of jps.
> The class name should be QueryServer or something similar so that user can 
> tell its role from the output of jps



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to