Re: Ignite Download links broken

2016-06-19 Thread Dmitriy Setrakyan
Worked for me just now. Can you try again? On Sun, Jun 19, 2016 at 2:59 AM, Christos Erotocritou wrote: > Hey guys, > > The links on the website seem to be broken, can someone check this? > > https://ignite.apache.org/download.html#binaries < >

Re: How do I know the cache rebalance is finished?

2016-06-19 Thread Andrew
Hi, Denis. Here is a sample code. Whenever the 'EVT_CACHE_REBALANCE_STOPPED' event is sent, server nodes prints their primary partitions to console. Or you can print current primary partitions to console by pressing enter key. In this case, it only happens when a new node is joined then it prints

Re: How do I know the cache rebalance is finished?

2016-06-19 Thread Andrew
Thank you, Kristian. I think this issue is related to me. Thanks for good information, again. Sincerely, Andrew. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-do-I-know-the-cache-rebalance-is-finished-tp5219p5745.html Sent from the Apache Ignite Users

Re: Pre Hook before actual Ignite commit

2016-06-19 Thread amitpa
This does however occur. Hikari is not serializable and we are getting that error. Do you need the DataSource sto be serialized? Cant this be configured per node ? -- View this message in context:

Re: Ignite performance improvements

2016-06-19 Thread amitpa
Sorry for the late reply. I understand OPTIMISTIC and PESSIMISTIC modes. I understand OPTIMISTIC Serializable is safer, and we do NEED to use it. Taking these two things out of the way, I think no mode should be faster than OPTIMISTIC READ COMMITTED. Thats what I tried to convey, sorry for

Re: schema import example ClassNotFoundException: org.apache.ignite.schema.H2DataSourceFactory

2016-06-19 Thread xoraxax
In order to reproduce it you can run the schema-import example. Then, let's say, you can download JasperServer and add IgniteJdbcDatasource to the context.xml. In web UI you add jndi DataSource and test connection. It starts the ignite node and throws the exception unless I manually copy

Problem with curator-framework package when running spark job on Ignite

2016-06-19 Thread huynq88
configuration.xml Hi all,I got a problem when running spark job with Ignite. Just can't figure out why the driver program keeps notifying that can't find method: creatingParentContainersIfNeeded. I'm using the Ignite

Ignite Download links broken

2016-06-19 Thread Christos Erotocritou
Hey guys, The links on the website seem to be broken, can someone check this? https://ignite.apache.org/download.html#binaries Thanks, Christos