SlideShare una empresa de Scribd logo
1 de 18
BY
B.REVATHI REDDY
(19/11/2016)
BIG DATA
What is Big Data?
Big data refers to huge amount of digital information collected from multiple
and different sources.
Big Data is one of those things that is completely transforming the way we
are doing the everyday things which leaves a digital trace which can be
used and analyzed. Big Data refers to our ability to make use of the ever
increasing volumes of data .An aim to solve new problems or old problems
in a better way.
Data generated by us :
Mobile Devices
Conversation data
Photo and video Image data
Social Networks data
Satellites
The Internet Of Things data
Big Data are characterized by 3v’s:
Volume – Data Quantity
Velocity - Data Speed
Variety – Types of data
Storing Big Data
Analyzing data characteristics
Selecting data sources for analysis
Eliminating redundant data
Processing Big Data
Mapping data to programming frame work
Connecting and extracting data from storage
Transforming data for processing
Subdividing data for Hadoop MapReduce
Creating the components of Hadoop MapReduce jobs
Executing Hadoop MapReduce Jobs
Monitoring the progress of the job flows
The Structure of Big Data
Structured – Traditional data sources , the data stored in
fields in a database
Semi-structured – a form of structured data that doesn’t
conform with the formal structure of the data models of relat
ional databases and also has tags or other markers to sepa
rate semantic elements within the data
Unstructured – video data , audio data , the data that do
esn’t reside in a traditional row-column database .
How is Big Data actually used?
Some examples…
Better understand and target customers
Understand and optimize business processes
Improving health
Improving security
Improving sports performance
Improving and optimizing cities and countries
There are endless applications of Big Data. Any business t
hat doesn’t seriously consider the implications of big data
runs in the risk of being left behind!
Infrastructure of Big Data
To handle different dimensions of big data in terms of volume , ve
locity, variety an effective and efficient design has to used proces
s large amount of data arriving at high speed from different sourc
es .Multiple faces are present here
Multi-source Big data generation
Big data Storage
Big data Processing
Cloud Computing and Big Data
Big Data needs massive amounts of memory or storage space fo
r all the data to be stored in .This is where Cloud Computing com
es into the picture which is cost saving ,scalable , provides variet
y of services like - huge processing power, high storage capabilit
y.
Survey paper on Big Data(IEEE)
Ms.Vibhavari Chavan, Prof.Rajesh.N.Phursule(IJCSIT paper)
Big Data usually includes data set with sizes beyond the ability of
commonly used software tools to capture, manage and process dat
a within a tolerable elapsed time .
 Size of big data is constantly a moving target.
 Big Data is a set of techniques and technologies that require new
form of integration to uncover large hidden values from large data s
ets.
 Big data environment is used to organize and analyze various typ
es of data.
Map Reduce framework generates a lot of intermediate data.
Hadoop
Hadoop is open source framework
Hadoop framework is written in java
Response time varies depending on the complexity of the process
Massive scalability is the key advantage
Currently used for index web searches , email spam detection, pred
iction in financial services etc.
By storing data hadoop consists of 2components:
HDFS , Map Reduce
HDFS
HDFS is the file system component of Hadoop framework designed a
nd optimized to store large amounts of data on low cost hardware. Arch
itecture of HDFS has :
Name Node - kind of master node having the information abo
ut metadata. All data node address, free space, active passive type dat
a node, stored data, job tracker.
Data Node – Data node is a type of slave node in the hadoop,
which is used to save the data and there is task tracker in data node w
hich is use to track on the ongoing job on the data node and the jobs w
hich coming from name node.
MapReduce Framework
Two input files:
file1: “hello world hello moon”
file2: “goodbye world goodnight moon”
Three operations:
Map
Combine
Reduce
Map
First map: Second map:
< hello, 1 > < goodbye, 1 >
< world, 1 > < world, 1 >
< hello, 1 > < goodnight, 1 >
< moon, 1 > < moon, 1 >
COMBINE
First map: Second map:
< moon, 1 > < goodbye, 1 >
< world, 1 > < world, 1 >
< hello, 2 > < goodnight, 1 >
< moon, 1 >
REDUCE
< goodbye, 1 >
< goodnight, 1 >
< moon, 2 >
< world, 2 >
< hello, 2 >
PIG
Initially developed by Yahoo! Is a programming language used to handle any k
ind of data.
 Pig had two components:
