Is there any documented case of Hadoop working for any algorithm that's more than approximately linear? Or does huge data sets pretty much mean that anything above linear is unacceptable?
I'm trying to find algorithms that run on Hadoop that to more complicated things than just sorting/agregrating.
Thanks!