What is Big Data?

Learning something about the techniques and concepts of BigData is always good before learning any BigData related technology like Hadoop. It gives you a fair idea on where things fit together. This is just a quick introduction to the concepts of BigData like definitions, applications and differences with small data.

This note can be used as a quick learner or a quick refresher for BigData concepts. For detailed learning, you may refer to the reference notes or tutorials mentioned.

 

Definition

  • Wikipedia defines BigData as follows: “Big data is a broad term for data sets so large or complex that traditional data processing applications are inadequate”.

  • In 2012, Gartner updated its definition for BigData as follows: "Big data is high volume, high velocity, and/or high variety information assets that require new forms of processing to enable enhanced decision making, insight discovery and process optimization."

  • Volume, Velocity and Variety are usually called as the 3 Vs of BigData and was introduced by META Group (now Gartner) analyst Doug Laney in a 2001 research report and related lectures. Doug Laney defined data growth challenges and opportunities as being three-dimensional, i.e. increasing volume (amount of data), velocity (speed of data in and out), and variety (range of data types and sources).

  • Therefore we can say that, BigData is data that is very big, that comes in very fast for processing like a continuous streaming data and may be very diverse like structured, unstructured, NoSQL database data etc.   

 

Examples of BigData Applications

BigData analytics have great opportunity and below are some of the current applications of BigData.

  • Consumer examples

    • Recommendation engines provided by most shopping sites like Amazon that suggests products based on what you have bought or even searched before.

    • Siri is a feature that is part of Apple Inc.'s iOS which works as an intelligent personal assistant and knowledge navigator. The feature uses a natural language user interface to answer questions, make recommendations, and perform actions.

  • Business examples

    • Search suggestions when you start typing on search engines, provided by various search engines like Google.

    • Ad targeting, through various providers like Google adwords, show you ads based on your previous searches and other activities online.

    • Predictive marketing, that provides the target audience or trends based on various factors such as consumer behavior, demographic info like age, salary etc. which are readily available or which may be also purchased.

    • Fraud detection, especially credit and debit card or online usages, based on point of sale, geo-location and IP, login time and even biometric details like time to make mouse movements.

  • Research examples

    • Google Flu Trends, that uses aggregated Google search data to estimate flu activity.

    • NASA’s Kepler, a space observatory launched by to discover Earth-like planets orbiting other stars, continuously transmits data to Earth, and data is then analyzed to detect periodic dimming caused by extrasolar planets that cross in front of their host star.

 

Ten ways Big Data is different from small data

The book “Principles of Big Data: Preparing, Sharing, and Analyzing Complex Information” by “Jules J. Berman” lists 10 ways that big data's different from small data. Here is a quick summary of them.

  1. Goals

    1. Small data usually has a specific goal or purpose.

    2. BigData may have one goal or purpose in the beginning, but might take unexpected turns later.

  2. Location

    1. Small data usually reside in one file or one place, like a single computer.

    2. BigData may spread across multiple files or computers, and even multiple geographical locations.

  3. Data structure and contents

    1. Small data is usually structures, like an RDBMS or an excel.

    2. BigData may be unstructured and may belong to different file formats.

  4. Data preparation

    1. Small data is usually prepared by the end user for their own use.

    2. BigData may be prepared, analyzed and used by different groups of people.

  5. Longevity (life expectancy)

    1. Small data is usually kept for a specific period of time and may be deleted or archived after that time period.

    2. BigData usually stays for longer periods and new data may be added to the existing data set.

  6. Measurements

    1. Small data is usually measured with same protocol or unit of measurement.

    2. Big data may be measured with different protocols or units of measurement, and may also involve some conversions to make the units consistent for analysis.

  7. Reproducibility

    1. Small data can be reproduced in its entirety if something goes wrong in the process, as it usually will be coming from a single source and is easy to recreate.

    2. BigData may come from various sources and hence many not be able to reproduce in its entirety.

  8. Stakes

    1. Cost, if something goes wrong to the data set, is limited in case of small data.

    2. Cost, if something goes wrong with BigData can be very high, even to the extent of affecting the researcher and even the organization.

  9. Introspection

    1. Small data may carry some additional data (e.g. a descrption element tag) that describes the content, to allow easier introspection.

    2. BigData might not carry description data for all content, and may contain unidentifiable, un-locatable,  and meaningless data.

      1. Note that BigData and related processing might not be a candidate for all data scenarios because of these limitations.

  10. Analysis

    1. It is easy to analyze small data as it usually stays in a single computer.

    2. Since BigData may be spread across many computers, and hence analysis of BigData may involve many tasks such as abstraction, reviewing, reducing and finally aggregating results.

 

Additional Vs of BigData

Many researchers have introduced many Vs to the list of 3Vs, saying 3Vs are not enough. Bernard Marr in an article in linkedin describes 5Vs: Volume, Velocity, Variety, Veracity and Value. An article in dataconomy.com says about 7 Vs:  Volume, Velocity, Variety, Veracity, Variability, Value, Visualization. Lynda.com’s Techniques and Concepts of Big Data with Barton Poulson, mention around 10 Vs: Volume, Velocity, Variety, Veracity, Validity, Variability, Value, Venue, Vocabulary, and Vagueness.

