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

Oleg Ostanin commented on IGNITE-5608:
--------------------------------------

[~dsetrakyan],
I've edited help and so far it looks like this:
     Usage: sqlline.sh host[:port] [options]
    
     If port is omitted default port 10800 will be used.
    
     Options:
         -h  |  --help                       Help.
         --schema <schema>                   Schema name; defaults to PUBLIC.
         --distributedJoins                  Enable distributed joins.
         --lazy                              Execute queries in lazy mode.
         --collocated                        Collocated flag.
         --replicatedOnly                    Replicated only flag
         --enforceJoinOrder                  Enforce join order.
         --socketSendBuffer <buf_size>       Socket send buffer size in bytes.
         --socketReceiveBuffer <buf_size>    Socket receive buffer size in 
bytes.
    
     Examples: sqlline.sh myHost --schema mySchema --distributedJoins
    
     For more information see 
https://apacheignite-sql.readme.io/docs/jdbc-driver

I'm also going to  add example with hostname. 

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

Reply via email to