-
Notifications
You must be signed in to change notification settings - Fork 14
Exception in thread "main" java.lang.StackOverflowError #8
Comments
Hello, I had no problem reading your data like that: Did you have a |
Yes. I almost did not change anything in the code. Here is RDD: May be you use another code. Download latest from github and try to run. Full error list: / / / // Repeats many times: |
I'have got the same exception in the same recursive function with a 60 million 2d points dataset with the following parameters:
Have you resolved it in some way? @Mignastor can a tail recursion resolve the problem in your opinion? |
I got StackOverflowError when tested on such data. But I tested on 400K points (not 1M as in link).
Parameters was:
// PatchWork parameters
val epsilon = Array(30.1, 30.1)
val minPts = 1
val minCellInCluster = 10
val ratio = 0.0
The text was updated successfully, but these errors were encountered: