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.
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
rror: expected class or object definition sc.parallelize(Array(1L,("SFO")),(2L,("ORD")),(3L,("DFW")))) ^ one error ...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
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.