SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 940
Big Data Mining, Techniques, Handling Technologies and Some Related
Issues: A Review
Gajendra Kumar1
Prashant Richhariya2
1,2
Department of Computer Science and Engineering
1,2
Chhatrapati Shivaji Institute of Technology, Durg, Chhattisgarh
Abstract— The Size of the data is increasing day by day
with the using of social site. Big Data is a concept to
manage and mine the large set of data. Today the concept of
Big Data is widely used to mine the insight data of
organization as well outside data. There are many
techniques and technologies used in Big Data mining to
extract the useful information from the distributed system. It
is more powerful to extract the information compare with
traditional data mining techniques. One of the most known
technologies is Hadoop, used in Big Data mining. It takes
many advantages over the traditional data mining technique
but it has some issues like visualization technique, privacy
etc.
Key words: Big data, Data Mining, MapReduce, Hadoop,
Big Data Analysis
I. INTRODUCTION
Today the world nothing without computer. Every day a lot
of data is generated by the using of social media and by the
many organizations. Till now the storing problem is not big
issue but there is a lot problem comes while mining this
huge amount of data. There are many question comes while
mining the large set of data like processing speed,
complexity, fault tolerance, capacity of data to mine etc.
With the use of social site like facebook, twitter, linkedin
and with use of ecommerce site like flipkart, snapdeal,
jabong the size of the data is increasing rapidly worldwide.
To handle these much amount of data is not possible, by the
using of traditional data mining technique. So to overcome
these types of problems the concept of Big Data is used. Big
Data mining technique opening up new opportunities for
enterprises to extract information from large volume of data
in real time across multiple relational and non-relational
data types [19].
The three V’s are very important while working
with Big Data [10]:
A. Volume:
It refers to the amount of data. The amount of data is
varying according the organization. The growth in the data
storage and processing technique is not limited only to the
text data it is now more than the text data.
B. Variety:
It refers to types of data. Data can be stored in multiple
formats. For example, database, excel, csv, access, it can be
stored in a simple text file also. Sometimes the data is not
even in the traditional format as we expect, it may be in the
form of video, audio, forecast data, sensor data, pdf etc. It is
the need of the organization to arrange it and get meaningful
information.
C. Velocity:
It refers to the speed of data processing. The era where
social media and e-commerce site are in pick position and
there are many competitors. So they want to up to date in
terms of data processing and information retrieval for users.
The above three are the most significant in but there is
fourth aspect of big data which is also play a vital role in big
data mining called Veracity.
Veracity also plays an important role to mining big
data that defines the, how we are faithful with data and the
quality of data. Is the data that is being stored, and mined
meaningful to the problem being analyzed. In the data
sources, there are two types of data i.e. structured and
unstructured. With the structured data we need not to worry
about the veracity while mining. But in case of unstructured
data it is complex to mining and design a tool that is
meaningful to the problem.
So what is Big Data: “Big data is high-volume, high-
velocity and high-variety information assets that demand
cost-effective, innovative forms of information processing
for enhanced insight and decision making.”
II. TECHNIQUES
There are many data mining techniques which are also used
in Big Data mining:
A. Regression:
Regression is a predictive data mining technique that
predicts a number like Age, weight, distance, temperature,
income, or sales. For example, a regression model can be
used to predict a number of student in college, there average
marks, their behavior. Regression analysis starts with set of
data where target values are given.
B. Nearest Neighbor:
In this technique the values are predicted based on the
predicted values of the records that are nearest to the record
that needs to be predicted.
C. Clustering:
Clustering is a process in which the similar types of object
or the object which have similar characteristics are grouped
together as a cluster.
D. Classification:
Classification is a data mining technique where each item is
classified into one of predefined the set of groups or classes.
E. Association Rule Mining:
Association Rule Mining is one of the best data mining
techniques. In Association Rule Mining a pattern is
discovered based on relationship between the items set by
using given transaction.
Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review
(IJSRD/Vol. 3/Issue 10/2015/210)
All rights reserved by www.ijsrd.com 941
III. TECHNOLOGIES
A. Hadoop:
Hadoop is open source software used for distributed
computing. It provides Framework to store and process large
amount of dataset in distributed system. Hadoop use the
HDFS (Hadoop Distributed File System) system. HDFS is
based on the GFS (Google File System). It provides the
redundant storage for large set of data. In HDFS Data is
distributed across all nodes at load time for efficient
MapReduce processing.
Fig. 1: HDFS Block Diagram
B. MapReduce:
MapReduce is a processing technique for generating large
data sets with parallel distributed computing based on java.
Basically MapReduce is method for distributing a task
across multiple nodes. Each node processes data stored on
the node. Automatic Distribution and Parallelization is the
biggest advantage of MapReduce. MapReduce algorithm
based on two important task:
- Map task
- Reduce task
Map takes a set of data and converts it into another set
of data, where individual elements are broken down into
tuples based on key value pair [9].
Map task syntax: map (key1, value) => list<key2,
value2>
Means, for an input Map task returns a list containing
zero or more (key, value) pairs:
- The output can be a different key from the input.
- The output can have multiple entries with the same
key.
Reduce task takes the output from a map as an input
and combines those data tuples into a smaller set of tuples
based on key value pair. That is, it will generate a new list of
reduced output [9].
Reduce task syntax: reduce (key2, list<value2>) =>
list<value3>
Fig. 1.2: MapReduce Working Block Diagram
C. NoSql:
NoSQL is a non-relational database management system,
different from traditional relational database management
systems. It is based on key-value store and document store,
to storage and retrieval of large set of unstructured, semi-
structured or structures data or data sets.
D. Hive:
Hive is data warehouse infrastructure tool to process large
amount of structured data set in hadoop. Hive provides
querying and managing large datasets residing in distributed
storage. It allows SQL developers to write Hive Query
Language (HQL) statements that are similar to standard
SQL statements also called HiveQL
E. Pig:
Pig is a high level platform used with Apache Hadoop. It is
high level high level scripting language. It creates
MapReduce Program used with hadoop. To run the PIG
scripts in Local mode, no Hadoop or HDFS installation is
required. But in MapReduce mode, to run the scripts in
mapreduce mode, Hadoop and HDFS installation is
required.
IV. ISSUES RELATED TO BIG DATA MINING
When we work with big data there are different type of issue
comes while working with it:
A. Security and Privacy:
Security and privacy are the most important issue in data
mining. In data sources, the various forms of data, including
structured data and unstructured data that comes from
different resources. This data sources contains simple
information of organization as well as it can include
personally identifiable information, payment card data,
intellectual property, health records, and much more. For
these perspectives we need to strong security and privacy
policy for unauthorized user.
B. Architecture:
To develop big data architecture is more complex compare
to design a Business intelligence application and setting up
data warehouse. Volume, velocity, and variety of the data
make it difficult to extract information and business insight.
The architectures for realizing big data solutions are
composed of heterogeneous infrastructures, databases,
visualization technique and analytics tools. Selecting the
right architecture is the key to utilize the power of big data.
C. Real Time Data:
bigger data are not always better for analysis. It depends on
the type of data, data is noisy or not and many other factors.
In real time analysis data are frequently changed comes
from different resources. In this case we need to design a
powerful framework that manage data without delaying and
provide a faster analysis tool for real time data.
D. Veracity:
Veracity defines the, how we are faithful with data and the
quality of data. Is the data that is being stored, and mined
meaningful to the problem being analyzed. In the data
Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review
(IJSRD/Vol. 3/Issue 10/2015/210)
All rights reserved by www.ijsrd.com 942
sources there are two types of data i.e. structured and
unstructured. With the structured data we need not to worry
about the veracity while mining. But in case of unstructured
data it is complex to mining and design a tool that is
meaningful to the problem.
E. Visualization:
This is the hard part of big data. The key question for is,
how to design visualization tool that easily manage the large
amount of extracted data. How to design visualization tool
that easily understandable by the user. How to design
complex graphs and charts that include many meaningful
variables of extracted data.
V. LITERATURE REVIEW
“Data Mining with Big Data” proposed by Xindong Wu,
Xingquan Zhu, Gong-Qing Wu, Wei Ding: Find the
fundamental challenge for the Big Data applications to
explore the large volumes of data and extract useful
information or knowledge for future actions. This paper also
concerned about large-volume dataset, Complex data,
growing data set that comes from different heterogeneous
sources. This article presents a HACE theorem that
characterizes the features of the Big Data revolution, and
proposes a Big Data processing model, from the data mining
perspective and determining the key challenges for Big Data
mining.
Wei Fan, Albert Bifet: study about “Mining Big
Data: Current Status, and Forecast to the Future”. Define the
capabilities of Big Data, how the Big Data can mine the
extremely large amount of data. Study about how the
popular site like Google, facebook and twitter manage their
data. Describe the importance of three V’s of Big Data I.e.
Volume, Variety, and the Velocity and Another Two V’s of
Big Data I.e. Variability: and Value. Brief description about
the open source handling technologies: Apache Hadoop,
Pig, Hive, Apache HBase etc.
“Mining Big Data in Real Time” paper presented
by Albert Bifet: focus on the Real time streaming of data to
obtain the currents status useful knowledge to help
organization. Cost calculation Based on per hour usage and
cost per hour and how much memory used
Xia Geng, Zhi Yang (Geng & Yang, 2013) study
about the Data mining in cloud computing. Define cloud
computing and how it overlaps some concept of distributed,
grid and utility computing. Data mining with some
technique like Association, Classification, Clustering etc.
Data mining tools based on cloud like Weka4WS. Parallel
programming model is a bridge between user needs and the
underlying hardware system, it makes the parallel algorithm
become more intuitive and more convenient for processing
the large-scale data. Also focus on the concept of HDFS and
MapReduce Infrastructure.
B R Prakash and Dr. M. Hanumanthappa Present th
topic on, “Issues and Challenges in the Era of Big Data
Mining”, which describes the Defining Issues and
challenges while working with big data. Define challenges
like uncovering the hidden pattern between the different
numerical parameters. Define difficulties in traditional data
mining technique while handling unprecedented
heterogeneous data.
VI. CONCLUSION
Mining the large data set is very tedious task with the using
of traditional data mining technique. To overcome the
problem, to mine the complex and large data set the Big
Data technique is used. Big Data technique provide a
Platform to organization to manage there their data
smoothly. Hadoop is one of the popular techniques used in
Big Data mining, based on Hadoop Distributed File System
(HDFS). But It has some issues related to privacy,
architecture, visualization tools and technique etc.
REFERENCES
[1] A. Bifet, 'Mining Big Data in Real Time', Informatica,
vol. 37, no. 1, pp. 15-20, 2013.
[2] D. Che, M. Safran and Z. Peng, 'From Big Data to
Big Data Mining: Challenges, Issues, and
Opportunities', Springer, pp. 1-15, 2013.
[3] J. Lin and D. Ryaboy, 'Scaling big data mining
infrastructure', SIGKDD Explor. Newsl., vol. 14, no. 2,
p. 6, 2013.
[4] S. Ghuman, 'Big Data and its Handling Technologies-
A Study', International Journal of Advanced Research
in Computer Science and Software
Engineering(IJARCSSE), vol. 5, no. 6, pp. 29-32,
2015.
[5] J. Dean, Big Data, Data Mining, and Machine
Learning. John Wiley & Sons, 2014.
[6] Xindong Wu, Xingquan Zhu, Gong-Qing Wu and Wei
Ding, 'Data mining with big data', IEEE Trans. Knowl.
Data Eng., vol. 26, no. 1, pp. 97-107, 2014.
[7] T. Rodrigues, '10 emerging technologies for Big Data
- TechRepublic', TechRepublic, 2012. [Online].
Available: http://www.techrepublic.com/blog/big-data-
analytics/10-emerging-technologies-for-big-data.
[Accessed: 03- Dec- 2015].
[8] Big Data - Made Simple, 'popular techniques for
analysing Big Data'. [Online]. Available:
http://bigdata-madesimple.com/26-popular-techniques-
for-analysing-big-data. [Accessed: 03- Dec- 2015].
[9] www.tutorialspoint.com, 'Hadoop MapReduce', 2015.
[Online].Available:
http://www.tutorialspoint.com/hadoop/hadoop_mapred
uce.htm. [Accessed: 03- Dec- 2015].
[10]W. Fan and A. Bifet, 'Mining big data', SIGKDD
Explor. Newsl., vol. 14, no. 2, p. 1, 2013.
[11]M. Goebel and L. Gruenwald, 'A survey of data
mining and knowledge discovery software tools',
SIGKDD Explor. Newsl., vol. 1, no. 1, pp. 20-33,
1999.
[12]J. Dittrich and J. Quiané-Ruiz, 'Efficient big data
processing in Hadoop MapReduce', Proc. VLDB
Endow., vol. 5, no. 12, pp. 2014-2015, 2012.
[13]J. Lin and D. Ryaboy, 'Scaling big data mining
infrastructure', SIGKDD Explor. Newsl., vol. 14, no. 2,
p. 6, 2013.
[14]A. Gandomi and M. Haider, 'Beyond the hype: Big
data concepts, methods, and analytics', International
Journal of Information Management, vol. 35, no. 2, pp.
137-144, 2015.
[15]S. Zhang, S. Zhang, X. Chen and X. Huo, 'Cloud
Computing Research and Development Trend', 2010
Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review
(IJSRD/Vol. 3/Issue 10/2015/210)
All rights reserved by www.ijsrd.com 943
Second International Conference on Future Networks,
2010.
[16]B. Thakur and M. Mann, 'Data Mining for Big Data:
A Review', International Journal of Advanced
Research in Computer Science and Software
Engineering, vol. 4, no. 5, pp. 469-473, 2014.
[17]M. Chen, S. Mao and Y. Liu, 'Big Data: A Survey',
Mobile Networks and Applications, vol. 19, no. 2, pp.
171-209, 2014.
[18]S. Suryawanshi and V. Wadne, 'Big Data Mining
using Map Reduce: A Survey Paper', IOSR Journal of
Computer Engineering, vol. 16, no. 6, pp. 37-40, 2014.
[19]N. Sawant and H. Shah, Big Data Application
Architecture Q&A: A Problem-Solution Approach.
Apress, 2013.

More Related Content

PDF
A Review Paper on Big Data and Hadoop for Data Science
PDF
Big Data
PDF
The book of elephant tattoo
PPTX
Motivation for big data
PDF
Lecture1 introduction to big data
PDF
Addressing Big Data Challenges - The Hadoop Way
PDF
Big Data-Survey
A Review Paper on Big Data and Hadoop for Data Science
Big Data
The book of elephant tattoo
Motivation for big data
Lecture1 introduction to big data
Addressing Big Data Challenges - The Hadoop Way
Big Data-Survey

What's hot (20)

PPTX
Big Data Tutorial V4
PPTX
PDF
Big data analysis concepts and references
PPTX
Big data analytics
PDF
PPTX
Big data-ppt
PDF
Data minig with Big data analysis
PDF
Issues, challenges, and solutions
PDF
Big Data Fundamentals
PDF
B1803031217
PDF
The Future Of Big Data
PDF
big data
PPT
Seminar presentation
PDF
Big data - what, why, where, when and how
PDF
A Comprehensive Study on Big Data Applications and Challenges
PDF
A Model Design of Big Data Processing using HACE Theorem
PDF
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
PDF
Büyük Veriyle Büyük Resmi Görmek
PDF
Big Data Processing with Hadoop : A Review
PDF
INF2190_W1_2016_public
Big Data Tutorial V4
Big data analysis concepts and references
Big data analytics
Big data-ppt
Data minig with Big data analysis
Issues, challenges, and solutions
Big Data Fundamentals
B1803031217
The Future Of Big Data
big data
Seminar presentation
Big data - what, why, where, when and how
A Comprehensive Study on Big Data Applications and Challenges
A Model Design of Big Data Processing using HACE Theorem
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Büyük Veriyle Büyük Resmi Görmek
Big Data Processing with Hadoop : A Review
INF2190_W1_2016_public
Ad

Viewers also liked (7)

DOCX
Applicability of big data techniques to smart cities deployments
PPTX
Kansas City Big Data: The Future Of Insights - Keynote: "Big Data Technologie...
PPTX
Tools and techniques adopted for big data analytics
DOCX
Big Data Analytics
PPTX
Applying Testing Techniques for Big Data and Hadoop
KEY
Big Data: tools and techniques for working with large data sets
PPTX
Big data ppt
Applicability of big data techniques to smart cities deployments
Kansas City Big Data: The Future Of Insights - Keynote: "Big Data Technologie...
Tools and techniques adopted for big data analytics
Big Data Analytics
Applying Testing Techniques for Big Data and Hadoop
Big Data: tools and techniques for working with large data sets
Big data ppt
Ad

Similar to Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review (20)

PDF
E018142329
PDF
Big Data Testing Using Hadoop Platform
PDF
BIG Data and Methodology-A review
PDF
Big Data and Big Data Management (BDM) with current Technologies –Review
DOCX
Big data and Hadoop overview
PPTX
Unit-1 -2-3- BDA PIET 6 AIDS.pptx
PPT
Lecture 5 - Big Data and Hadoop Intro.ppt
DOCX
Nikita rajbhoj(a 50)
PDF
HIGH LEVEL VIEW OF CLOUD SECURITY: ISSUES AND SOLUTIONS
PDF
High level view of cloud security
PDF
An Encyclopedic Overview Of Big Data Analytics
PDF
pole2016-A-Recent-Study-of-Emerging-Tools.pdf
PDF
Research paper on big data and hadoop
PPTX
Big Data Hadoop
DOCX
Map Reduce in Big fata
PDF
DOCUMENT SELECTION USING MAPREDUCE Yenumula B Reddy and Desmond Hill
PDF
DOCUMENT SELECTION USING MAPREDUCE
DOCX
Handling and Analyzing Big Data_ A Professional Guide
PDF
Big-Data-Analytics.8592259.powerpoint.pdf
PDF
An Comprehensive Study of Big Data Environment and its Challenges.
E018142329
Big Data Testing Using Hadoop Platform
BIG Data and Methodology-A review
Big Data and Big Data Management (BDM) with current Technologies –Review
Big data and Hadoop overview
Unit-1 -2-3- BDA PIET 6 AIDS.pptx
Lecture 5 - Big Data and Hadoop Intro.ppt
Nikita rajbhoj(a 50)
HIGH LEVEL VIEW OF CLOUD SECURITY: ISSUES AND SOLUTIONS
High level view of cloud security
An Encyclopedic Overview Of Big Data Analytics
pole2016-A-Recent-Study-of-Emerging-Tools.pdf
Research paper on big data and hadoop
Big Data Hadoop
Map Reduce in Big fata
DOCUMENT SELECTION USING MAPREDUCE Yenumula B Reddy and Desmond Hill
DOCUMENT SELECTION USING MAPREDUCE
Handling and Analyzing Big Data_ A Professional Guide
Big-Data-Analytics.8592259.powerpoint.pdf
An Comprehensive Study of Big Data Environment and its Challenges.

