Dette kurset har ingen planlagt dato. Ring 815 48 231 for informasjon om bedriftsinternt kurs.
Oversikt
| Kurskode | DW652NO | Leveringsform | Classroom
(Hands-on labs) |
|---|---|---|---|
| Varighet | 2.0 dager | Kurstype | |
| Listepris | Set by Partner |
This is the Classroom version of Instructor-led Online course BigInsights Analytics for Programmers (ILO) (3W652NO)
This course is designed to aid programmers who are working with IBM InfoSphere BigInsights. Writing programs that extract data from unstructured text can be a daunting task. The student will learn how to create annotators through the use of IBM's Annotated Query Language (AQL). Analyzing data using Apache Hadoop requires that map / reduce programs be written. The student will learn how to use Jaql to create high level programs that are decomposed into Hadoop map / reduce programs. People familiar with the Hadoop technology are aware of other open source products that are used in this environment. This course will give the student an overview of Apache Pig, ZooKeeper, and Map / Reduce.
This course does not cover InfoSphere BigSheets. InfoSphere BigSheets is covered in - IBM InfoSphere BigInsights Analytics for Business Analysis (DW640NO).
View this course in other countries
Roadmaps:
Forkunnskaper
You should have:
- InfoSphere BigInsights Essentials or equivalent knowledge
- A programming background would be advantageous especially knowledge of SQL
Mål
- Describe the AQL data model
- Use AQL to create annotators
- List the different extractors used to create AQL views
- Describe how Jaql is used in a BigInsights environment
- List the semantics of the Jaql language
- Explain how to use SQL in Jaql
- List the Jaql core operators
- Describe how Apache Pig can be used in a BigInsights environment
- Describe the semantics of Pig Latin
- Explain how ZooKeeper can be used to manage barriers or queues
- Describe the basics of Map / Reduce programming
- Compare HBase to a Relational Database Management System
Nøkkelemner
- An Introduction to Programming for BigInsights
- Annotation Query Language
- Jaql
- An Introduction to Apache Pig
Agenda:
Day 1
- Unit 1 - Introduction to Programming for BigInsights
- Unit 2 - Annotation Query Language
- Exercise 1 - Create Views using Regular Expressions, Dictionaries, and Splits
- Unit 2 - Annotation Query Language (cont.)
- Exercise 2 - Create Views using Part of Speech, Blocks, and Patterns
- Unit 2 - Annotation Query Language (cont.)
- Exercise 2 - Create Views using Select Statements and Tables
- Unit 2 - Annotation Query Language (cont.)
- Exercise 4 - Develop and AQL Extraction Application
Day 2
- Exercise 4 - Develop and AQL Extraction Application (continued)
- Unit 3 - Jaql
- Exercise 5 - Using Jaql
- Unit 4 - An Introduction to Apache Pig