Suppose you are trying to finish a Pig script that converts text in the input string to uppercase. What code is needed on line 2 below? 1 data = LOAD '/user/hue/pig/examples/data/midsummer.txt'... 2

🎲 Try a Random Question  |  Total Questions in Quiz: 56  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Hadoop Quiz — practice the complete quiz, review flashcards, or try a random question.

Hadoop MCQs For LinkedIn Skill Assessments.

Hadoop is a collection of open-source software utilities that provides a software framework for distributed storage and processing of big data using the MapReduce programming model.
 


Suppose you are trying to finish a Pig script that converts text in the input string to uppercase. What code is needed on line 2 below?<br> 1 data = LOAD '/user/hue/pig/examples/data/midsummer.txt'...<br> 2