Biology, asked by bhavo8730, 1 year ago

PIG complier compiles its query into a PIG Latin task

Answers

Answered by GRVMehta
1
Pig is a high-level scripting language. The Pig is used withApache Hadoop. Pig helps the developers to write complex data transformations without having knowledge in Java. The Developers familiar with scripting languages and SQL find Pig’s simple SQL-like scripting language very appealing. Pig’s SQL-like scripting language is known as Pig Latin. Pig Storage is the default load function in Pig. Whenever the load data has to be used from a file system into the pig, pig storage comes into the picture. In this scenario, one can also specify how the fields in the record are separated along with the schema and the type of the data
Answered by GlitteringSunshine
73

\huge\tt\green{Answer:-}

Pig enables data workers to write complex data transformations without knowing Java. ... Pig scripts are translated into a series of MapReduce jobs that are run on the Apache Hadoop cluster.

Similar questions