You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2017/09/06 21:03:00 UTC

[jira] [Created] (IGNITE-6287) CREATE TABLE doesn't work from Web Console

Denis Magda created IGNITE-6287:
-----------------------------------

             Summary: CREATE TABLE doesn't work from Web Console
                 Key: IGNITE-6287
                 URL: https://issues.apache.org/jira/browse/IGNITE-6287
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Magda
            Assignee: Andrey Novikov
            Priority: Critical


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
(v6.4.14#64029)