Thanks Vladimir,
As I said have used RendezvousAffinityFunction and have not done any changes
yet I am getting only 1 partition for IgniteRDD.
Could you please help me what could be the issue.
Regards,Vij
On Thursday, April 28, 2016 2:22 PM, Vladimir Ozerov <[email protected]>
wrote:
Hi Vij,
Looks like I already answered you on Gitter. Partition number depends solely on
cache configuration, namely on AffinityFunction set through
CacheConfiguration.setAffinity() method.
Vladimir.
On Thu, Apr 28, 2016 at 9:01 AM, vijayendra bhati <[email protected]>
wrote:
Hi,
Can anybody let me know the criteria on which number of partitions are decided
for IgniteRDD ?From the IgniteRDD code, as per getPartitions() implementation
it is dependent upon number of partitions of underlying cachebut I am not aware
how the number of partitions of underlying cache is decided.
Regards,Vij