You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stan (JIRA)" <ji...@apache.org> on 2018/03/30 05:13:00 UTC

[jira] [Commented] (IGNITE-6287) DDL Support for WebConsole

    [ https://issues.apache.org/jira/browse/IGNITE-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420160#comment-16420160 ] 

Stan commented on IGNITE-6287:
------------------------------

Not sure where else to post this, so posting it here.  I am running Ignite 2.4, both cluster and Web Console/Agent, and am experiencing the exact same problem described in this ticket. Did this fix not make it into 2.4?

> DDL Support for WebConsole
> --------------------------
>
>                 Key: IGNITE-6287
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6287
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Denis Magda
>            Assignee: Pavel Konstantinov
>            Priority: Critical
>              Labels: usability
>             Fix For: 2.3
>
>         Attachments: screenshot-1.png
>
>
> DDL queries like CREATE TABLE don't work in Web Console.
> First, if Ignite cluster is started with zero caches deployed then "Execute" button will be disabled and there is now way to execute CREATE TABLE in general.
> Second, if to create a dummy cache on cluster startup and execute this
> {code}
> CREATE TABLE City (
>   id LONG PRIMARY KEY, name VARCHAR)
>   WITH "template=replicated";
> {code}
> Then the console will generate the exception 
> {code}
> Error: class org.apache.ignite.internal.processors.query.IgniteSQLException: CREATE TABLE can only be executed on PUBLIC schema.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)