tcostasouza wrote > Does it supports data collocated processing by overlaying ignite cluster > with another storage cluster (i.e. Cassandra)?
Yes, Ignite supports pluggable AffinityFunction <https://ignite.incubator.apache.org/releases/1.0.0/javadoc/org/apache/ignite/cache/affinity/AffinityFunction.html> API which can be configured through CacheConfiguration. You should be able to create an implementation which will simply delegate to one of the Cassandra Partitioner implementations. Is this what you were looking for? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/MapReduce-with-external-databases-tp311p312.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
