Question: In [ ] : # Print the number of elements in the RDD number = words.Your code here print Number of elements in RDD is

In []: # Print the number of elements in the RDD
number = words."""Your code here"""
print "Number of elements in RDD is %i"% number
In []: # Print all the elements in the RDD
allwords = words."" "Your code here"""
print "Elements in RDD: %s"% allwords
In []: # Print the elements which have the letter "H" in the RDD
HWords = words."" "Your code here"""
print "The elements with the letter H : %s"%"" "Your code here""
In []: # Form a key-value pair and print
wordsPair = words."""Your code here"" "
print "Key-valu pairs: %s"%"""Your code here"""
 In []: # Print the number of elements in the RDD

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!