first being the language itself called “PigLatin”
second is the runtime environment where the PigLatin programs are
executed .
Look at the programming language itself so that easier than having to write
mapper and reducer programs:
• The first step in this language is to LOAD the data to be manipulate
d into HDFS
• Then run the data through a set of TRANSFORMations (in turn conve
rted into mapper and reducer tasks )
• DUMP the data to the screen or STORE the results elsewhere.
HIVE
Initially developed by Facebook now Apache HIVE is a data warehouse infrast
ructure built on top of hadoop for query, data summarization and analysis.
Supports analysis of datasets stored in Hadoop’s HDFS and other compatible
file systems
Different storage types – plain text, HBase and other
Metadata storage in RDBMS ,reduces time for semantic checks
Operating on compressed data stored in Hadoop
Built-in User-defined Functions(UDF’s)
SQL like queries “HiveQL” that are implicitly converted into MapReduce jobs
It provides indexes including bit map indexes to fasten the queries.
HBase
HBase is a column-oriented Database where as HDFS is file system
HBase has a table format with rows and columns and each table sho
uld have a Primary Key defined in it that is used for all accesses in this
HBase table. Allows many attributes to be grouped into Column familie
s .
Table schema should be predefined along with the column families ,b
ut is flexible enough to add new columns to the families at any time ,ma
king the schema flexible .
Just as HDFS’s NameNode and slave nodes MapReduce also has Jo
bTracker and TaskTracker slave nodes .
Availability of NameNode in this case is also a concern jus as in HDF
S , and is also sensitive to loss of information of the master node
Conclusion
Hadoop MapReduce is an open source framework used for data-sensiti
ve ,reliable, fault tolerant, scalable data, has many implementation opti
ons and allows rewriting algorithms into MapReduce.
The framework breaks up large data into smaller chunks and handles it
.
We can present the design and evaluation of a data aware cache fram
ework that requires minimum change to the original MapReduce progra
mming model for provisioning incremental processing for Big data appli
cations using the MapReduce model.
References
www.quoble.com
www.insidebigdata.com
www.ibmbigdatahub.com
www.data-magnum.com
Survey paper on Big Data and Hadoop by Varsha B.Bobade ,IRJET volume-3
Survey paper on Big Data by Ms.Vibhavari Chavan ,Prof.Rajesh N.Phursule,IJCS
IT,vol.5

Más contenido relacionado

La actualidad más candente

La actualidad más candente (19)

HADOOP TECHNOLOGY ppt
HADOOP  TECHNOLOGY pptHADOOP  TECHNOLOGY ppt
HADOOP TECHNOLOGY ppt
 
Harnessing Hadoop: Understanding the Big Data Processing Options for Optimizi...
Harnessing Hadoop: Understanding the Big Data Processing Options for Optimizi...Harnessing Hadoop: Understanding the Big Data Processing Options for Optimizi...
Harnessing Hadoop: Understanding the Big Data Processing Options for Optimizi...
 
hadoop
hadoophadoop
hadoop
 
Big data Presentation
Big data PresentationBig data Presentation
Big data Presentation
 
IJARCCE_49
IJARCCE_49IJARCCE_49
IJARCCE_49
 
Hadoop Presentation - PPT
Hadoop Presentation - PPTHadoop Presentation - PPT
Hadoop Presentation - PPT
 
Big Data and Hadoop
Big Data and HadoopBig Data and Hadoop
Big Data and Hadoop
 
Apache hadoop introduction and architecture
Apache hadoop  introduction and architectureApache hadoop  introduction and architecture
Apache hadoop introduction and architecture
 
Hadoop Seminar Report
Hadoop Seminar ReportHadoop Seminar Report
Hadoop Seminar Report
 
Seminar Report Vaibhav
Seminar Report VaibhavSeminar Report Vaibhav
Seminar Report Vaibhav
 
Big Data & Hadoop
Big Data & HadoopBig Data & Hadoop
Big Data & Hadoop
 
Hadoop
HadoopHadoop
Hadoop
 
Apache Hadoop - Big Data Engineering
Apache Hadoop - Big Data EngineeringApache Hadoop - Big Data Engineering
Apache Hadoop - Big Data Engineering
 
Big data
Big dataBig data
Big data
 
Big data & hadoop
Big data & hadoopBig data & hadoop
Big data & hadoop
 
