A block is an internal construct that isn't directly exposed to users. Internally though, each partition of an RDD is mapped to one block.
- Patrick On Mon, Mar 10, 2014 at 11:06 PM, David Thomas <dt5434...@gmail.com> wrote: > What is the concept of Block and BlockManager in Spark? How is a Block > related to a Partition of a RDD?