Adv Spark Programming

52 / 52

No hints are availble for this assesment

Answer is not availble for this assesment

Please login to comment

3 Comments

Please help us resolve the last 2 examples.. facing error in 

rdd1 = rdd.filter(lambda line: line.lower().startswith('this'));

 

error: unclosed character literal
rdd1 = rdd.filter(lambda line: line.lower().startswith('this'));

                                                                                       ^

  Upvote    Share

Hi,

Was following up on this. Please let me know if this issue was resolved. If not, please share a screenshot of your code and the error it is throwing.

Thanks.

  Upvote    Share

This comment has been removed.