Explain pigstorage function?



Explain pigstorage function?..

Answer / Bharat Babu Agrawal

"pigstorage" is a built-in storage function in Apache Pig that allows you to store data directly from Pig scripts into various file systems such as HDFS, local filesystem, or S3. It's useful for persisting the results of your data analysis.nnExample usage:n`STORED output INTO '<output_path>' USING pigstorage();`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Pig Interview Questions

What are the use cases of Apache Pig?

1 Answers  


What are the advantages of pig language?

1 Answers  


What is UDF in Pig?

1 Answers  


What is the primary purpose of the pig in the hadoop architecture?

1 Answers  


Explain count_star?

1 Answers  


What is a bag in Pig Latin?

1 Answers  


What is a tuple in pig?

1 Answers  


What is the use of foreach operation in Pig scripts?

1 Answers  


What is hadoop pig?

1 Answers  


Does Pig support multi-line commands?

1 Answers  


What is the use of illustrate in pig?

1 Answers  


What are the Data types in Pig?

1 Answers  


Categories