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 <
> https://ignite.apache.org/download.html#binaries>
>
> Thanks,
>
> Christos


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 wrong
partitions. I mean list of old partitions. 
But in my project, it also happens when a node has been left.
It is tested with 'example-default.xml' configuration file.

RebalanceTest.java
  

Sincerely,
Andrew.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-do-I-know-the-cache-rebalance-is-finished-tp5219p5746.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


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 mailing list archive at Nabble.com.


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: 
http://apache-ignite-users.70518.x6.nabble.com/Pre-Hook-before-actual-Ignite-commit-tp5679p5744.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


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 the confusion. 








--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-performance-improvements-tp5623p5742.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


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 ignite-examples.jar to
the tomcat lib folder.




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/schema-import-example-ClassNotFoundException-org-apache-ignite-schema-H2DataSourceFactory-tp5629p5741.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.


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 1.6 and the built in
curator (2.9.1). I tried to replace the curator libraries with curator
2.10.0 but things still happen the same. (NOTE 1)I also tried to point out
the curator CuratorFrameworkImpl class in the configuration but it turns out
to be another error (NOTE 2) Please help me out with this situation. Thanks
a million (I also included my configuration file - NOTE 3) *NOTE 1* 16/06/18
15:36:53 WARN scheduler.TaskSetManager: Lost task 1.0 in stage 1.0 (TID 3,
host05): *java.lang.NoSuchMethodError:
org.apache.curator.framework.api.CreateBuilder.creatingParentContainersIfNeeded()Lorg/apache/curator/framework/api/ProtectACLCreateModePathAndBytesable*;
   
at
org.apache.curator.x.discovery.details.ServiceDiscoveryImpl.internalRegisterService(ServiceDiscoveryImpl.java:224)
   
at
org.apache.curator.x.discovery.details.ServiceDiscoveryImpl.registerService(ServiceDiscoveryImpl.java:190)
   
at
org.apache.ignite.spi.discovery.tcp.ipfinder.zk.TcpDiscoveryZookeeperIpFinder.registerAddresses(TcpDiscoveryZookeeperIpFinder.java:225)*NOTE
2*Cannot create inner bean
'org.apache.curator.framework.imps.CuratorFrameworkImpl#51e2adc7' of type
[org.apache.curator.framework.imps.CuratorFrameworkImpl] while setting bean
property 'curator'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'org.apache.curator.framework.imps.CuratorFrameworkImpl#51e2adc7'
defined in URL
[file:/u01/dwh_app/apache-ignite-fabric-1.6.0-bin/config/default-config.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class [org.apache.curator.framework.imps.CuratorFrameworkImpl]: No
default constructor found; nested exception is
java.lang.NoSuchMethodException:
org.apache.curator.framework.imps.CuratorFrameworkImpl.()]at
org.apache.ignite.internal.util.IgniteUtils.convertException(IgniteUtils.java:906)
   
at org.apache.ignite.Ignition.start(Ignition.java:350)at
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302)Caused
by: class org.apache.ignite.IgniteCheckedException: Failed to instantiate
Spring XML application context
[springUrl=file:/u01/dwh_app/apache-ignite-fabric-1.6.0-bin/config/default-config.xml,
err=Error creating bean with name
'org.apache.ignite.configuration.IgniteConfiguration#0' defined in URL
[file:/u01/dwh_app/apache-ignite-fabric-1.6.0-bin/config/default-config.xml]:
Cannot create inner bean
'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#fad74ee' of type
[org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi] while setting bean
property 'discoverySpi'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#fad74ee'
defined in URL
[file:/u01/dwh_app/apache-ignite-fabric-1.6.0-bin/config/default-config.xml]:
Cannot create inner bean *NOTE 3* In file attached



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Problem-with-curator-framework-package-when-running-spark-job-on-Ignite-tp5740.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

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