Re: Re: Distributed Cluster Deployment

2019-07-08 Thread Ilya Kasnacheev
()) so that I can use sqlline.sh directly in the shell for > distributed queries? > > -- > shicheng31...@gmail.com > > > *From:* Ilya Kasnacheev > *Date:* 2019-07-05 19:51 > *To:* user > *Subject:* Re: Re: Distributed Cluster Deployment >

Re: Re: Distributed Cluster Deployment

2019-07-07 Thread shicheng31...@gmail.com
You mean that I need to configure Ignite with Java code (call Ignition.start()) so that I can use sqlline.sh directly in the shell for distributed queries? shicheng31...@gmail.com From: Ilya Kasnacheev Date: 2019-07-05 19:51 To: user Subject: Re: Re: Distributed Cluster Deployment Hello

Re: Re: Distributed Cluster Deployment

2019-07-05 Thread Ilya Kasnacheev
gt; shicheng31...@gmail.com > > > *From:* Vladimir Pligin > *Date:* 2019-07-04 20:27 > *To:* user > *Subject:* Re: Distributed Cluster Deployment > Hi, > > Spring here is just a convenient way of configuration building. > Ignite is not tightly bound to it. You're able

Re: Re: Distributed Cluster Deployment

2019-07-04 Thread shicheng31...@gmail.com
that the configuration file that comes with it seems to be the format that Spring requires. Is there any relation between the two? shicheng31...@gmail.com From: Vladimir Pligin Date: 2019-07-04 20:27 To: user Subject: Re: Distributed Cluster Deployment Hi, Spring here is just a convenient way

Re: Distributed Cluster Deployment

2019-07-04 Thread Vladimir Pligin
Hi, Spring here is just a convenient way of configuration building. Ignite is not tightly bound to it. You're able to construct everything programmatically. For example here https://apacheignite.readme.io/docs/tcpip-discovery you can switch example from "XML" to "Java". And Spring xml