adspace
Answer Posted / 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 View All Answers