0% found this document useful (0 votes)
280 views

Developer Training For Apache Hadoop and Hbase

The document outlines a 7-day training course on Apache Hadoop and HBase. The training covers fundamental Hadoop concepts like MapReduce and the Hadoop Distributed Filesystem. It teaches how to configure Hadoop and run basic MapReduce jobs. Later sessions delve deeper into tuning Hadoop performance and algorithms. The final days are dedicated to NoSQL database HBase, exploring its architecture and APIs for managing large datasets. Hands-on exercises reinforce lessons on using Hadoop and HBase in real-world applications.

Uploaded by

Avl Subbarao
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
280 views

Developer Training For Apache Hadoop and Hbase

The document outlines a 7-day training course on Apache Hadoop and HBase. The training covers fundamental Hadoop concepts like MapReduce and the Hadoop Distributed Filesystem. It teaches how to configure Hadoop and run basic MapReduce jobs. Later sessions delve deeper into tuning Hadoop performance and algorithms. The final days are dedicated to NoSQL database HBase, exploring its architecture and APIs for managing large datasets. Hands-on exercises reinforce lessons on using Hadoop and HBase in real-world applications.

Uploaded by

Avl Subbarao
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Developer Training for Apache Hadoop and HBase

1. Need for Hadoop DAY 1 (3Hrs) Introduction to Big Data Problem with existing traditional system Requirements for new approach Comparing SQL databases and NOSQL(Hadoop) 2. Hadoop Basic Concepts DAY 2(3Hrs)

An Overview of Hadoop Configuring a Hadoop in Ubuntu OS First example in Hadoop 3. MapReduce DAY3 (3Hrs)

What is MapReduce? Data flow in MapReduce Map operation Reduce operation Real-world "MapReduce" problems Execution strategies for MapReduce 4. The Hadoop Distributed Filesystem DAY4 (3Hrs)

Namenodes Datanodes The Command-Line Interface Reading and writing data using Java Hadoop Archives 5. Delving Deeper Into the Hadoop API DAY5 (3Hrs)

Using Combiners Reducing Intermediate Data with Combiners Writing Partitioners for Better Load Balancing Directly Accessing HDFS Hands-On Exercise 6. Common MapReduce Algorithms DAY6(3Hrs)

Sorting Searching Indexing 7. Hadoop Optimizations 8. Hadoop Best Practices 9. Introduction to HBase DAY 6(3Hrs) DAY 6(2Hrs) DAY 7(4Hrs)

What is HBase? HBase Architecture HBase API Managing large data sets with HBase Using HBase in Hadoop applications 10. Event Log Analysis DAY 7(3Hrs)

You might also like