DEV Community

aavash1
aavash1

Posted on

Apache spark to find nearest neighbor in road networks

I am trying to write an distributed algorithm that helps to find a nearest answer object for every query objects in a road network. I am using Apache spark core Java API. Since, this is a very first time for me to write code in Apache spark, I find it very challenging. Additionally, I am not able to get any help from the developer community. Hence, I would like to get some suggestions from the experts. It would be a great help to help me build the programming logic, so that I could write the code by myself.

Top comments (0)