1. lines.transform(
    2. rdd => {
    3. //周期性更新
    4. rdd.map{
    5. .....
    6. }
    7. }
    8. )