Seminar_Report_hadoop
Seminar_Report_hadoopSeminar_Report_hadoop
Seminar_Report_hadoop
 
Hadoop
HadoopHadoop
Hadoop
 
Hadoop info
Hadoop infoHadoop info
Hadoop info
 
Bigdata and hadoop
Bigdata and hadoopBigdata and hadoop
Bigdata and hadoop
 

Destacado

Mapa educacional
Mapa educacionalMapa educacional
Mapa educacional
mauriliojr
 
Stc5 trabalho torrent grupo-6
Stc5  trabalho torrent grupo-6Stc5  trabalho torrent grupo-6
Stc5 trabalho torrent grupo-6
Ricardo Malheiros
 
Assignment 35 final
Assignment 35 final Assignment 35 final
Assignment 35 final
benchaisty
 
Pixelis manifeste RSE 2012
Pixelis manifeste RSE 2012Pixelis manifeste RSE 2012
Pixelis manifeste RSE 2012
Pixelis
 

Destacado (20)

Mapa educacional
Mapa educacionalMapa educacional
Mapa educacional
 
Stc5 trabalho torrent grupo-6
Stc5  trabalho torrent grupo-6Stc5  trabalho torrent grupo-6
Stc5 trabalho torrent grupo-6
 
Emily Munford - Digital Reputation Management
Emily Munford - Digital Reputation ManagementEmily Munford - Digital Reputation Management
Emily Munford - Digital Reputation Management
 
Multiplicacion acortada
Multiplicacion acortadaMultiplicacion acortada
Multiplicacion acortada
 
Como introduzir o scrum na sua organização
Como introduzir o scrum na sua organizaçãoComo introduzir o scrum na sua organização
Como introduzir o scrum na sua organização
 
Tutorial openshot
Tutorial openshotTutorial openshot
Tutorial openshot
 
Collaborating across borders: OER use and open educational practices within t...
Collaborating across borders: OER use and open educational practices within t...Collaborating across borders: OER use and open educational practices within t...
Collaborating across borders: OER use and open educational practices within t...
 
Los valores
Los valoresLos valores
Los valores
 
Carta escrita en 2070
Carta escrita en 2070Carta escrita en 2070
Carta escrita en 2070
 
Open Education 101 (OE Global 2015 Pre-conference workshop)
Open Education 101 (OE Global 2015 Pre-conference workshop)Open Education 101 (OE Global 2015 Pre-conference workshop)
Open Education 101 (OE Global 2015 Pre-conference workshop)
 
Volunteer Consultants for Women's Building in San Francisco
Volunteer Consultants for Women's Building in San FranciscoVolunteer Consultants for Women's Building in San Francisco
Volunteer Consultants for Women's Building in San Francisco
 
6th biosimilars congregation 2015
6th biosimilars congregation 20156th biosimilars congregation 2015
6th biosimilars congregation 2015
 
Libraries to Go: Mobile Tech in Libraries
Libraries to Go: Mobile Tech in LibrariesLibraries to Go: Mobile Tech in Libraries
Libraries to Go: Mobile Tech in Libraries
 
Assignment 35 final
Assignment 35 final Assignment 35 final
Assignment 35 final
 
Calidad de salud en Colombia spf
Calidad de salud en Colombia spfCalidad de salud en Colombia spf
Calidad de salud en Colombia spf
 
Turismo gastronomico
Turismo gastronomicoTurismo gastronomico
Turismo gastronomico
 
Donde Dios me quiera
Donde Dios me quieraDonde Dios me quiera
Donde Dios me quiera
 
proyecto
proyectoproyecto
proyecto
 
Pixelis manifeste RSE 2012
Pixelis manifeste RSE 2012Pixelis manifeste RSE 2012
Pixelis manifeste RSE 2012
 
Information Quality Criteria Analysis in Query Reformulation in Distributed D...
Information Quality Criteria Analysis in Query Reformulation in Distributed D...Information Quality Criteria Analysis in Query Reformulation in Distributed D...
Information Quality Criteria Analysis in Query Reformulation in Distributed D...
 

Similar a Big data

Similar a Big data (20)

Big Data Analysis and Its Scheduling Policy – Hadoop
Big Data Analysis and Its Scheduling Policy – HadoopBig Data Analysis and Its Scheduling Policy – Hadoop
Big Data Analysis and Its Scheduling Policy – Hadoop
 
G017143640
G017143640G017143640
G017143640
 
