Re: spark SQL thriftserver over ignite and cassandra

2016-10-05 Thread vincent gromakowski
Hi thanks for your explanations. Please find inline more questions Vincent 2016-10-05 3:33 GMT+02:00 Denis Magda : > Hi Vincent, > > See my answers inline > > On Oct 4, 2016, at 12:54 AM, vincent gromakowski < > vincent.gromakow...@gmail.com> wrote: > > Hi, > I know that Ignite has SQL support b

Time break up of SQL query execution in Apache Ignite

2016-10-05 Thread rishi007bansod
Can I get time break up of SQL query in Apache Ignite in terms of how much time is spent by query in processing(computation part), networking, memory read and write? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Time-break-up-of-SQL-query-execution-in-Apache-Ig

Re: Ignite Cluster Communication with SSH Tunnels

2016-10-05 Thread Krzysztof
Correction of the problem interpretation, it's not discovery that fails now but the (system?) cache bootstrapping. How to use the AddressResolver then? Thanks On Wed, Oct 5, 2016 at 2:27 AM, yazuna wrote: > On the 1.8 problem stays the same (I switched off by mistake 48500 > before - I switched

Service Grid vs Service Registry like Eureka/Consul

2016-10-05 Thread sridhar77
Hi, I want to know more about Service Grid feature in Ignite. Is this something similar to Service Registry like Eureka or Consul for load balancing. What is the use case of Service Grid. Can it be considered as a alternative option to using a separate Service Registry like Eureka or Consul.

Re: Time break up of SQL query execution in Apache Ignite

2016-10-05 Thread Vladislav Pyatkov
Hi, Ignite does not provide additional metrics except explain[1] and local h2 console. You can estimate network component, when executed local query across h2 console or with setLocal property. [1]: https://apacheignite.readme.io/docs/sql-queries#using-explain On Wed, Oct 5, 2016 at 5:33 PM, ris

Re: Ignite Cluster Communication with SSH Tunnels

2016-10-05 Thread vkulichenko
Hi, Try to set the address resolver on the IgniteConfiguration instead of TcpDiscoverySpi. It looks like discovery works, but further communication doesn't. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Ignite-Cluster-Communication-with-SSH-Tunnels-tp273

Re: Service Grid vs Service Registry like Eureka/Consul

2016-10-05 Thread vkulichenko
Sridhar, Service grid allows to execute an instance or instances of a services somewhere on the cluster and get access to this service from a client via proxy. It also maintains the required number of running instances in case of node failures. E.g., if it's a cluster singleton there will be one o

Re: spark SQL thriftserver over ignite and cassandra

2016-10-05 Thread Denis Magda
Vincent, Please see below > On Oct 5, 2016, at 4:31 AM, vincent gromakowski > wrote: > > Hi > thanks for your explanations. Please find inline more questions > > Vincent > > 2016-10-05 3:33 GMT+02:00 Denis Magda >: > Hi Vincent, > > See my answers inline > >>

Re: Service Grid vs Service Registry like Eureka/Consul

2016-10-05 Thread sridhar77
Hi, Thanks for your response. I am trying to understand what type of services they would be. In the examples on ignite docs, i see counter service as one example. Can they be business services. In our environment we are considering using spring cloud eureka as a service registry for scalability

Cache entry list on particular node in apache ignite

2016-10-05 Thread rishi007bansod
Is there any option in ignitevisorcmd where I can see what entries( details) are present in particular node? I tried *cache -scan -c=cache -id8=12345678* command but it prints entries from all other nodes also. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cach