Apache Pig Tutorial
Apache Pig Introduction
Apache Pig Environment
Pig Latin
Load & Store Operators
Diagnostic Operators
Grouping & Joining
Combining & Splitting
Filtering
Sorting
Pig Latin Built-In Functions
Other Modes Of Execution
Apache Pig Useful Resources
Selected Reading
Apache Pig Introduction
Apache Pig Environment
Pig Latin
Load & Store Operators
Diagnostic Operators
- Apache Pig - Illustrate Operator
- Apache Pig - Explain Operator
- Apache Pig - Describe Operator
- Apache Pig - Diagnostic Operator
Grouping & Joining
- Apache Pig - Cross Operator
- Apache Pig - Join Operator
- Apache Pig - Cogroup Operator
- Apache Pig - Group Operator
Combining & Splitting
Filtering
Sorting
Pig Latin Built-In Functions
- Apache Pig - Math Functions
- Apache Pig - date-time Functions
- Apache Pig - String Functions
- Apache Pig - Bag & Tuple Functions
- Load & Store Functions
- Apache Pig - Eval Functions
Other Modes Of Execution
Apache Pig Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Load & Store Functions
Apache Pig - Load & Store Functions
The Load and Store functions in Apache Pig are used to determine how the data goes ad comes out of Pig. These functions are used with the load and store operators. Given below is the pst of load and store functions available in Pig.
S.N. | Function & Description |
---|---|
1 | To load and store structured files. |
2 | To load unstructured data into Pig. |
3 | To load and store data into Pig using machine readable format. |
4 | In Pig Latin, we can load and store compressed data. |