Hi,
Please properly subscribe to the mailing list so that the community can
receive email notifications for your messages. To subscribe, send empty
email to [email protected] and follow simple instructions in
the reply.
yvladimirov wrote
> Hello guys!
> Can you help me?
> I want used Apache Ignite with Cassandra.
>
> My Pojo without Ignite.
>
> @Table(name = "user")
> public class User {
> @PartitionKey
> private UUID id;
> private String name;
> ....
> }
>
> It's work
>
> But if I used Ignite
> Caused by: class org.apache.ignite.IgniteException: Failed to
> prepare
> Cassandra CQL statement: insert into test.user (id, name, id) values
> (?,?,?);
> at
> org.apache.ignite.cache.store.cassandra.session.CassandraSessionImpl.prepareStatement(CassandraSessionImpl.java:515)
> at
> org.apache.ignite.cache.store.cassandra.session.CassandraSessionImpl.execute(CassandraSessionImpl.java:132)
> ... 25 more
>
>
> How to fix duplication ID?
What do you use as a key?
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Ignite-with-Cassandra-tp7242p7330.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.