[
https://issues.apache.org/jira/browse/IGNITE-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16197282#comment-16197282
]
Nikolay Tikhonov edited comment on IGNITE-5608 at 10/9/17 4:50 PM:
-------------------------------------------------------------------
[~oleg-ostanin],
Thank you for your contribution! I've reviewed the changes. I have only one
comment. Let's to use space instead of equals sign. For example:
{code}ignitesql.sh -ch=127.0.0.1 -p=10800 -s=MySchema -dj=true -ej=true
-ssb=0{code}
I guess the following command looks more consistency with other cli tools:
{code}ignitesql.sh 127.0.0.1 -p 10800 -s MySchema -dj -ej -ssb 0{code}
was (Author: ntikhonov):
[~oleg-ostanin],
Thank you for your contribution! I've reviewed the changes. I have only one
comment. Let's to use space instead of equals sign. For example:
{code}ignitesql.sh -ch=127.0.0.1 -p=10800 -s=MySchema -dj=true -ej=true
-ssb=0{code}
I guess the following command looks more consistency with other cli tools:
{code}ignitesql.sh 127.0.0.1 -s MySchema -dj true -ej -ssb 0{code}
> SQL scripts execution capability
> --------------------------------
>
> Key: IGNITE-5608
> URL: https://issues.apache.org/jira/browse/IGNITE-5608
> Project: Ignite
> Issue Type: New Feature
> Components: sql
> Reporter: Denis Magda
> Assignee: Oleg Ostanin
> Fix For: 2.3
>
>
> There should be a way to feed an SQL script to Ignite and execute it right
> away. A script can consist of DDL command that will define cluster and SQL
> configuration as well as of DML commands that, for instance, preload data
> into Ignite.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)