Thank you Ted for your reply.Your example code is little bit difficult for me to understanding. Could youn please give me an explaination about it.
From: [email protected] To: [email protected] Subject: whether a certain piece can be assigned to a specicified node by some codes in my program. Date: Sat, 26 Mar 2016 22:41:49 +0800 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
