Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
Big Data with Hadoop
D.Jyothirmai
Rollno:13501A0522
sec:CSE-1
year:2015-16
Introduction
Due to the advent of new technologies, devices, and communication means
like social networking sites, the amount of data produced by mankind is
growing rapidly every year. The amount of data produced by us from the
beginning of time till 2003 was 5 billion gigabytes. If you pile up the data
in the form of disks it may fill an entire football field. The same amount
was created in every two days in 2011, and in every ten minutes in 2013.
This rate is still growing enormously. Though all this information produced
is meaningful and can be useful when processed, it is being neglected.
What is Big data?
Big data means really a big data, it is a collection of large datasets that
cannot be processed using traditional computing techniques. Big data is
not merely a data, rather it has become a complete subject, which
involves various tools, technqiues and frameworks.
What Comes Under Big Data?
 Big data involves the data produced by different devices and applications. Given
below are some of the fields that come under the umbrella of Big Data.
 Black Box Data : It is a component of helicopter, airplanes, and jets, etc. It captures
voices of the flight crew, recordings of microphones and earphones, and the
performance information of the aircraft.
 Social Media Data : Social media such as Facebook and Twitter hold information
and the views posted by millions of people across the globe.
 Stock Exchange Data : The stock exchange data holds information about the ‘buy’
and ‘sell’ decisions made on a share of different companies made by the customers.
 Power Grid Data : The power grid data holds information consumed by a particular
node with respect to a base station.
 Transport Data : Transport data includes model, capacity, distance and availability
of a vehicle.
 Search Engine Data : Search engines retrieve lots of data from different databases.
Big data with hadoop
Data Types
 Structured data : Relational data.
 Semi Structured data : XML data.
 Unstructured data : Word, PDF, Text, Media Logs.
Big Data Technologies
 Big data technologies are important in providing more accurate
analysis, which may lead to more concrete decision-making resulting in
greater operational efficiencies, cost reductions, and reduced risks for
the business.
 To harness the power of big data, you would require an infrastructure
that can manage and process huge volumes of structured and
unstructured data in realtime and can protect data privacy and security.
 There are various technologies in the market from different vendors
including Amazon, IBM, Microsoft, etc., to handle big data. While
looking into the technologies that handle big data, we examine the
following two classes of technology
Class of Technology
Operational Big Data
This include systems like MongoDB that provide operational capabilities
for real-time, interactive workloads where data is primarily captured and
stored.
NoSQL Big Data systems are designed to take advantage of new cloud
computing architectures that have emerged over the past decade to allow
massive computations to be run inexpensively and efficiently. This makes
operational big data workloads much easier to manage, cheaper, and faster
to implement.
Analytical Big Data
This includes systems like Massively Parallel Processing (MPP) database
systems and MapReduce that provide analytical capabilities for
retrospective and complex analysis that may touch most or all of the data.
MapReduce provides a new method of analyzing data that is
complementary to the capabilities provided by SQL, and a system based on
MapReduce that can be scaled up from single servers to thousands of high
and low end machines.
These two classes of technology are complementary and frequently
deployed together.
Big Data Challenges
The major challenges associated with big data are as follows:
Capturing data
Curation
Storage
Searching
Sharing
Transfer
Analysis
Presentation
Traditional Approach
 In this approach, an enterprise will have a computer to store and
process big data. Here data will be stored in an RDBMS like Oracle
Database, MS SQL Server or DB2 and sophisticated softwares can be
written to interact with the database, process the required data and
present it to the users for analysis purpose.
Limitation
This approach works well where we have less volume of data that can be
accommodated by standard database servers, or up to the limit of the
processor which is processing the data. But when it comes to dealing with
huge amounts of data, it is really a tedious task to process such data
through a traditional database server.
Google’s Solution
Google solved this problem
using an algorithm called
MapReduce. This algorithm
divides the task into small
parts and assigns those parts
to many computers connected
over the network, and collects
the results to form the final
result dataset.
Above diagram shows various
commodity hardwares which
could be single CPU
machines or servers with
higher capacity
Hadoop
Doug Cutting, Mike Cafarella and team took the solution provided by
Google and started an Open Source Project called HADOOP in 2005
and Doug named it after his son's toy elephant. Now Apache Hadoop
is a registered trademark of the Apache Software Foundation.
Hadoop runs applications using the MapReduce algorithm, where the
data is processed in parallel on different CPU nodes. In short, Hadoop
framework is capabale enough to develop applications capable of
running on clusters of computers and they could perform complete
statistical analysis for a huge amounts of data.
Big data with hadoop
MapReduce
Hadoop MapReduce is a software framework for easily writing
applications which process big amounts of data in-parallel on large
clusters (thousands of nodes) of commodity hardware in a reliable,
fault-tolerant manner.
The term MapReduce actually refers to the following two different
tasks that Hadoop programs perform:
The Map Task: This is the first task, which takes input data and
converts it into a set of data, where individual elements are broken
down into tuples (key/value pairs).
The Reduce Task: This task takes the output from a map task as input
and combines those data tuples into a smaller set of tuples. The reduce
task is always performed after the map task.
Advantages of Hadoop
 Scalable
 Cost Effective
 Flexible
 Fast
 Resilient to failure
Disadvantages
 Security Concerns
 Vulnerable By Nature
 Not Fit for Small data
 Potential Stability Issues
 General Limitation
Conclusion
 Hadoop has been very effective solution for companies dealing with the
data in perabytes
 It has solved many problems in industry related to huge data
management and distributed system
 As it is open source, so it is adopted by companies widely
References
Hadoop: The Definitive Guide, Third Edition by Tom
White.
http://hadoop.apache.org
 http://www.cloudera.com
