94807/2-what-will-be-printed-when-the-below-code-is-executed
Hi, @Ritu,
List(5,100,10) is printed.
The take method returns the first n elements in an RDD.
Option b) .List(0,3,5) The takeOrdered method returns the smallest n elements in a ...READ MORE
what is the benefit of repartition(1) and ...READ MORE
Hi@ritu, The most appropriate step according to me ...READ MORE
Option d) Run time error. READ MORE
What does the below code print? val AgeDs ...READ MORE
After executing your code, there is an ...READ MORE
Option c) Run time error - A READ MORE
What is the output of the following ...READ MORE
Option a) List(5,100,10) The take method returns the first n elements in an ...READ MORE
Option D) runtime error READ MORE
OR
Already have an account? Sign in.