Below is a quick description of most of these additional Vs:

  1. Veracity (conformity to facts; accuracy)

    • Refers to the trustworthiness of the data. Does the data actually contain enough information to make accurate conclusions.

  2. Validity

    • Is the data clean and well-managed, meeting the requirements for the data processing.

  3. Variability

    • Data or its meaning can change over time and even place, due to many uncontrolled factors; you need to measure and account for them.

  4. Value

    • Does it have enough value for the time and effort you invest in them.

  5. Visualization

    • Once data has been processed, presenting the data in a manner that’s readable and accessible.

  6. Venue

    • If the venue or location affect access to the data.

  7. Vocabulary

    • Vocabulary refers to the metadata that describes the data and is significant especially when combining data from very different sources. Different sources may call the same thing with different names.

  8. Vagueness

    • If the researcher is clear on the goals and purpose of the research; or else he will be wasting a lot of time.

 

What is Hadoop?

This should be the section everyone would be looking for: how Hadoop is related to BigData.

  • Hadoop is not a single product, but a collection of applications.

    • There is a core set of components in Hadoop like: 

      • HDFS, that stands for Hadoop Distributed File System

      • MapReduce, is process that splits tasks into pieces (mapping) and then combines the result (reducing).

      • YARN, which is a newer version of MapReduce.

    • There are also additional technologies like Pig, Hive, HBase, Storm, Spark, Shark etc. that works along with the core set of  HDFS, MapReduce and YARN and help in processing BigData.

  • Defenition: Hadoop is a distributed platform for storage and analysis that can help us in doing BigData analytics in a reliable, scalable and affordable way. 

    • HDFS is responsible for providing reliability (by replicating the data in a cluster of nodes) and scalability (by allowing to add more nodes to the setup, without affecting other nodes).

    • MapReduce is a programming model implementation with a parallel, distributed algorithm on a cluster, and is designed for processing and generating large data sets much faster.

    • Hadoop is also an affordable solution because it runs on one or many regular commodity hardware and is also open source.

We will see more about Hadoop in detail later.

 

 References and Notes

  1. This is not a blog post, but a JavaJEE note post (Read more @ http://javajee.com/javajee-note-posts).

  2. Lynda.com’s Techniques and Concepts of Big Data with Barton Poulson.

  3. https://en.wikipedia.org/wiki/Big_data

  4. https://www.google.org/flutrends/about/how.html

  5. https://en.wikipedia.org/wiki/Kepler_(spacecraft)

  6. Principles of Big Data: Preparing, Sharing, and Analyzing Complex Information by Jules J. Berman.

  7. https://www.linkedin.com/pulse/20140306073407-64875646-big-data-the-5-vs-everyone-must-know

  8. http://dataconomy.com/seven-vs-big-data/

  9. http://enterprisearchitects.com/the-5v-s-of-big-data/

  10. Wikipedia pages for all products listed here (if available).

Big Data Learning Plans

Want to know about our Big Data course plan? 

Visit http://javajee.com/bigdata-and-hadoop-course-plan.

Want to join our Volunteer Learning Program for Big Data and Hadoop?

Fill the following form selecting course as Big Data and Hadoop: http://javajee.com/content/volunteer-learning-program.

Quick Notes Finder Tags

Activities (1) advanced java (1) agile (3) App Servers (6) archived notes (2) Arrays (1) Best Practices (12) Best Practices (Design) (3) Best Practices (Java) (7) Best Practices (Java EE) (1) BigData (3) Chars & Encodings (6) coding problems (2) Collections (15) contests (3) Core Java (All) (55) course plan (2) Database (12) Design patterns (8) dev tools (3) downloads (2) eclipse (9) Essentials (1) examples (14) Exception (1) Exceptions (4) Exercise (1) exercises (6) Getting Started (18) Groovy (2) hadoop (4) hibernate (77) hibernate interview questions (6) History (1) Hot book (5) http monitoring (2) Inheritance (4) intellij (1) java 8 notes (4) Java 9 (1) Java Concepts (7) Java Core (9) java ee exercises (1) java ee interview questions (2) Java Elements (16) Java Environment (1) Java Features (4) java interview points (4) java interview questions (4) javajee initiatives (1) javajee thoughts (3) Java Performance (6) Java Programmer 1 (11) Java Programmer 2 (7) Javascript Frameworks (1) Java SE Professional (1) JPA 1 - Module (6) JPA 1 - Modules (1) JSP (1) Legacy Java (1) linked list (3) maven (1) Multithreading (16) NFR (1) No SQL (1) Object Oriented (9) OCPJP (4) OCPWCD (1) OOAD (3) Operators (4) Overloading (2) Overriding (2) Overviews (1) policies (1) programming (1) Quartz Scheduler (1) Quizzes (17) RabbitMQ (1) references (2) restful web service (3) Searching (1) security (10) Servlets (8) Servlets and JSP (31) Site Usage Guidelines (1) Sorting (1) source code management (1) spring (4) spring boot (3) Spring Examples (1) Spring Features (1) spring jpa (1) Stack (1) Streams & IO (3) Strings (11) SW Developer Tools (2) testing (1) troubleshooting (1) user interface (1) vxml (8) web services (1) Web Technologies (1) Web Technology Books (1) youtube (1)