I am newbie to the greate spark framework. After reading some meterials about spark, I know that a RDD dataset are actually broken into pieces and distributed among serveral nodes. I am wondering whether a certain piece can be assigned to a specicified node by some codes in my program. Or pieces are randomly assigned to nodes. Thanks in advance Felix Chen
- whether a certain piece can be assigned to a specicified node by ... chenyong