http://ambuj4bigdata.blogspot.com
http://ambujworld.wordpress.com
Thank you

More Related Content

Big data with hadoop

  • 1. Big Data with Hadoop D.Jyothirmai Rollno:13501A0522 sec:CSE-1 year:2015-16
  • 2. Introduction Due to the advent of new technologies, devices, and communication means like social networking sites, the amount of data produced by mankind is growing rapidly every year. The amount of data produced by us from the beginning of time till 2003 was 5 billion gigabytes. If you pile up the data in the form of disks it may fill an entire football field. The same amount was created in every two days in 2011, and in every ten minutes in 2013. This rate is still growing enormously. Though all this information produced is meaningful and can be useful when processed, it is being neglected.
  • 3. What is Big data? Big data means really a big data, it is a collection of large datasets that cannot be processed using traditional computing techniques. Big data is not merely a data, rather it has become a complete subject, which involves various tools, technqiues and frameworks.
  • 4. What Comes Under Big Data?  Big data involves the data produced by different devices and applications. Given below are some of the fields that come under the umbrella of Big Data.  Black Box Data : It is a component of helicopter, airplanes, and jets, etc. It captures voices of the flight crew, recordings of microphones and earphones, and the performance information of the aircraft.  Social Media Data : Social media such as Facebook and Twitter hold information and the views posted by millions of people across the globe.  Stock Exchange Data : The stock exchange data holds information about the ‘buy’ and ‘sell’ decisions made on a share of different companies made by the customers.  Power Grid Data : The power grid data holds information consumed by a particular node with respect to a base station.  Transport Data : Transport data includes model, capacity, distance and availability of a vehicle.  Search Engine Data : Search engines retrieve lots of data from different databases.
  • 6. Data Types  Structured data : Relational data.  Semi Structured data : XML data.  Unstructured data : Word, PDF, Text, Media Logs.
  • 7. Big Data Technologies  Big data technologies are important in providing more accurate analysis, which may lead to more concrete decision-making resulting in greater operational efficiencies, cost reductions, and reduced risks for the business.  To harness the power of big data, you would require an infrastructure that can manage and process huge volumes of structured and unstructured data in realtime and can protect data privacy and security.  There are various technologies in the market from different vendors including Amazon, IBM, Microsoft, etc., to handle big data. While looking into the technologies that handle big data, we examine the following two classes of technology
  • 8. Class of Technology Operational Big Data This include systems like MongoDB that provide operational capabilities for real-time, interactive workloads where data is primarily captured and stored. NoSQL Big Data systems are designed to take advantage of new cloud computing architectures that have emerged over the past decade to allow massive computations to be run inexpensively and efficiently. This makes operational big data workloads much easier to manage, cheaper, and faster to implement.
  • 9. Analytical Big Data This includes systems like Massively Parallel Processing (MPP) database systems and MapReduce that provide analytical capabilities for retrospective and complex analysis that may touch most or all of the data. MapReduce provides a new method of analyzing data that is complementary to the capabilities provided by SQL, and a system based on MapReduce that can be scaled up from single servers to thousands of high and low end machines. These two classes of technology are complementary and frequently deployed together.
  • 10. Big Data Challenges The major challenges associated with big data are as follows: Capturing data Curation Storage Searching Sharing Transfer Analysis Presentation
  • 11. Traditional Approach  In this approach, an enterprise will have a computer to store and process big data. Here data will be stored in an RDBMS like Oracle Database, MS SQL Server or DB2 and sophisticated softwares can be written to interact with the database, process the required data and present it to the users for analysis purpose.
  • 12. Limitation This approach works well where we have less volume of data that can be accommodated by standard database servers, or up to the limit of the processor which is processing the data. But when it comes to dealing with huge amounts of data, it is really a tedious task to process such data through a traditional database server.
  • 13. Google’s Solution Google solved this problem using an algorithm called MapReduce. This algorithm divides the task into small parts and assigns those parts to many computers connected over the network, and collects the results to form the final result dataset. Above diagram shows various commodity hardwares which could be single CPU machines or servers with higher capacity
  • 14. Hadoop Doug Cutting, Mike Cafarella and team took the solution provided by Google and started an Open Source Project called HADOOP in 2005 and Doug named it after his son's toy elephant. Now Apache Hadoop is a registered trademark of the Apache Software Foundation. Hadoop runs applications using the MapReduce algorithm, where the data is processed in parallel on different CPU nodes. In short, Hadoop framework is capabale enough to develop applications capable of running on clusters of computers and they could perform complete statistical analysis for a huge amounts of data.
  • 16. MapReduce Hadoop MapReduce is a software framework for easily writing applications which process big amounts of data in-parallel on large clusters (thousands of nodes) of commodity hardware in a reliable, fault-tolerant manner. The term MapReduce actually refers to the following two different tasks that Hadoop programs perform: The Map Task: This is the first task, which takes input data and converts it into a set of data, where individual elements are broken down into tuples (key/value pairs). The Reduce Task: This task takes the output from a map task as input and combines those data tuples into a smaller set of tuples. The reduce task is always performed after the map task.
  • 17. Advantages of Hadoop  Scalable  Cost Effective  Flexible  Fast  Resilient to failure
  • 18. Disadvantages  Security Concerns  Vulnerable By Nature  Not Fit for Small data  Potential Stability Issues  General Limitation
  • 19. Conclusion  Hadoop has been very effective solution for companies dealing with the data in perabytes  It has solved many problems in industry related to huge data management and distributed system  As it is open source, so it is adopted by companies widely
  • 20. References Hadoop: The Definitive Guide, Third Edition by Tom White. http://hadoop.apache.org  http://www.cloudera.com http://ambuj4bigdata.blogspot.com http://ambujworld.wordpress.com