More from IJSRD (20)

PPTX
#IJSRD #Research Paper Publication
PDF
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
PDF
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
PDF
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
PDF
Prevention and Detection of Man in the Middle Attack on AODV Protocol
PDF
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
PDF
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
PDF
Filter unwanted messages from walls and blocking nonlegitimate user in osn
PDF
Keystroke Dynamics Authentication with Project Management System
PDF
Diagnosing lungs cancer Using Neural Networks
PDF
A Survey on Sentiment Analysis and Opinion Mining
PDF
A Defect Prediction Model for Software Product based on ANFIS
PDF
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
PDF
Product Quality Analysis based on online Reviews
PDF
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
PDF
Study of Clustering of Data Base in Education Sector Using Data Mining
PDF
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
PDF
Investigation of Effect of Process Parameters on Maximum Temperature during F...
PDF
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
PDF
A Survey on Data Mining Techniques for Crime Hotspots Prediction
#IJSRD #Research Paper Publication
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
Prevention and Detection of Man in the Middle Attack on AODV Protocol
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
Filter unwanted messages from walls and blocking nonlegitimate user in osn
Keystroke Dynamics Authentication with Project Management System
Diagnosing lungs cancer Using Neural Networks
A Survey on Sentiment Analysis and Opinion Mining
A Defect Prediction Model for Software Product based on ANFIS
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
Product Quality Analysis based on online Reviews
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
Study of Clustering of Data Base in Education Sector Using Data Mining
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
Investigation of Effect of Process Parameters on Maximum Temperature during F...
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
A Survey on Data Mining Techniques for Crime Hotspots Prediction

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Insiders guide to clinical Medicine.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Business Ethics Teaching Materials for college
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
Pre independence Education in Inndia.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
Cell Types and Its function , kingdom of life
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Insiders guide to clinical Medicine.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Business Ethics Teaching Materials for college
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Pre independence Education in Inndia.pdf
Basic Mud Logging Guide for educational purpose
TR - Agricultural Crops Production NC III.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
O5-L3 Freight Transport Ops (International) V1.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
RMMM.pdf make it easy to upload and study
human mycosis Human fungal infections are called human mycosis..pptx
Week 4 Term 3 Study Techniques revisited.pptx
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
FourierSeries-QuestionsWithAnswers(Part-A).pdf
O7-L3 Supply Chain Operations - ICLT Program

Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 940 Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review Gajendra Kumar1 Prashant Richhariya2 1,2 Department of Computer Science and Engineering 1,2 Chhatrapati Shivaji Institute of Technology, Durg, Chhattisgarh Abstract— The Size of the data is increasing day by day with the using of social site. Big Data is a concept to manage and mine the large set of data. Today the concept of Big Data is widely used to mine the insight data of organization as well outside data. There are many techniques and technologies used in Big Data mining to extract the useful information from the distributed system. It is more powerful to extract the information compare with traditional data mining techniques. One of the most known technologies is Hadoop, used in Big Data mining. It takes many advantages over the traditional data mining technique but it has some issues like visualization technique, privacy etc. Key words: Big data, Data Mining, MapReduce, Hadoop, Big Data Analysis I. INTRODUCTION Today the world nothing without computer. Every day a lot of data is generated by the using of social media and by the many organizations. Till now the storing problem is not big issue but there is a lot problem comes while mining this huge amount of data. There are many question comes while mining the large set of data like processing speed, complexity, fault tolerance, capacity of data to mine etc. With the use of social site like facebook, twitter, linkedin and with use of ecommerce site like flipkart, snapdeal, jabong the size of the data is increasing rapidly worldwide. To handle these much amount of data is not possible, by the using of traditional data mining technique. So to overcome these types of problems the concept of Big Data is used. Big Data mining technique opening up new opportunities for enterprises to extract information from large volume of data in real time across multiple relational and non-relational data types [19]. The three V’s are very important while working with Big Data [10]: A. Volume: It refers to the amount of data. The amount of data is varying according the organization. The growth in the data storage and processing technique is not limited only to the text data it is now more than the text data. B. Variety: It refers to types of data. Data can be stored in multiple formats. For example, database, excel, csv, access, it can be stored in a simple text file also. Sometimes the data is not even in the traditional format as we expect, it may be in the form of video, audio, forecast data, sensor data, pdf etc. It is the need of the organization to arrange it and get meaningful information. C. Velocity: It refers to the speed of data processing. The era where social media and e-commerce site are in pick position and there are many competitors. So they want to up to date in terms of data processing and information retrieval for users. The above three are the most significant in but there is fourth aspect of big data which is also play a vital role in big data mining called Veracity. Veracity also plays an important role to mining big data that defines the, how we are faithful with data and the quality of data. Is the data that is being stored, and mined meaningful to the problem being analyzed. In the data sources, there are two types of data i.e. structured and unstructured. With the structured data we need not to worry about the veracity while mining. But in case of unstructured data it is complex to mining and design a tool that is meaningful to the problem. So what is Big Data: “Big data is high-volume, high- velocity and high-variety information assets that demand cost-effective, innovative forms of information processing for enhanced insight and decision making.” II. TECHNIQUES There are many data mining techniques which are also used in Big Data mining: A. Regression: Regression is a predictive data mining technique that predicts a number like Age, weight, distance, temperature, income, or sales. For example, a regression model can be used to predict a number of student in college, there average marks, their behavior. Regression analysis starts with set of data where target values are given. B. Nearest Neighbor: In this technique the values are predicted based on the predicted values of the records that are nearest to the record that needs to be predicted. C. Clustering: Clustering is a process in which the similar types of object or the object which have similar characteristics are grouped together as a cluster. D. Classification: Classification is a data mining technique where each item is classified into one of predefined the set of groups or classes. E. Association Rule Mining: Association Rule Mining is one of the best data mining techniques. In Association Rule Mining a pattern is discovered based on relationship between the items set by using given transaction.
  • 2. Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review (IJSRD/Vol. 3/Issue 10/2015/210) All rights reserved by www.ijsrd.com 941 III. TECHNOLOGIES A. Hadoop: Hadoop is open source software used for distributed computing. It provides Framework to store and process large amount of dataset in distributed system. Hadoop use the HDFS (Hadoop Distributed File System) system. HDFS is based on the GFS (Google File System). It provides the redundant storage for large set of data. In HDFS Data is distributed across all nodes at load time for efficient MapReduce processing. Fig. 1: HDFS Block Diagram B. MapReduce: MapReduce is a processing technique for generating large data sets with parallel distributed computing based on java. Basically MapReduce is method for distributing a task across multiple nodes. Each node processes data stored on the node. Automatic Distribution and Parallelization is the biggest advantage of MapReduce. MapReduce algorithm based on two important task: - Map task - Reduce task Map takes a set of data and converts it into another set of data, where individual elements are broken down into tuples based on key value pair [9]. Map task syntax: map (key1, value) => list<key2, value2> Means, for an input Map task returns a list containing zero or more (key, value) pairs: - The output can be a different key from the input. - The output can have multiple entries with the same key. Reduce task takes the output from a map as an input and combines those data tuples into a smaller set of tuples based on key value pair. That is, it will generate a new list of reduced output [9]. Reduce task syntax: reduce (key2, list<value2>) => list<value3> Fig. 1.2: MapReduce Working Block Diagram C. NoSql: NoSQL is a non-relational database management system, different from traditional relational database management systems. It is based on key-value store and document store, to storage and retrieval of large set of unstructured, semi- structured or structures data or data sets. D. Hive: Hive is data warehouse infrastructure tool to process large amount of structured data set in hadoop. Hive provides querying and managing large datasets residing in distributed storage. It allows SQL developers to write Hive Query Language (HQL) statements that are similar to standard SQL statements also called HiveQL E. Pig: Pig is a high level platform used with Apache Hadoop. It is high level high level scripting language. It creates MapReduce Program used with hadoop. To run the PIG scripts in Local mode, no Hadoop or HDFS installation is required. But in MapReduce mode, to run the scripts in mapreduce mode, Hadoop and HDFS installation is required. IV. ISSUES RELATED TO BIG DATA MINING When we work with big data there are different type of issue comes while working with it: A. Security and Privacy: Security and privacy are the most important issue in data mining. In data sources, the various forms of data, including structured data and unstructured data that comes from different resources. This data sources contains simple information of organization as well as it can include personally identifiable information, payment card data, intellectual property, health records, and much more. For these perspectives we need to strong security and privacy policy for unauthorized user. B. Architecture: To develop big data architecture is more complex compare to design a Business intelligence application and setting up data warehouse. Volume, velocity, and variety of the data make it difficult to extract information and business insight. The architectures for realizing big data solutions are composed of heterogeneous infrastructures, databases, visualization technique and analytics tools. Selecting the right architecture is the key to utilize the power of big data. C. Real Time Data: bigger data are not always better for analysis. It depends on the type of data, data is noisy or not and many other factors. In real time analysis data are frequently changed comes from different resources. In this case we need to design a powerful framework that manage data without delaying and provide a faster analysis tool for real time data. D. Veracity: Veracity defines the, how we are faithful with data and the quality of data. Is the data that is being stored, and mined meaningful to the problem being analyzed. In the data
  • 3. Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review (IJSRD/Vol. 3/Issue 10/2015/210) All rights reserved by www.ijsrd.com 942 sources there are two types of data i.e. structured and unstructured. With the structured data we need not to worry about the veracity while mining. But in case of unstructured data it is complex to mining and design a tool that is meaningful to the problem. E. Visualization: This is the hard part of big data. The key question for is, how to design visualization tool that easily manage the large amount of extracted data. How to design visualization tool that easily understandable by the user. How to design complex graphs and charts that include many meaningful variables of extracted data. V. LITERATURE REVIEW “Data Mining with Big Data” proposed by Xindong Wu, Xingquan Zhu, Gong-Qing Wu, Wei Ding: Find the fundamental challenge for the Big Data applications to explore the large volumes of data and extract useful information or knowledge for future actions. This paper also concerned about large-volume dataset, Complex data, growing data set that comes from different heterogeneous sources. This article presents a HACE theorem that characterizes the features of the Big Data revolution, and proposes a Big Data processing model, from the data mining perspective and determining the key challenges for Big Data mining. Wei Fan, Albert Bifet: study about “Mining Big Data: Current Status, and Forecast to the Future”. Define the capabilities of Big Data, how the Big Data can mine the extremely large amount of data. Study about how the popular site like Google, facebook and twitter manage their data. Describe the importance of three V’s of Big Data I.e. Volume, Variety, and the Velocity and Another Two V’s of Big Data I.e. Variability: and Value. Brief description about the open source handling technologies: Apache Hadoop, Pig, Hive, Apache HBase etc. “Mining Big Data in Real Time” paper presented by Albert Bifet: focus on the Real time streaming of data to obtain the currents status useful knowledge to help organization. Cost calculation Based on per hour usage and cost per hour and how much memory used Xia Geng, Zhi Yang (Geng & Yang, 2013) study about the Data mining in cloud computing. Define cloud computing and how it overlaps some concept of distributed, grid and utility computing. Data mining with some technique like Association, Classification, Clustering etc. Data mining tools based on cloud like Weka4WS. Parallel programming model is a bridge between user needs and the underlying hardware system, it makes the parallel algorithm become more intuitive and more convenient for processing the large-scale data. Also focus on the concept of HDFS and MapReduce Infrastructure. B R Prakash and Dr. M. Hanumanthappa Present th topic on, “Issues and Challenges in the Era of Big Data Mining”, which describes the Defining Issues and challenges while working with big data. Define challenges like uncovering the hidden pattern between the different numerical parameters. Define difficulties in traditional data mining technique while handling unprecedented heterogeneous data. VI. CONCLUSION Mining the large data set is very tedious task with the using of traditional data mining technique. To overcome the problem, to mine the complex and large data set the Big Data technique is used. Big Data technique provide a Platform to organization to manage there their data smoothly. Hadoop is one of the popular techniques used in Big Data mining, based on Hadoop Distributed File System (HDFS). But It has some issues related to privacy, architecture, visualization tools and technique etc. REFERENCES [1] A. Bifet, 'Mining Big Data in Real Time', Informatica, vol. 37, no. 1, pp. 15-20, 2013. [2] D. Che, M. Safran and Z. Peng, 'From Big Data to Big Data Mining: Challenges, Issues, and Opportunities', Springer, pp. 1-15, 2013. [3] J. Lin and D. Ryaboy, 'Scaling big data mining infrastructure', SIGKDD Explor. Newsl., vol. 14, no. 2, p. 6, 2013. [4] S. Ghuman, 'Big Data and its Handling Technologies- A Study', International Journal of Advanced Research in Computer Science and Software Engineering(IJARCSSE), vol. 5, no. 6, pp. 29-32, 2015. [5] J. Dean, Big Data, Data Mining, and Machine Learning. John Wiley & Sons, 2014. [6] Xindong Wu, Xingquan Zhu, Gong-Qing Wu and Wei Ding, 'Data mining with big data', IEEE Trans. Knowl. Data Eng., vol. 26, no. 1, pp. 97-107, 2014. [7] T. Rodrigues, '10 emerging technologies for Big Data - TechRepublic', TechRepublic, 2012. [Online]. Available: http://www.techrepublic.com/blog/big-data- analytics/10-emerging-technologies-for-big-data. [Accessed: 03- Dec- 2015]. [8] Big Data - Made Simple, 'popular techniques for analysing Big Data'. [Online]. Available: http://bigdata-madesimple.com/26-popular-techniques- for-analysing-big-data. [Accessed: 03- Dec- 2015]. [9] www.tutorialspoint.com, 'Hadoop MapReduce', 2015. [Online].Available: http://www.tutorialspoint.com/hadoop/hadoop_mapred uce.htm. [Accessed: 03- Dec- 2015]. [10]W. Fan and A. Bifet, 'Mining big data', SIGKDD Explor. Newsl., vol. 14, no. 2, p. 1, 2013. [11]M. Goebel and L. Gruenwald, 'A survey of data mining and knowledge discovery software tools', SIGKDD Explor. Newsl., vol. 1, no. 1, pp. 20-33, 1999. [12]J. Dittrich and J. Quiané-Ruiz, 'Efficient big data processing in Hadoop MapReduce', Proc. VLDB Endow., vol. 5, no. 12, pp. 2014-2015, 2012. [13]J. Lin and D. Ryaboy, 'Scaling big data mining infrastructure', SIGKDD Explor. Newsl., vol. 14, no. 2, p. 6, 2013. [14]A. Gandomi and M. Haider, 'Beyond the hype: Big data concepts, methods, and analytics', International Journal of Information Management, vol. 35, no. 2, pp. 137-144, 2015. [15]S. Zhang, S. Zhang, X. Chen and X. Huo, 'Cloud Computing Research and Development Trend', 2010
  • 4. Big Data Mining, Techniques, Handling Technologies and Some Related Issues: A Review (IJSRD/Vol. 3/Issue 10/2015/210) All rights reserved by www.ijsrd.com 943 Second International Conference on Future Networks, 2010. [16]B. Thakur and M. Mann, 'Data Mining for Big Data: A Review', International Journal of Advanced Research in Computer Science and Software Engineering, vol. 4, no. 5, pp. 469-473, 2014. [17]M. Chen, S. Mao and Y. Liu, 'Big Data: A Survey', Mobile Networks and Applications, vol. 19, no. 2, pp. 171-209, 2014. [18]S. Suryawanshi and V. Wadne, 'Big Data Mining using Map Reduce: A Survey Paper', IOSR Journal of Computer Engineering, vol. 16, no. 6, pp. 37-40, 2014. [19]N. Sawant and H. Shah, Big Data Application Architecture Q&A: A Problem-Solution Approach. Apress, 2013.