You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2017/08/29 00:45:05 UTC

[jira] [Updated] (DRILL-5748) Web UI displays JSON message for a missing query profile

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

Paul Rogers updated DRILL-5748:
-------------------------------
    Summary: Web UI displays JSON message for a missing query profile  (was: NPE with invalid ALTER SYSTEM)

> Web UI displays JSON message for a missing query profile
> --------------------------------------------------------
>
>                 Key: DRILL-5748
>                 URL: https://issues.apache.org/jira/browse/DRILL-5748
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.11.0
>            Reporter: Paul Rogers
>            Priority: Minor
>
> Launched a local Drillbit, using ZK. Entered the following query:
> {code}
> ALTER SYSTEM SET `exec.queue.enable` = true
> {code}
> Result:
> {code}
> Query Failed: An Error Occurred
> java.lang.NullPointerException
> {code}
> Turns out, the problem is more general. The following produces the same error:
> {code}
> SELECT name, type FROM sys.options WHERE type in ('SYSTEM','SESSION') order by name;
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)