Skip to main content

Big Data, Hadoop and Spark Training


HadoopSphere provides Apache Hadoop training that software engineers, developers and analysts need to understand and implement Big Data technology and tools.

We conduct following two types of classes:
(1) Online Virtual class.
(Live Virtual class led by instructor with hands-on exercise by participants. Participants from any part of the world can enroll now.)
(2) On-premise class.
(Corporate or specific organization training based on request)
Open house classroom class will not be conducted and we encourage learners to enroll in online virtual classes.


Big Data and Apache Hadoop Course (CHD09):

With HadoopSphere, you can start Apache Hadoop learning in a 4-day hands-on training course. This course teaches students how to develop applications and analyze Big Data stored in Hadoop Distributed file system using custom MapReduce progams and tools like Pig and Hive. Students will perform hands-on sessions on multiple use cases from real life. Other topics covered include data ingestion using Sqoop and Flume, and using NoSQL database HBase.

Key Features:

- 6 Day virtual Class room Training- Comprehensive Course content
- Real Life project use case- Extensive Hands-On sessions
- Expert Trainer- Practice Tests included

CHD09 Course Curriculum:

Lesson 01 - Introduction to Big Data and Hadoop
Lesson 02 - Hadoop Architecture
Lesson 03 - Hadoop Deployment
Lesson 04 - HDFS
Lesson 05 - Introduction to MapReduce
Lesson 06 - Advanced HDFS and Map Reduce
Lesson 07 - Pig
Lesson 08 - Hive
Lesson 09 - Sqoop, Flume
Lesson 10 - HBase
Lesson 11 - Zookeeper
Lesson 12 - Ecosystem and its Components

Apache Spark - Developer Course (CSP01):

With HadoopSphere, you can start Apache Spark learning in a 2-day hands-on training course. This course teaches students how to develop real time and interactive applications using Scala and Java leveraging Apache Spark. Participants will perform hands-on sessions on Spark installed on Hadoop YARN enabled infrastructure. Further they will understand concepts and perform exercise on Spark Streaming, Spark SQL, Spark MLlib (machine learning) and GraphX (graph processing). 


Key Features:

- 4 Day virtual Class room Training- Comprehensive Course content
- Covers all key topics in Spark- Extensive Hands-On sessions
- Expert Trainer- Practice Tests included

CSP01 Course Curriculum:

Lesson 01 - Introduction to Big Data 
Lesson 02 - The need for Apache Spark
Lesson 03 - Job execution in Spark
Lesson 04 - Programming in Spark
Lesson 05 - Spark Streaming
Lesson 06 - Spark SQL
Lesson 07 - MLlib
Lesson 08 - GraphX
Lesson 09 - Hadoop integration

Customers:

Our expert faculty has trained professionals from over 300 organizations including but not limited to:
- Amdocs
- Aon Hewitt
- Bain & Company
- Cognizant
- CSC
- Ericsson
- Fidelity
- HCL
- IBM
- Oracle
- Samsung
- Tata Consultancy Services
- Time Warner
- Wipro
Average Rating: 4.6 out of 5

Contact for further details:

Send us an e-mail at scale@hadoopsphere.com or contact us using this link.




Comments

Popular articles

5 online tools in data visualization playground

While building up an analytics dashboard, one of the major decision points is regarding the type of charts and graphs that would provide better insight into the data. To avoid a lot of re-work later, it makes sense to try the various chart options during the requirement and design phase. It is probably a well known myth that existing tool options in any product can serve all the user requirements with just minor configuration changes. We all know and realize that code needs to be written to serve each customer’s individual needs. To that effect, here are 5 tools that could empower your technical and business teams to decide on visualization options during the requirement phase. Listed below are online tools for you to add data and use as playground. 1)      Many Eyes : Many Eyes is a data visualization experiment by IBM Research and the IBM Cognos software group. This tool provides option to upload data sets and create visualizations includi...

Data deduplication tactics with HDFS and MapReduce

As the amount of data continues to grow exponentially, there has been increased focus on stored data reduction methods. Data compression, single instance store and data deduplication are among the common techniques employed for stored data reduction. Deduplication often refers to elimination of redundant subfiles (also known as chunks, blocks, or extents). Unlike compression, data is not changed and eliminates storage capacity for identical data. Data deduplication offers significant advantage in terms of reduction in storage, network bandwidth and promises increased scalability. From a simplistic use case perspective, we can see application in removing duplicates in Call Detail Record (CDR) for a Telecom carrier. Similarly, we may apply the technique to optimize on network traffic carrying the same data packets. Some of the common methods for data deduplication in storage architecture include hashing, binary comparison and delta differencing. In this post, we focus o...

In-memory data model with Apache Gora

Open source in-memory data model and persistence for big data framework Apache Gora™ version 0.3, was released in May 2013. The 0.3 release offers significant improvements and changes to a number of modules including a number of bug fixes. However, what may be of significant interest to the DynamoDB community will be the addition of a gora-dynamodb datastore for mapping and persisting objects to Amazon's DynamoDB . Additionally the release includes various improvements to the gora-core and gora-cassandra modules as well as a new Web Services API implementation which enables users to extend Gora to any cloud storage platform of their choice. This 2-part post provides commentary on all of the above and a whole lot more, expanding to cover where Gora fits in within the NoSQL and Big Data space, the development challenges and features which have been baked into Gora 0.3 and finally what we have on the road map for the 0.4 development drive. Introducing Apache Gora Although ...