Hadoop and Big Data Analytics | Sysfore
Hadoop and Big Data Analytics | SysforeHadoop and Big Data Analytics | Sysfore
Hadoop and Big Data Analytics | Sysfore
 
paper
paperpaper
paper
 
hadoop
hadoophadoop
hadoop
 
Big data Hadoop presentation
Big data  Hadoop  presentation Big data  Hadoop  presentation
Big data Hadoop presentation
 
Hadoop
HadoopHadoop
Hadoop
 
Hadoop and BigData - July 2016
Hadoop and BigData - July 2016Hadoop and BigData - July 2016
Hadoop and BigData - July 2016
 
Introduction to Apache Hadoop Eco-System
Introduction to Apache Hadoop Eco-SystemIntroduction to Apache Hadoop Eco-System
Introduction to Apache Hadoop Eco-System
 
Big Data
Big DataBig Data
Big Data
 
Hadoop
HadoopHadoop
Hadoop
 
Managing Big data with Hadoop
Managing Big data with HadoopManaging Big data with Hadoop
Managing Big data with Hadoop
 
project report on hadoop
project report on hadoopproject report on hadoop
project report on hadoop
 
Hadoop a Natural Choice for Data Intensive Log Processing
Hadoop a Natural Choice for Data Intensive Log ProcessingHadoop a Natural Choice for Data Intensive Log Processing
Hadoop a Natural Choice for Data Intensive Log Processing
 
Big Data and Hadoop
Big Data and HadoopBig Data and Hadoop
Big Data and Hadoop
 
BIGDATA MODULE 3.pdf
BIGDATA MODULE 3.pdfBIGDATA MODULE 3.pdf
BIGDATA MODULE 3.pdf
 
Hadoop and its role in Facebook: An Overview
Hadoop and its role in Facebook: An OverviewHadoop and its role in Facebook: An Overview
Hadoop and its role in Facebook: An Overview
 
Hadoop basics
Hadoop basicsHadoop basics
Hadoop basics
 
Learn About Big Data and Hadoop The Most Significant Resource
Learn About Big Data and Hadoop The Most Significant ResourceLearn About Big Data and Hadoop The Most Significant Resource
Learn About Big Data and Hadoop The Most Significant Resource
 
Hadoop
HadoopHadoop
Hadoop
 

Último

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Último (20)

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

