Hello, I am in a fix with the Clusterdumper utility. The clusterdump utility crashes when it tries to output the clusters by outputting an out of memory exception: java heap space.
when i checked the error stack, it seems that the program crashed in readPoints() function. i guess it is unable to build the "result" map. Any idea how do i fix this.?? I am working on a dataset of size 40mb. I had tried increaseing the heap space but with no luck. Thanks Gaurav
