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

What's hot (20)

PPTX
Big Data Tutorial V4
Marko Grobelnik
 
PPTX
Big data mining
Thadsanamoorthy Kajavathanan
 
PDF
Big data analysis concepts and references
Information Security Awareness Group
 
PPTX
Big data analytics
Dr.Bhuvaneswari Velumani
 
PDF
IJARCCE_49
Mr.Sameer Kumar Das
 
PPTX
Big data-ppt
Nazir Ahmed
 
PDF
Data minig with Big data analysis
Poonam Kshirsagar
 
PDF
Issues, challenges, and solutions
csandit
 
PDF
Big Data Fundamentals
rjain51
 
PDF
B1803031217
IOSR Journals
 
PDF
The Future Of Big Data
Matthew Dennis
 
PDF
big data
Jisha Aravind
 
PPT
Seminar presentation
Klawal13
 
PDF
Big data - what, why, where, when and how
bobosenthil
 
PDF
A Comprehensive Study on Big Data Applications and Challenges
ijcisjournal
 
PDF
A Model Design of Big Data Processing using HACE Theorem
AnthonyOtuonye
 
PDF
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Nishant Gandhi
 
PDF
Büyük Veriyle Büyük Resmi Görmek
ideaport
 
PDF
Big Data Processing with Hadoop : A Review
IRJET Journal
 
PDF
INF2190_W1_2016_public
Attila Barta
 
Big Data Tutorial V4
Marko Grobelnik
 
Big data analysis concepts and references
Information Security Awareness Group
 
Big data analytics
Dr.Bhuvaneswari Velumani
 
Big data-ppt
Nazir Ahmed
 
Data minig with Big data analysis
Poonam Kshirsagar
 
Issues, challenges, and solutions
csandit
 
Big Data Fundamentals
rjain51
 
B1803031217
IOSR Journals
 
The Future Of Big Data
Matthew Dennis
 
big data
Jisha Aravind
 
Seminar presentation
Klawal13
 
Big data - what, why, where, when and how
bobosenthil
 
A Comprehensive Study on Big Data Applications and Challenges
ijcisjournal
 
A Model Design of Big Data Processing using HACE Theorem
AnthonyOtuonye
 
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Nishant Gandhi
 
Büyük Veriyle Büyük Resmi Görmek
ideaport
 
Big Data Processing with Hadoop : A Review
IRJET Journal
 
INF2190_W1_2016_public
Attila Barta
 

Viewers also liked (7)

DOCX
Applicability of big data techniques to smart cities deployments
Nexgen Technology
 
PPTX
Kansas City Big Data: The Future Of Insights - Keynote: "Big Data Technologie...
kcitp
 
PPTX
Tools and techniques adopted for big data analytics
JOSEPH FRANCIS
 
DOCX
Big Data Analytics
JOSEPH FRANCIS
 
PPTX
Applying Testing Techniques for Big Data and Hadoop
Mark Johnson
 
KEY
Big Data: tools and techniques for working with large data sets
Boston Consulting Group
 
PPTX
Big data ppt
Nasrin Hussain
 
Applicability of big data techniques to smart cities deployments
Nexgen Technology
 
Kansas City Big Data: The Future Of Insights - Keynote: "Big Data Technologie...
kcitp
 
Tools and techniques adopted for big data analytics
JOSEPH FRANCIS
 
Big Data Analytics
JOSEPH FRANCIS
 
Applying Testing Techniques for Big Data and Hadoop
Mark Johnson
 
Big Data: tools and techniques for working with large data sets
Boston Consulting Group
 
Big data ppt
Nasrin Hussain
 
Ad

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

PDF
ISSUES, CHALLENGES, AND SOLUTIONS: BIG DATA MINING
cscpconf
 
PDF
Big Data Mining - Classification, Techniques and Issues
Karan Deep Singh
 
PDF
Data Mining in the World of BIG Data-A Survey
Editor IJCATR
 
PDF
A REVIEW PAPER ON BIG DATA ANALYTICS
Sarah Adams
 
PDF
Real World Application of Big Data In Data Mining Tools
ijsrd.com
 
PDF
Big data Mining Using Very-Large-Scale Data Processing Platforms
IJERA Editor
 
PDF
A Survey Paper on Data Mining With Big Data
AM Publications
 
PDF
An Efficient Approach for Clustering High Dimensional Data
IJSTA
 
PPTX
Data Mining Algorithm and New HRDSD Theory for Big Data
KamleshKumar394
 
PDF
Characterizing and Processing of Big Data Using Data Mining Techniques
IJTET Journal
 
PDF
A SURVEY OF BIG DATA ANALYTICS..........
ijistjournal
 
PDF
A SURVEY OF BIG DATA ANALYTICS
ijistjournal
 
PPTX
Data mining with big data
Sandip Tipayle Patil
 
PPTX
Big data Mining
MariamKhan120
 
PDF
RESEARCH IN BIG DATA – AN OVERVIEW
ieijjournal
 
PDF
RESEARCH IN BIG DATA – AN OVERVIEW
ieijjournal
 
PDF
RESEARCH IN BIG DATA – AN OVERVIEW
ieijjournal1
 
PDF
Research in Big Data - An Overview
ieijjournal
 
PPTX
Data mining with big data
Sandip Tipayle Patil
 
PDF
A Survey on Big Data Mining Challenges
Editor IJMTER
 
ISSUES, CHALLENGES, AND SOLUTIONS: BIG DATA MINING
cscpconf
 
Big Data Mining - Classification, Techniques and Issues
Karan Deep Singh
 
Data Mining in the World of BIG Data-A Survey
Editor IJCATR
 
A REVIEW PAPER ON BIG DATA ANALYTICS
Sarah Adams
 
Real World Application of Big Data In Data Mining Tools
ijsrd.com
 
Big data Mining Using Very-Large-Scale Data Processing Platforms
IJERA Editor
 
A Survey Paper on Data Mining With Big Data
AM Publications
 
An Efficient Approach for Clustering High Dimensional Data
IJSTA
 
Data Mining Algorithm and New HRDSD Theory for Big Data
KamleshKumar394
 
Characterizing and Processing of Big Data Using Data Mining Techniques
IJTET Journal
 
A SURVEY OF BIG DATA ANALYTICS..........
ijistjournal
 
A SURVEY OF BIG DATA ANALYTICS
ijistjournal
 
Data mining with big data
Sandip Tipayle Patil
 
Big data Mining
MariamKhan120
 
RESEARCH IN BIG DATA – AN OVERVIEW
ieijjournal
 
RESEARCH IN BIG DATA – AN OVERVIEW
ieijjournal
 
RESEARCH IN BIG DATA – AN OVERVIEW
ieijjournal1
 
Research in Big Data - An Overview
ieijjournal
 
Data mining with big data
Sandip Tipayle Patil
 
A Survey on Big Data Mining Challenges
Editor IJMTER
 
Ad

More from IJSRD (20)

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

Recently uploaded (20)

PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PDF
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPTX
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PPTX
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
Lesson 2 - WATER,pH, BUFFERS, AND ACID-BASE.pdf
marvinnbustamante1
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
community health nursing question paper 2.pdf
Prince kumar
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 

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.