Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

What kind of algorithm can be written with spark

avatar
Explorer
Dear Sir,
This is Maojun Wang ,from China Meteorological Administration Public Meteorological Service Center. Now i am using sparkSQL to count some Statistics,But now I am very very
interested of how to implement some algorithm about Meteorological , like Interpolation algorithm,Kriging  Interpolation algorithm,Cressman Interpolation algorithm,IDW
Interpolation algorithm and so on.
 
I questions:
 
What kind of algorithm can be written with spark?
 
Yours faithfully
 
MaojunWang
1 ACCEPTED SOLUTION

avatar
Master Collaborator

That's perhaps too broad to answer here. Generally, any algorithm that is data-parallel will do well on Spark (or indeed, on MapReduce). And ones that aren't data-parallel do not. I am not familiar with any of those algorithms, but that's the question to answer.

View solution in original post

1 REPLY 1

avatar
Master Collaborator

That's perhaps too broad to answer here. Generally, any algorithm that is data-parallel will do well on Spark (or indeed, on MapReduce). And ones that aren't data-parallel do not. I am not familiar with any of those algorithms, but that's the question to answer.