endersuu
endersuu
I've recently been working with cppkafka master branch and noticed that the examples provided in the project are not compiled automatically as part of the default build process. I had...
From the paper [Resilient Distributed Datasets: A Fault-Tolerant Abstraction for In-Memory Cluster Computing](https://www.usenix.org/system/files/conference/nsdi12/nsdi12-final138.pdf) - narrow dependencies, where each partition of the parent RDD is used by at most one partition...
suppose to use map-side partition number, but mistakenly use reduce-side partition number. Also, I believe this fix will help this issue https://github.com/openucx/sparkucx/issues/30