Which of the following is TRUE about the below coding statement?
JavaRDD<String> lines = sc.textFile("data.txt");

The dataset is loaded in memory with lines as the pointer to the file

The dataset is not loaded in memory with lines as the pointer to the file

The dataset is loaded in memory but lines is not the pointer to the file

The dataset is loaded in disk with lines as the pointer to the file

Verified Answer
Correct Option - b

To get all Infosys Certified Spark Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram