
In this video we'll take a look on overview of Big Data.
In this video we'll discuss about the Big Data framework.
In this video we'll discuss about Hadoop Distributed File System.
In this video we'll discuss about Hadoop MapReduce.
This is the introductory lecture for Apache PIG.
Apache Pig processes big data batch workloads and handles structured, semi-structured, and unstructured data, powered by open-source collaboration and a strong developer community for data manipulation.
Leverage Pig Latin on Hadoop to process petabytes of weblogs and logs, enabling rapid analytics of traffic patterns and product trends, with secure access and customizable piggeries.
Identify where to avoid Apache Pig for big data processing of unstructured data, such as audio and raw text. Highlight how unstructured formats slow processing and prompt code optimization.
The Pig architecture features a parser, optimizer, compiler, and execution engine that convert scripts into MapReduce jobs and run on Hadoop, guided by a dag of statements and operators.
Explore the Pig data model's scalar datatypes and how loaded data gets a schema, including int, long, float, double, string, char, and byte, then load, describe, and dump a relation.
Explore arithmetic operators in Apache Pig, including addition, subtraction, multiplication, division, and remainder, with practical examples using load data, a relation, and the dump command.
Explore relational operators in Apache Pig, including loading, storing, joining, filtering, and combining and splitting data. Learn how these operators transform data.
Learn how to perform pig streaming with Python to cube integers from a dataset by reading from standard input, streaming through a Python script, and dumping the results.
Explore the union and split operators in Apache Pig. Learn how union merges two relations, while split partitions a relation into several outputs.
Learn eval functions in pig latin: the average function ignores nulls and computes gpa after grouping by name; also explore count, count star, diff, and concatenation with going got.
Explore load and store functions in Pig, including bin storage, JSON loader, JSON store, and big storage, to read and write data with schema in binary, JSON, and text formats.
Learn to convert multiple fields into a tuple and place them in a bag using the to bag function, with foreach-based transformations and dump inspections.
Learn how to handle file compression in Pig by loading compressed input datasets, processing on the fly, and producing compressed output using proper extensions.
Test pig scripts locally with the big unit testing framework, enabling unit, regression testing, and rapid prototyping. Group by student id, compute maximum scores, and verify outputs against expected result.
Pig is a high-level platform for creating MapReduce programs used with Hadoop. The language for this platform is called Pig Latin. In this course we will go through the PIG data flow platform and the language used by PIG tool. The concepts which are covered in this course are:
Writing complex MapReduce transformations using a simple scripting language.
Basics of Big Data, Hadoop and MapReduce Framework.
PIG Data Model and Different type of operators to operate on datasets.
Built-in Functions as well as User Defined Functions for performing a specific task.
Running PIG Script, Unit Testing and Compression.
Many more advance topics such as Embedding PIG in Java, PIG Macros etc.
All the books and PDFs are included, allowing you to follow along with the author throughout the modules in this course.