[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-10-24 Thread Josh Elser (JIRA)

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

Josh Elser updated PHOENIX-2996:

Fix Version/s: 4.8.2

> 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
>Assignee: Ted Yu
>Priority: Minor
> Fix For: 4.9.0, 4.8.2
>
> Attachments: 2996.v1.patch, 2996.v2.patch
>
>
> 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)


[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-10-24 Thread Josh Elser (JIRA)

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

Josh Elser updated PHOENIX-2996:

Fix Version/s: 4.9.0

> 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
>Assignee: Ted Yu
>Priority: Minor
> Fix For: 4.9.0
>
> Attachments: 2996.v1.patch, 2996.v2.patch
>
>
> 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)


[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-10-24 Thread Ted Yu (JIRA)

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

Ted Yu updated PHOENIX-2996:

Attachment: 2996.v2.patch

> 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
>Assignee: Ted Yu
>Priority: Minor
> Attachments: 2996.v1.patch, 2996.v2.patch
>
>
> 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)


[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-10-24 Thread Ted Yu (JIRA)

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

Ted Yu updated PHOENIX-2996:

Attachment: 2996.v1.patch

> 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
> Attachments: 2996.v1.patch
>
>
> 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)


[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-10-18 Thread Ted Yu (JIRA)

 [ 
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)


[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-06-27 Thread Ted Yu (JIRA)

 [ 
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)


[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-06-20 Thread Ted Yu (JIRA)

 [ 
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)