Big data

  • 2. What is Big Data? Big data refers to huge amount of digital information collected from multiple and different sources. Big Data is one of those things that is completely transforming the way we are doing the everyday things which leaves a digital trace which can be used and analyzed. Big Data refers to our ability to make use of the ever increasing volumes of data .An aim to solve new problems or old problems in a better way.
  • 3. Data generated by us : Mobile Devices Conversation data Photo and video Image data Social Networks data Satellites The Internet Of Things data
  • 4. Big Data are characterized by 3v’s: Volume – Data Quantity Velocity - Data Speed Variety – Types of data Storing Big Data Analyzing data characteristics Selecting data sources for analysis Eliminating redundant data
  • 5. Processing Big Data Mapping data to programming frame work Connecting and extracting data from storage Transforming data for processing Subdividing data for Hadoop MapReduce Creating the components of Hadoop MapReduce jobs Executing Hadoop MapReduce Jobs Monitoring the progress of the job flows
  • 6. The Structure of Big Data Structured – Traditional data sources , the data stored in fields in a database Semi-structured – a form of structured data that doesn’t conform with the formal structure of the data models of relat ional databases and also has tags or other markers to sepa rate semantic elements within the data Unstructured – video data , audio data , the data that do esn’t reside in a traditional row-column database .
  • 7. How is Big Data actually used? Some examples… Better understand and target customers Understand and optimize business processes Improving health Improving security Improving sports performance Improving and optimizing cities and countries There are endless applications of Big Data. Any business t hat doesn’t seriously consider the implications of big data runs in the risk of being left behind!
  • 8. Infrastructure of Big Data To handle different dimensions of big data in terms of volume , ve locity, variety an effective and efficient design has to used proces s large amount of data arriving at high speed from different sourc es .Multiple faces are present here Multi-source Big data generation Big data Storage Big data Processing Cloud Computing and Big Data Big Data needs massive amounts of memory or storage space fo r all the data to be stored in .This is where Cloud Computing com es into the picture which is cost saving ,scalable , provides variet y of services like - huge processing power, high storage capabilit y.
  • 9. Survey paper on Big Data(IEEE) Ms.Vibhavari Chavan, Prof.Rajesh.N.Phursule(IJCSIT paper) Big Data usually includes data set with sizes beyond the ability of commonly used software tools to capture, manage and process dat a within a tolerable elapsed time .  Size of big data is constantly a moving target.  Big Data is a set of techniques and technologies that require new form of integration to uncover large hidden values from large data s ets.  Big data environment is used to organize and analyze various typ es of data. Map Reduce framework generates a lot of intermediate data.
  • 10. Hadoop Hadoop is open source framework Hadoop framework is written in java Response time varies depending on the complexity of the process Massive scalability is the key advantage Currently used for index web searches , email spam detection, pred iction in financial services etc. By storing data hadoop consists of 2components: HDFS , Map Reduce
  • 11. HDFS HDFS is the file system component of Hadoop framework designed a nd optimized to store large amounts of data on low cost hardware. Arch itecture of HDFS has : Name Node - kind of master node having the information abo ut metadata. All data node address, free space, active passive type dat a node, stored data, job tracker. Data Node – Data node is a type of slave node in the hadoop, which is used to save the data and there is task tracker in data node w hich is use to track on the ongoing job on the data node and the jobs w hich coming from name node.
  • 12. MapReduce Framework Two input files: file1: “hello world hello moon” file2: “goodbye world goodnight moon” Three operations: Map Combine Reduce Map First map: Second map: < hello, 1 > < goodbye, 1 > < world, 1 > < world, 1 > < hello, 1 > < goodnight, 1 > < moon, 1 > < moon, 1 > COMBINE First map: Second map: < moon, 1 > < goodbye, 1 > < world, 1 > < world, 1 > < hello, 2 > < goodnight, 1 > < moon, 1 > REDUCE < goodbye, 1 > < goodnight, 1 > < moon, 2 > < world, 2 > < hello, 2 >
  • 13.
  • 14. PIG Initially developed by Yahoo! Is a programming language used to handle any k ind of data.  Pig had two components: first being the language itself called “PigLatin” second is the runtime environment where the PigLatin programs are executed . Look at the programming language itself so that easier than having to write mapper and reducer programs: • The first step in this language is to LOAD the data to be manipulate d into HDFS • Then run the data through a set of TRANSFORMations (in turn conve rted into mapper and reducer tasks ) • DUMP the data to the screen or STORE the results elsewhere.
  • 15. HIVE Initially developed by Facebook now Apache HIVE is a data warehouse infrast ructure built on top of hadoop for query, data summarization and analysis. Supports analysis of datasets stored in Hadoop’s HDFS and other compatible file systems Different storage types – plain text, HBase and other Metadata storage in RDBMS ,reduces time for semantic checks Operating on compressed data stored in Hadoop Built-in User-defined Functions(UDF’s) SQL like queries “HiveQL” that are implicitly converted into MapReduce jobs It provides indexes including bit map indexes to fasten the queries.
  • 16. HBase HBase is a column-oriented Database where as HDFS is file system HBase has a table format with rows and columns and each table sho uld have a Primary Key defined in it that is used for all accesses in this HBase table. Allows many attributes to be grouped into Column familie s . Table schema should be predefined along with the column families ,b ut is flexible enough to add new columns to the families at any time ,ma king the schema flexible . Just as HDFS’s NameNode and slave nodes MapReduce also has Jo bTracker and TaskTracker slave nodes . Availability of NameNode in this case is also a concern jus as in HDF S , and is also sensitive to loss of information of the master node
  • 17. Conclusion Hadoop MapReduce is an open source framework used for data-sensiti ve ,reliable, fault tolerant, scalable data, has many implementation opti ons and allows rewriting algorithms into MapReduce. The framework breaks up large data into smaller chunks and handles it . We can present the design and evaluation of a data aware cache fram ework that requires minimum change to the original MapReduce progra mming model for provisioning incremental processing for Big data appli cations using the MapReduce model.
  • 18. References www.quoble.com www.insidebigdata.com www.ibmbigdatahub.com www.data-magnum.com Survey paper on Big Data and Hadoop by Varsha B.Bobade ,IRJET volume-3 Survey paper on Big Data by Ms.Vibhavari Chavan ,Prof.Rajesh N.Phursule,IJCS IT,vol.5